summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15571 from nextcloud/enhancement/maintenance-mode-bundleMorris Jobke2019-05-171-1/+1
|\
| * Migrate the maintenance script to a modern module and bundleChristoph Wurst2019-05-161-1/+1
* | Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-177-3/+156
|/
* Merge pull request #15497 from nextcloud/3rdparty/doctrine/dbal-292Roeland Jago Douma2019-05-151-22/+0
|\
| * No need for platform hacks anymoreRoeland Jago Douma2019-05-141-22/+0
* | Merge pull request #15336 from epma01/redis-patchRoeland Jago Douma2019-05-151-1/+3
|\ \
| * | Fix Redis with unix socketAlejandro Varela2019-05-141-1/+3
* | | Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-1/+1
* | | Move OC.getCapabilities to the bundle and deprecate OC._capabilities, oc_capa...Christoph Wurst2019-05-131-1/+1
* | | Show supported apps in app managementMorris Jobke2019-05-131-0/+8
* | | Merge pull request #15495 from nextcloud/feature/noid/support-app-integrationMorris Jobke2019-05-138-0/+247
|\ \ \ | |_|/ |/| |
| * | Add interfaces to interact with subscription from support appMorris Jobke2019-05-138-0/+247
* | | [tx-robot] updated from transifexNextcloud bot2019-05-122-0/+12
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-05-102-2/+94
* | Update autoloaderMorris Jobke2019-05-092-0/+2
* | Allow crash reporters to catpture any messageChristoph Wurst2019-05-094-11/+98
* | Use non-absolute logout URL to fix wrong URL in reverse proxy scenarioMorris Jobke2019-05-081-1/+1
* | Merge pull request #15308 from nextcloud/fix/13550/loggingMorris Jobke2019-05-081-3/+25
|\ \
| * | fix class might be undefinedJoas Schilling2019-05-081-2/+2
| * | remove args from logging of common-spelled methods dependent on classArthur Schiwon2019-05-071-10/+24
| * | remove setup args from loggingArthur Schiwon2019-05-061-0/+8
* | | Merge pull request #15259 from nextcloud/bugfix/15256-wrong-column-typeMorris Jobke2019-05-073-1/+5
|\ \ \
| * | | Add second migration for addColumnDaniel Kesselberg2019-05-022-0/+2
| * | | Set type for access column on cacheAccessForCollectionDaniel Kesselberg2019-05-021-1/+1
| * | | Migration to change column type from smallint to booleanDaniel Kesselberg2019-05-022-0/+2
* | | | Add a login chain to reduce the complexity of LoginController::tryLoginChristoph Wurst2019-05-0719-1/+1084
* | | | remove extra param in cache update callRobin Appelman2019-05-071-2/+2
* | | | Move OC.appswebroots to the bundle and deprecate oc_appswebrootsChristoph Wurst2019-05-071-1/+1
* | | | Merge pull request #15385 from nextcloud/bugfix/noid/broken-federated-sharesblizzz2019-05-061-0/+3
|\ \ \ \
| * | | | Make sure all middlewares are only registered onceJoas Schilling2019-05-061-0/+3
* | | | | Move oc_webroot, OC.webroot and OC.getRootPath() to the bundleChristoph Wurst2019-05-061-1/+1
| |_|/ / |/| | |
* | | | Move oc_debug to the bundleChristoph Wurst2019-05-061-1/+1
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2019-05-052-0/+2
* | | Deprecate oc_isadmin and move OC.isUserAdmin() to the bundleChristoph Wurst2019-05-031-1/+1
|/ /
* / Move oc_config to the bundleChristoph Wurst2019-05-021-1/+1
|/
* [tx-robot] updated from transifexNextcloud bot2019-05-012-0/+2
* Merge pull request #15289 from nextcloud/bugfix/15229/fix-non-default-prefixesMorris Jobke2019-04-301-1/+1
|\
| * Remove the custom prefix from the table name length when checking on the defa...Joas Schilling2019-04-301-1/+1
* | take return of mkdir into account, throw exception on failureArthur Schiwon2019-04-291-1/+3
|/
* [tx-robot] updated from transifexNextcloud bot2019-04-292-2/+2
* [tx-robot] updated from transifexNextcloud bot2019-04-282-0/+2
* [tx-robot] updated from transifexNextcloud bot2019-04-272-0/+4
* [tx-robot] updated from transifexNextcloud bot2019-04-262-2/+2
* Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-onlyRoeland Jago Douma2019-04-241-2/+0
|\
| * remove obsolete use statementsArthur Schiwon2019-04-241-2/+0
* | Merge pull request #15168 from nextcloud/fix/13554/always_tmpfile_for_swiftRoeland Jago Douma2019-04-241-8/+3
|\ \
| * | Always use a temp file for swift writesRoeland Jago Douma2019-04-181-8/+3
* | | Merge pull request #15165 from nextcloud/techdebt/noid/cleanup-legacy-share-codeJohn Molakvoæ2019-04-232-78/+11
|\ \ \
| * | | Deprecate legacy share code and cleanup some unused methodsMorris Jobke2019-04-182-78/+11
| |/ /
* | | [tx-robot] updated from transifexNextcloud bot2019-04-222-34/+86