Michael
|
0548099f6c
|
The config class now makes less database reads.
|
2017-01-18 21:45:32 +00:00 |
Roland Häder
|
de689583e2
|
added more curly braces + space between "if" and brace
Signed-off-by: Roland Häder <roland@mxchange.org>
Conflicts:
mod/admin.php
|
2016-12-20 17:58:34 +01:00 |
Roland Häder
|
4f26bee453
|
Changed $a->get_baseurl() to App::get_baseurl()
Signed-off-by: Roland Häder <roland@mxchange.org>
|
2016-12-20 12:45:36 +01:00 |
Michael
|
e856ab9a09
|
The worker can now run from the frontend as well
|
2016-11-27 00:55:05 +00:00 |
Michael Vogel
|
1bfdc216d0
|
Only close the session if it had been opened.
|
2016-08-16 21:35:12 +02:00 |
rabuzarus
|
15471f3835
|
add possibility to load custom page templates + none.php pagetemplate is part of core now
|
2016-07-11 10:33:39 +02:00 |
Michael Vogel
|
0ed93df91f
|
Automatically refresh after two minutes when system is overloaded
|
2016-07-03 00:26:00 +02:00 |
Tobias Diekershoff
|
598a9f76a6
|
Merge pull request #2658 from annando/1607-maxload
Central Backend/Frontend detection when checking for overload
|
2016-07-02 21:52:48 +02:00 |
Michael Vogel
|
e4c6cfd2d8
|
Moves the function "is_result" from dba to dbm.
|
2016-07-02 14:00:42 +02:00 |
Michael Vogel
|
7d531afd00
|
Merge branch 'rewrites/is_filled_array_introduced' of git://github.com/Quix0r/friendica into Quix0r-rewrites/is_filled_array_introduced
Conflicts:
boot.php
|
2016-07-02 13:38:23 +02:00 |
Michael Vogel
|
c549ae939c
|
Added the new function to the poller.
|
2016-07-02 09:31:28 +02:00 |
Michael Vogel
|
b3c8ff836d
|
Backend/Frontend detection when checking for overload
|
2016-07-02 08:54:57 +02:00 |
Michael Vogel
|
c05898c57d
|
The queries for items are unified (a little bit)
|
2016-06-12 21:04:55 +02:00 |
Michael Vogel
|
79fd49f611
|
Exit with "system unavailable" when the maximum number of processes is reached
|
2016-06-06 21:22:54 +02:00 |
Michael Vogel
|
b45772ba6e
|
Configurable amount of maximum processes
|
2016-06-04 11:04:26 +02:00 |
Michael Vogel
|
df337e57d1
|
Quit when processlist is too long
|
2016-06-03 23:10:23 +02:00 |
Michael Vogel
|
f07c96ee5f
|
New class "dbm" for the database management
|
2016-06-01 07:04:31 +02:00 |
rabuzarus
|
d454905d3c
|
infinite_scroll: move js from index.php to main.js
|
2016-05-11 01:52:05 +02:00 |
Michael Vogel
|
a214fc798a
|
"Remember Me" should work now but needs more fine tuning
|
2016-04-25 07:10:40 +02:00 |
Michael Vogel
|
8da91a2298
|
Improved DDoS detection
|
2016-04-20 22:10:05 +02:00 |
Michael Vogel
|
0434b0485a
|
Start a gcontact probing for new gcontacts
|
2016-04-20 21:47:57 +02:00 |
Roland Haeder
|
9cfc249b12
|
Moved is_filled_array() to both dba classes and named it is_result().
Please see ticket #2390 for full discussion.
Signed-off-by: Roland Haeder <roland@mxchange.org>
|
2016-03-12 18:54:55 +01:00 |
Roland Haeder
|
08630ca6f8
|
Merge branch 'rewrites/is_filled_array_introduced' into rhaeder-develop
|
2016-03-04 22:53:42 +01:00 |
Roland Haeder
|
858438daec
|
More calls replaced with is_filled_array(), ticket #2390
Signed-off-by: Roland Haeder <roland@mxchange.org>
|
2016-03-01 16:04:18 +01:00 |
Roland Haeder
|
8616f0cc35
|
Don't miss to add exit() after header('Location: bla') as header() does *NOT*
exit the script quickly enough. Always use an explicit exit() or you get real
trouble.
Signed-off-by: Roland Haeder <roland@mxchange.org>
|
2016-03-01 14:49:07 +01:00 |
Michael Vogel
|
c5b724828a
|
Just some more removed baseurls ...
|
2016-02-17 08:08:28 +01:00 |
Tobias Diekershoff
|
c5f2157eb2
|
Merge pull request #2336 from stieben/move-div-pause
Move div#pause to view/default.php
|
2016-02-11 07:36:37 +01:00 |
Andrej Stieben
|
4d7a6aaed2
|
Moved div#pause from index.php to view/default.php
This closes #2320.
|
2016-02-09 15:54:35 +01:00 |
Fabrixxm
|
5250fed447
|
Revert "Merge pull request #2319 from stieben/develop"
This reverts commit 9330a6994c , reversing
changes made to ecfb6ec924 .
But it keeps changes to doc/Plugins.md and doc/de/Plugins.md
|
2016-02-09 09:39:29 +01:00 |
Andrej Stieben
|
48e6ff21aa
|
Added the possibility for themes to override core module functions
|
2016-02-04 21:45:21 +01:00 |
Michael Vogel
|
90a8d6f0f5
|
Several performance improvements
|
2016-01-15 23:27:25 +01:00 |
Michael Vogel
|
6e03477598
|
Sometimes the function "sys_getloadavg" doesn't return an array. This is a workaround.
|
2015-12-15 23:26:58 +01:00 |
fabrixxm
|
fb3ac68cc0
|
Add user language in settings, use that field as language for UI
|
2015-11-08 14:23:49 +01:00 |
Michael Vogel
|
237b5a6e40
|
New page setting for the maximum frontend load value.
|
2015-05-02 22:05:04 +02:00 |
Michael Vogel
|
5e2c93e80c
|
Merge remote-tracking branch 'upstream/develop' into 1503-load-issues
|
2015-04-06 13:30:22 +02:00 |
Beanow
|
e016db8bc6
|
Version bump, 3.4.0
|
2015-03-22 15:25:31 +01:00 |
Michael Vogel
|
ae172a9cec
|
If the load is too high, now not only the poller but also the page delivery will stop.
|
2015-03-15 07:45:50 +01:00 |
Johannes Schwab
|
12d7ca9b84
|
improved infinite scrollling
|
2015-02-13 00:40:59 +01:00 |
Michael Vogel
|
2b5372aebe
|
Forcing all non-SSL requests to SSL requests is now an option.
|
2014-10-26 22:15:12 +01:00 |
Michael Vogel
|
68e75b4623
|
Reload a non-ssl-request to a ssl-request. (only when SSL_POLICY_FULL is enabled)
|
2014-10-24 00:52:29 +02:00 |
fabrixxm
|
b95e746259
|
allow mod/view in install mode to load pcss files. Fix unstiled install
|
2014-09-20 12:09:10 +02:00 |
Michael Vogel
|
e2f9ae3970
|
Removing of some warnings
|
2014-07-24 22:53:09 +02:00 |
Michael Vogel
|
4d574866b1
|
Support for the Diaspora App in Firefox.
|
2014-02-02 09:56:37 +01:00 |
Michael Vogel
|
7e5c8ab91c
|
Keeping an offset for page switching: This helps so that you don't see old messages
|
2013-12-10 00:13:19 +01:00 |
Michael Vogel
|
d20d2f74ae
|
Bugfix: Page switching had a problem with the search. And automatic reloading hadn't worked with some search terms
|
2013-12-08 20:10:28 +01:00 |
Michael Vogel
|
285584e8d6
|
Minimal: Disable loading of content at the end of the page, since it makes problems at the moment.
|
2013-12-05 20:41:30 +01:00 |
Michael Vogel
|
3e5b9e97e7
|
New "minimal" mode for displaying the network content. Preparation for e.g. a multicolumn layout.
|
2013-12-04 23:46:51 +01:00 |
Michael Vogel
|
0b31aa963d
|
Bugfix: There were speed problems with inifinite scroll on firefox
|
2013-11-03 13:47:59 +01:00 |
Michael Vogel
|
759015e5fd
|
Removed many "limit 1" at update and delete queries since they were superflous und generated massiv logfile entries
|
2013-11-02 16:13:11 +01:00 |
Michael Vogel
|
693b6d0fd4
|
Infinite scroll: At the end of the network page new content is loaded automatically
|
2013-10-15 00:43:11 +02:00 |