summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21714 from nextcloud/td/remove/getAppFolderMorris Jobke2020-07-062-26/+0
|\
| * Remove old deprecated getAppFolderRoeland Jago Douma2020-07-062-26/+0
* | Update SecurityMiddleware.phpHolger Hees2020-07-061-1/+1
|/
* Merge pull request #20729 from nextcloud/cleanup/noid/shared-tags-codeMorris Jobke2020-07-064-418/+9
|\
| * Cascading effect - more code that now is not used anymoreMorris Jobke2020-07-061-338/+0
| * Tags.php and the old sharing mechanismMorris Jobke2020-07-064-80/+9
* | Deprecate registerRoutesRoeland Jago Douma2020-07-061-0/+1
|/
* Merge pull request #21074 from jvsalo/shared-lock-multi-releaseMorris Jobke2020-07-061-1/+5
|\
| * Fix releasing a shared lock multiple timesJaakko Salo2020-05-241-1/+5
* | Merge pull request #21238 from nextcloud/techdebt/noid/deferrable-notificatio...Morris Jobke2020-07-065-0/+111
|\ \
| * | Allow notification apps to defer and flush the sendingJoas Schilling2020-07-035-0/+111
* | | Merge pull request #21665 from nextcloud/debt/noid/job-listMorris Jobke2020-07-063-23/+13
|\ \ \
| * | | Use formal type hints instead of informal PHPDocMorris Jobke2020-07-062-21/+9
| * | | Fix wrong phpdoc for execute methodDaniel Kesselberg2020-07-033-3/+5
* | | | Merge pull request #21636 from nextcloud/lock-exception-readable-pathMorris Jobke2020-07-056-10/+17
|\ \ \ \
| * | | | add proper paths to locking exceptionsRobin Appelman2020-06-306-10/+17
* | | | | Merge pull request #21626 from nextcloud/enhancement/injectible-callablesMorris Jobke2020-07-055-0/+97
|\ \ \ \ \
| * | | | | Callable parameter injectionChristoph Wurst2020-07-035-0/+97
* | | | | | Merge pull request #21533 from nextcloud/techdebt/noid/dedicated-method-to-ge...Roeland Jago Douma2020-07-044-5/+34
|\ \ \ \ \ \
| * | | | | | Use the new method everywhereJoas Schilling2020-07-032-5/+2
| * | | | | | Add a dedicated method to get the language for another userJoas Schilling2020-07-012-0/+32
| | |_|_|/ / | |/| | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-07-042-2/+22
* | | | | | Merge pull request #21662 from nextcloud/fix/s3-bucket-compat-static-callChristoph Wurst2020-07-031-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix static method call for s3 bucket compat checkChristoph Wurst2020-07-031-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #21439 from nextcloud/feature/noid/move-autocomplete-filte...Joas Schilling2020-07-031-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling2020-07-011-1/+1
| |/ / /
* | | | [tx-robot] updated from transifexNextcloud bot2020-07-032-0/+2
* | | | Merge pull request #21360 from nextcloud/root-storage-prevent-scanningRoeland Jago Douma2020-07-025-1/+91
|\ \ \ \
| * | | | prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-115-1/+91
* | | | | Merge pull request #21580 from therealklanni/masterRoeland Jago Douma2020-07-021-1/+1
|\ \ \ \ \
| * | | | | Add audio formats to htaccessKevin Lanni2020-06-241-1/+1
* | | | | | Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma2020-07-022-5/+6
|\ \ \ \ \ \
| * | | | | | Replace TYPE with TYPESDaniel Kesselberg2020-06-302-5/+6
* | | | | | | Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-021-0/+6
| |_|_|/ / / |/| | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-07-012-0/+6
|/ / / / /
* | | | | Merge pull request #21588 from nextcloud/bug/21214/method-signatureRoeland Jago Douma2020-06-301-1/+2
|\ \ \ \ \
| * | | | | Update presign method to match with interface again.Daniel Kesselberg2020-06-251-1/+2
* | | | | | Merge pull request #21589 from nextcloud/debt/noid/wrong-exception-callRoeland Jago Douma2020-06-301-1/+1
|\ \ \ \ \ \
| * | | | | | Set retry = false for forbidden exception.Daniel Kesselberg2020-06-251-1/+1
| |/ / / / /
* | | | | | Merge pull request #21596 from nextcloud/debt/noid/share-return-mismatchRoeland Jago Douma2020-06-301-3/+3
|\ \ \ \ \ \
| * | | | | | Replace Share with IShare and add missing return.Daniel Kesselberg2020-06-261-3/+3
| |/ / / / /
* | | | / / Log usages of the deprecated app.php fileChristoph Wurst2020-06-301-0/+3
| |_|_|/ / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-06-302-0/+4
|/ / / /
* / / / Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-252-0/+2
|/ / /
* | | Merge pull request #21558 from nextcloud/part-file-rename-maskRoeland Jago Douma2020-06-241-7/+3
|\ \ \
| * | | relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
* | | | Fix testsJoas Schilling2020-06-241-1/+0
* | | | Update share type constant usageJoas Schilling2020-06-2414-202/+208
* | | | Merge pull request #20916 from nextcloud/feature/unified-search-apiChristoph Wurst2020-06-2421-2/+733
|\ \ \ \
| * | | | Deprecate \OCP\ISearchChristoph Wurst2020-06-2410-2/+44