summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #21074 from jvsalo/shared-lock-multi-releaseMorris Jobke2020-07-061-1/+5
|\ | | | | Fix releasing a shared lock multiple times
| * Fix releasing a shared lock multiple timesJaakko Salo2020-05-241-1/+5
| | | | | | | | Signed-off-by: Jaakko Salo <jaakkos@gmail.com>
* | Merge pull request #21238 from ↵Morris Jobke2020-07-065-0/+111
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/deferrable-notification-apps Allow notification apps to defer and flush the sending
| * | Allow notification apps to defer and flush the sendingJoas Schilling2020-07-035-0/+111
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #21665 from nextcloud/debt/noid/job-listMorris Jobke2020-07-063-23/+13
|\ \ \ | | | | | | | | Fix wrong phpdoc for execute method
| * | | Use formal type hints instead of informal PHPDocMorris Jobke2020-07-062-21/+9
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Fix wrong phpdoc for execute methodDaniel Kesselberg2020-07-033-3/+5
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #21636 from nextcloud/lock-exception-readable-pathMorris Jobke2020-07-056-10/+17
|\ \ \ \ | | | | | | | | | | add proper paths to locking exceptions
| * | | | add proper paths to locking exceptionsRobin Appelman2020-06-306-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while some code paths do wrap the "raw" locking exception into one with a proper path, not all of them do by adding the proper path to the original exception we ensure that we always have the usefull information in out logs Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #21626 from nextcloud/enhancement/injectible-callablesMorris Jobke2020-07-055-0/+97
|\ \ \ \ \ | | | | | | | | | | | | Callable parameter injection
| * | | | | Callable parameter injectionChristoph Wurst2020-07-035-0/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is like what we have to DI and classes, but for callables. The motivating factor is to get rid of *service locators* in the `boot` method of apps as a new pattern is about to emerge where we have lots of `query` calls on the app or server container in order to fetch some services. With this little helper it's possible to call another (public) method and magically have everything injected. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Merge pull request #21533 from ↵Roeland Jago Douma2020-07-044-5/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/dedicated-method-to-get-a-users-language Techdebt/noid/dedicated method to get a users language
| * | | | | | Use the new method everywhereJoas Schilling2020-07-032-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Add a dedicated method to get the language for another userJoas Schilling2020-07-012-0/+32
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [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 check
| * | | | | Fix static method call for s3 bucket compat checkChristoph Wurst2020-07-031-2/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #21439 from ↵Joas Schilling2020-07-031-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/feature/noid/move-autocomplete-filter-event-to-new-dispatcher-and-class Move AutoComplete::filterResults to new event dispatcher and GenericE…
| * | | | Move AutoComplete::filterResults to new event dispatcher and GenericEventJoas Schilling2020-07-011-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [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 folders
| * | | | prevent the root storage from accidentally scanning user foldersRobin Appelman2020-06-115-1/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | while this scan *should* never be triggered, it's good to have some failsafe to ensure that the users home contents don't end up getting scanned in the root storage Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #21580 from therealklanni/masterRoeland Jago Douma2020-07-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Add audio formats to htaccess
| * | | | | Add audio formats to htaccessKevin Lanni2020-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kevin Lanni <therealklanni@gmail.com>
* | | | | | Merge pull request #21599 from nextcloud/debt/noid/type-to-typesRoeland Jago Douma2020-07-022-5/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Replace TYPE with TYPES
| * | | | | | Replace TYPE with TYPESDaniel Kesselberg2020-06-302-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As TYPE::* is deprecated. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-021-0/+6
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [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.
| * | | | | Update presign method to match with interface again.Daniel Kesselberg2020-06-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | Merge pull request #21589 from nextcloud/debt/noid/wrong-exception-callRoeland Jago Douma2020-06-301-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Set retry = false for forbidden exception.
| * | | | | | Set retry = false for forbidden exception.Daniel Kesselberg2020-06-251-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | 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
| * | | | | | Replace Share with IShare and add missing return.Daniel Kesselberg2020-06-261-3/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | / / Log usages of the deprecated app.php fileChristoph Wurst2020-06-301-0/+3
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | [tx-robot] updated from transifexNextcloud bot2020-06-302-0/+4
|/ / / /
* / / / Fix robots "noindex, nofollow" signalsJoas Schilling2020-06-252-0/+2
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #21558 from nextcloud/part-file-rename-maskRoeland Jago Douma2020-06-241-7/+3
|\ \ \ | | | | | | | | relax permissions mask check for detecting part file rename
| * | | relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | with files drop uploads the original file name isn't always used for the '.ocTransferId' source path Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix testsJoas Schilling2020-06-241-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Update share type constant usageJoas Schilling2020-06-2414-202/+208
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #20916 from nextcloud/feature/unified-search-apiChristoph Wurst2020-06-2421-2/+733
|\ \ \ \ | | | | | | | | | | Add unified search API
| * | | | Deprecate \OCP\ISearchChristoph Wurst2020-06-2410-2/+44
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Implement unified search for FilesChristoph Wurst2020-06-242-2/+49
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Add unified search APIChristoph Wurst2020-06-2411-0/+642
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #21525 from nextcloud/techdebt/noid/contacts-managerJoas Schilling2020-06-241-151/+154
|\ \ \ \ \ | |/ / / / |/| | | | Techdebt fix contacts manager
| * | | | More importsJoas Schilling2020-06-221-4/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix code styleJoas Schilling2020-06-221-153/+152
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix undefined class "IAddressbook" on docsJoas Schilling2020-06-221-6/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Fix language in share notes email for usersJoas Schilling2020-06-232-28/+36
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>