nextcloud/lib/private
Joas Schilling 04cee6a7db
Change the sort order of background jobs to be DESC instead of ASC
In theory, if your instance ever creates more jobs then your system cron can
handle, the default background jobs get never executed anymore. Because
everytime when the joblist returns the next job it looks for the next ID,
however there is always a new next ID, so it will never wrap back to execute
the low IDs. But when we change the sort order to be DESC, we make sure that
these low IDs are always executed, before the system jumps back up to
execute the new IDs.
2016-04-22 10:49:55 +02:00
..
Activity Move files in \OC\Activity to PSR-4 2016-04-13 10:29:36 +02:00
App Move \OC\App to PSR-4 2016-04-13 19:53:05 +02:00
Cache Move \OC\Cache to PSR-4 2016-04-15 09:22:37 +02:00
Command Move \OC\Command to PSR-4 2016-04-15 12:01:13 +02:00
Comments Move \OC\Comments to PSR-4 2016-04-15 15:54:20 +02:00
Console Move \OC\Console to PSR-4 2016-04-19 10:48:46 +02:00
DB Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00
Diagnostics Move \OC\Diagnostics to PSR-4 2016-04-19 19:29:47 +02:00
IntegrityCheck Fix use statement 2016-04-18 22:06:14 +02:00
Lock Let the querybuilder convert 2016-04-14 11:32:34 +02:00
Mail Move \OC\Mail to PSR-4 2016-04-20 12:49:23 +02:00
Memcache Move \OC\Memcache to PSR-4 2016-04-18 08:21:50 +02:00
Notification Move \OC\Notification to PSR-4 2016-04-18 09:20:06 +02:00
Preview Move \OC\Preview to PSR-4 2016-04-20 15:02:44 +02:00
Repair Move \OC\Repair to PSR-4 2016-04-21 19:22:58 +02:00
Security [master] Ignore certificate file if it starts with file:// 2016-04-21 19:02:31 +02:00
Session Move \OC\Session to PSR-4 2016-04-15 07:46:19 +02:00
Share20 Fix related logic 2016-04-19 14:04:00 +02:00
Tagging Move \OC\Tagging to PSR-4 2016-04-20 21:24:23 +02:00
appframework Move logout to controller 2016-04-18 21:21:52 +02:00
archive lib: Fix typos (found by codespell) 2016-04-07 19:51:27 +02:00
backgroundjob Change the sort order of background jobs to be DESC instead of ASC 2016-04-22 10:49:55 +02:00
encryption Introduce isReadyForUser and verify in file transfer ownership - fixes #23786 2016-04-15 15:07:40 +02:00
files Merge pull request #23919 from owncloud/cyclyc-share-dep-example 2016-04-20 20:37:27 +02:00
group Move the group dummy backend to test 2016-04-19 15:13:31 +02:00
hooks Happy new year! 2016-01-12 15:02:18 +01:00
http/client Merge pull request #21671 from owncloud/fix-setup-on-master 2016-01-13 10:29:36 +01:00
l10n Merge pull request #23515 from owncloud/issue-22695-wrong-menu-translations 2016-03-23 23:20:00 +01:00
legacy Move \OC\DB to PSR-4 2016-04-15 19:46:34 +02:00
log In case of fatal php errors and other unhandled exceptions no html error page is expected to be displayed in the console 2016-04-18 22:30:01 +02:00
ocs Happy new year! 2016-01-12 15:02:18 +01:00
route getAppPath can return false 2016-03-24 09:19:43 +01:00
search Use proper URLs for search results 2016-03-12 22:29:47 +01:00
setup Fix conditional check in MySQL setup 2016-04-20 11:58:27 +01:00
share extract mail view for sending share invitations 2016-04-19 11:37:23 +02:00
systemtag Save the query when we get tags for no objects 2016-03-22 11:13:11 +01:00
template Merge pull request #23991 from owncloud/handle-exceptions-in-templates 2016-04-14 15:38:47 +02:00
updater Remove deprecated HTTPHelper 2016-04-18 17:28:10 +02:00
user Prevent null to be passed into the closure of callForAllUsers 2016-04-05 10:26:04 +02:00
Server.php Translate contacts birthday - fixes #23982 2016-04-14 16:58:45 +02:00
activitymanager.php Allow the activity app to set the current user when sending emails 2016-03-24 09:36:44 +01:00
allconfig.php Update author information 2016-03-01 17:25:15 +01:00
api.php Move logout to controller 2016-04-18 21:21:52 +02:00
app.php In case an app has issues while loading the app is disabled and request processing continues 2016-04-20 18:02:37 +02:00
appconfig.php Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +01:00
apphelper.php Happy new year! 2016-01-12 15:02:18 +01:00
archive.php Happy new year! 2016-01-12 15:02:18 +01:00
avatar.php only remove avatars from the folder we store them in 2016-03-30 10:24:43 +02:00
avatarmanager.php dont die when we cant save the resized avatar, log instead 2016-03-11 13:44:35 +01:00
capabilitiesmanager.php Happy new year! 2016-01-12 15:02:18 +01:00
config.php Consistently use rel=noreferrer 2016-03-20 15:27:20 +01:00
contactsmanager.php Happy new year! 2016-01-12 15:02:18 +01:00
databaseexception.php Happy new year! 2016-01-12 15:02:18 +01:00
databasesetupexception.php Happy new year! 2016-01-12 15:02:18 +01:00
datetimeformatter.php Happy new year! 2016-01-12 15:02:18 +01:00
datetimezone.php Happy new year! 2016-01-12 15:02:18 +01:00
db.php Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +01:00
defaults.php Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +01:00
eventsource.php Happy new year! 2016-01-12 15:02:18 +01:00
filechunking.php Fix PHP memory leak in file_get_contents() 2016-04-04 16:48:09 +02:00
files.php Replace all required values 2016-03-15 10:41:17 +01:00
forbiddenexception.php Happy new year! 2016-01-12 15:02:18 +01:00
group.php lib: Fix typos (found by codespell) 2016-04-07 19:51:27 +02:00
helper.php Fix related logic 2016-04-19 14:04:00 +02:00
hintexception.php Update author information 2016-03-01 17:25:15 +01:00
hook.php Update author information 2016-03-01 17:25:15 +01:00
httphelper.php Happy new year! 2016-01-12 15:02:18 +01:00
image.php Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +01:00
installer.php Properly handle return values of OC_App::getAppInfo() 2016-03-30 23:29:26 +02:00
json.php Send 401 header for OC_JSON::checkLoggedIn() 2016-02-16 09:48:40 +01:00
largefilehelper.php Happy new year! 2016-01-12 15:02:18 +01:00
log.php With PHP7 Throwable is the new base interface for all Exception and Error - we should be capable to log Throwable as well 2016-04-20 17:56:08 +02:00
naturalsort.php Happy new year! 2016-01-12 15:02:18 +01:00
naturalsort_defaultcollator.php Happy new year! 2016-01-12 15:02:18 +01:00
navigationmanager.php Happy new year! 2016-01-12 15:02:18 +01:00
needsupdateexception.php Happy new year! 2016-01-12 15:02:18 +01:00
notsquareexception.php Happy new year! 2016-01-12 15:02:18 +01:00
ocs.php Happy new year! 2016-01-12 15:02:18 +01:00
ocsclient.php Merge pull request #21591 from owncloud/add-code-checking-for-apps 2016-01-13 10:35:00 +01:00
preview.php Remove Scrutinizer Auto Fixer 2016-03-01 17:48:23 +01:00
previewmanager.php Happy new year! 2016-01-12 15:02:18 +01:00
repair.php remove old share propagation entries from appconfig 2016-03-15 12:50:22 +01:00
repairexception.php Happy new year! 2016-01-12 15:02:18 +01:00
repairstep.php Happy new year! 2016-01-12 15:02:18 +01:00
response.php lib: Fix typos (found by codespell) 2016-04-07 19:51:27 +02:00
search.php Happy new year! 2016-01-12 15:02:18 +01:00
servercontainer.php Happy new year! 2016-01-12 15:02:18 +01:00
servernotavailableexception.php Happy new year! 2016-01-12 15:02:18 +01:00
serviceunavailableexception.php Happy new year! 2016-01-12 15:02:18 +01:00
setup.php Write .htaccess also from CLI 2016-04-20 22:00:44 +02:00
streamer.php Remove double URL encoding 2016-03-07 19:29:15 +01:00
subadmin.php Happy new year! 2016-01-12 15:02:18 +01:00
systemconfig.php Sanitize more data in config report 2016-04-01 13:03:34 +02:00
tagmanager.php Happy new year! 2016-01-12 15:02:18 +01:00
tags.php Replace other usages 2016-01-25 17:17:36 +01:00
template.php Catch class Error on all root entrypoints 2016-04-20 18:01:47 +02:00
templatelayout.php Kill movable 3rdparty 2016-04-14 17:59:49 +02:00
tempmanager.php lib: Fix typos (found by codespell) 2016-04-07 19:51:27 +02:00
updater.php Move version check code out of class Updater 2016-04-18 17:12:59 +02:00
urlgenerator.php Happy new year! 2016-01-12 15:02:18 +01:00
user.php Merge pull request #23903 from owncloud/fix-user-data-folder-creation-for-apache-login 2016-04-19 08:35:21 +02:00
util.php Move login form into controller 2016-04-15 17:36:23 +02:00