aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Move settings to an appChristoph Wurst2019-09-289-92/+18
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2019-09-282-2/+2
|
* Merge pull request #17264 from nextcloud/move-from-storage-wrappersRoeland Jago Douma2019-09-262-1/+37
|\ | | | | handle moveFromStorage within the same storage even when storage wrap…
| * handle moveFromStorage within the same storage even when storage wrappers ↵Robin Appelman2019-09-252-1/+37
| | | | | | | | | | | | | | | | | | | | are applied to the source storage the target storage doesn't need additional handling for wrappers as the wrappers implementation of moveFromStorage already deals with that Any storage based on local storage isn't affected by this as local storage already has it's own way of handling with this Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #17252 from nextcloud/bugfix/noid/user-0-can-not-commentRoeland Jago Douma2019-09-262-5/+5
|\ \ | | | | | | Fix user with id 0 to be able to comment
| * | Fix user with id 0 to be able to commentJoas Schilling2019-09-252-5/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #17262 from nextcloud/objectstore-remove-cache-on-deleteRoeland Jago Douma2019-09-261-3/+11
|\ \ \ | | | | | | | | dont delete cache entries if deleting an object from object store failed
| * | | dont delete cache entries if deleting an object from object store failedRobin Appelman2019-09-251-3/+11
| | |/ | |/| | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #17181 from nextcloud/feature/noid/talk-attachmentJoas Schilling2019-09-261-0/+37
|\ \ \ | | | | | | | | Add talk-attachment as a rich object type
| * | | Add talk-attachment as a rich object typeJoas Schilling2019-09-171-0/+37
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-09-254-22/+34
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2019-09-242-22/+22
| | |
* | | Merge pull request #17163 from ↵Roeland Jago Douma2019-09-232-21/+26
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/print-error-on-data-dir-error Print error on data dir error
| * | | Print the error pages as error so we load less scripts and might be able to ↵Joas Schilling2019-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | view it Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Print plain error when the error page errors tooJoas Schilling2019-09-161-20/+25
| |/ / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #17206 from nextcloud/logger-catch-exceptionsRoeland Jago Douma2019-09-191-24/+31
|\ \ \ | | | | | | | | catch exceptions that occur during logging
| * | | catch exceptions that occur during loggingRobin Appelman2019-09-191-24/+31
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix l10n in federated file sharingChristoph Wurst2019-09-191-1/+1
|/ / / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2019-09-192-0/+2
| | |
* | | Use the actual password to update the tokensRoeland Jago Douma2019-09-181-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Add uid to delete temp token queryDaniel Kesselberg2019-09-181-1/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #17175 from ↵Roeland Jago Douma2019-09-181-0/+44
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/noid/make-getById-work-for-files-in-appdata Fix getById for files in appdata and the root mount
| * | | Fix getById for files in appdata and the root mountJoas Schilling2019-09-171-0/+44
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case the path we are currently in is inside the appdata_* folder, the original getById method does not work, because it can only look inside the user's mount points. But the user has no mount point for the root storage. So in that case we directly check the mount of the root if it contains the id. If it does we check if the path is inside the path we are working in. Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / [tx-robot] updated from transifexNextcloud bot2019-09-17138-2448/+494
|/ /
* | Merge pull request #17151 from nextcloud/td/remove/createPreviewRoeland Jago Douma2019-09-152-40/+0
|\ \ | | | | | | Remove deprecated function createPreview
| * | Remove deprecated function createPreviewRoeland Jago Douma2019-09-152-40/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-152-0/+40
|/ / | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | Harden identifyproof openssl codeRoeland Jago Douma2019-09-142-15/+28
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-124-6/+21
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #17106 from nextcloud/feature/dispatch-typed-eventblizzz2019-09-122-0/+17
|\ \ | | | | | | Add Symfony inspired typed event dispatcher method
| * | Add Symfony inspired typed event dispatcher methodChristoph Wurst2019-09-112-0/+17
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #17084 from nextcloud/refactor/symfony-dispatcher-signatureRoeland Jago Douma2019-09-111-2/+1
|\ \ \ | |/ / |/| | Use the new Symfony event dispatcher signature
| * | Use the new Symfony event dispatcher signatureChristoph Wurst2019-09-101-2/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #17021 from nextcloud/bye-spreed-hello-talkJoas Schilling2019-09-111-2/+2
|\ \ \ | | | | | | | | Bye Spreed namespace, hello Talk!
| * | | Bye Spreed namespace, hello Talk!Joas Schilling2019-09-051-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #16682 from nextcloud/enh/12790/workflow-backendRoeland Jago Douma2019-09-1118-48/+629
|\ \ \ \ | | | | | | | | | | workflow overhaul
| * | | | fix missing @since'sArthur Schiwon2019-09-092-0/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | entities equip the RuleMatcher on the events they are aware ofArthur Schiwon2019-09-092-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Operations will receive the matcher instance Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | let a dedicate service serve a stateful processArthur Schiwon2019-09-097-48/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * includes making ICheck not requiring any context setter * and IFileCheck extending the IEntityCheck as entity data can be handed in via Dispatcher Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | require IChecks to receive entity contextArthur Schiwon2019-09-091-0/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | seperate setFileInfo from ICheckArthur Schiwon2019-09-094-10/+47
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | Return actual event data instead of self callingJulius Härtl2019-09-091-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-092-4/+37
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | WFE as proxy listen to relevent events and forwards themArthur Schiwon2019-09-091-0/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | introduce GenericEntityEvent and adapt File entityArthur Schiwon2019-09-093-0/+69
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | emit file events via Dispatcher, tooArthur Schiwon2019-09-095-22/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | another step to get rid of hooks and emitters Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | adds a trigger hint for complex operationsArthur Schiwon2019-09-091-2/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | remove IEntity's getId in favor of class nameArthur Schiwon2019-09-091-14/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | merge IOperator with IOperation for simplicityArthur Schiwon2019-09-097-106/+62
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | add operator interfaces / APIArthur Schiwon2019-09-096-0/+198
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>