- 25 Apr, 2016 4 commits
-
-
Joas Schilling authored
-
Joas Schilling authored
-
Thomas Müller authored
Move \OC\Files to PSR-4
-
Jenkins for ownCloud authored
-
- 24 Apr, 2016 3 commits
-
-
Roeland Jago Douma authored
-
Lukas Reschke authored
Move \OC\SystemTag to PSR-4
-
Jenkins for ownCloud authored
-
- 23 Apr, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 22 Apr, 2016 32 commits
-
-
Roeland Jago Douma authored
-
Thomas Müller authored
Deprecate appinfo/update.php - RepairSteps within info.xml are to be …
-
Thomas Müller authored
Add link to security page
-
Thomas Müller authored
Move \OC\Encryption to PSR-4
-
Lukas Reschke authored
Because some people do not think…
-
Roeland Jago Douma authored
-
Thomas Müller authored
Mark $usersSetup only if user was found in initMountPoints
-
Thomas Müller authored
-
Thomas Müller authored
Move \OC\AppFramework to PSR-4
-
Thomas Müller authored
Disable web updater if ldap or shibboleth are installed
-
Roeland Jago Douma authored
-
Thomas Müller authored
Disable web updater if ldap or shibboleth are installed - refs https://github.com/owncloud/core/issues/23913#issuecomment-213432232
-
Roeland Jago Douma authored
* Also moved the autoloader setup a bit up since we need it in initpaths
-
Thomas Müller authored
dont do optimized size propagation for encrypted files
-
Björn Schießle authored
bring back CRUDS permissions for federated shares
-
Thomas Müller authored
App migration steps need to push feedback to the user ....
-
Vincent Petry authored
initMountPoints is marking a user as successfully initialized too early. If the user was not found an NoUserException was thrown, the second time initMountPoints is called would not rethrow the exception and happily continue. This fix makes sure that we consistently throw NoUserException when initMountPoints is called repeatedly with invalid users.
-
Thomas Müller authored
Drop old calendar and contacts tables
-
Roeland Douma authored
Move \OC\Setup to PSR-4
-
Thomas Müller authored
Change the sort order of background jobs to be DESC instead of ASC
-
Thomas Müller authored
Throw NoUserException when attempting to init mount point for null user
-
Roeland Jago Douma authored
-
Thomas Müller authored
-
Vincent Petry authored
In some scenarios initMountPoints is called with an empty user, and also there is no user in the session. In such cases, it is unsafe to let the code move on with an empty user.
-
Lukas Reschke authored
Delay reloading the page if an ajax error occurs, show notification
-
Thomas Müller authored
Personal calendar should be generated even if the birthday calendar a…
-
Joas Schilling authored
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.
-
Vincent Petry authored
[master] Ignore certificate file if it starts with file://
-
Thomas Müller authored
-
Thomas Müller authored
Move \OC\Repair to PSR-4
-
Thomas Müller authored
-
Jenkins for ownCloud authored
-