aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-09-242-22/+22
* Merge pull request #17163 from nextcloud/bugfix/noid/print-error-on-data-dir-...Roeland Jago Douma2019-09-232-21/+26
|\
| * Print the error pages as error so we load less scripts and might be able to v...Joas Schilling2019-09-161-1/+1
| * Print plain error when the error page errors tooJoas Schilling2019-09-161-20/+25
* | Merge pull request #17206 from nextcloud/logger-catch-exceptionsRoeland Jago Douma2019-09-191-24/+31
|\ \
| * | catch exceptions that occur during loggingRobin Appelman2019-09-191-24/+31
* | | Fix l10n in federated file sharingChristoph Wurst2019-09-191-1/+1
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-09-192-0/+2
* | Use the actual password to update the tokensRoeland Jago Douma2019-09-181-1/+1
* | Add uid to delete temp token queryDaniel Kesselberg2019-09-181-1/+2
* | Merge pull request #17175 from nextcloud/feature/noid/make-getById-work-for-f...Roeland Jago Douma2019-09-181-0/+44
|\ \
| * | Fix getById for files in appdata and the root mountJoas Schilling2019-09-171-0/+44
| |/
* / [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 createPreviewRoeland Jago Douma2019-09-152-40/+0
* | Disable app token creation for impersonated people, ref #15539Greta Doci2019-09-152-0/+40
|/
* Harden identifyproof openssl codeRoeland Jago Douma2019-09-142-15/+28
* Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-124-6/+21
* Merge pull request #17106 from nextcloud/feature/dispatch-typed-eventblizzz2019-09-122-0/+17
|\
| * Add Symfony inspired typed event dispatcher methodChristoph Wurst2019-09-112-0/+17
* | Merge pull request #17084 from nextcloud/refactor/symfony-dispatcher-signatureRoeland Jago Douma2019-09-111-2/+1
|\ \ | |/ |/|
| * Use the new Symfony event dispatcher signatureChristoph Wurst2019-09-101-2/+1
* | Merge pull request #17021 from nextcloud/bye-spreed-hello-talkJoas Schilling2019-09-111-2/+2
|\ \
| * | Bye Spreed namespace, hello Talk!Joas Schilling2019-09-051-2/+2
* | | Merge pull request #16682 from nextcloud/enh/12790/workflow-backendRoeland Jago Douma2019-09-1118-48/+629
|\ \ \
| * | | fix missing @since'sArthur Schiwon2019-09-092-0/+13
| * | | entities equip the RuleMatcher on the events they are aware ofArthur Schiwon2019-09-092-3/+11
| * | | let a dedicate service serve a stateful processArthur Schiwon2019-09-097-48/+67
| * | | require IChecks to receive entity contextArthur Schiwon2019-09-091-0/+20
| * | | seperate setFileInfo from ICheckArthur Schiwon2019-09-094-10/+47
| * | | Return actual event data instead of self callingJulius Härtl2019-09-091-2/+2
| * | | extends ICheck with scope and entity support, provide them as initialStateArthur Schiwon2019-09-092-4/+37
| * | | WFE as proxy listen to relevent events and forwards themArthur Schiwon2019-09-091-0/+15
| * | | introduce GenericEntityEvent and adapt File entityArthur Schiwon2019-09-093-0/+69
| * | | emit file events via Dispatcher, tooArthur Schiwon2019-09-095-22/+40
| * | | adds a trigger hint for complex operationsArthur Schiwon2019-09-091-2/+15
| * | | remove IEntity's getId in favor of class nameArthur Schiwon2019-09-091-14/+0
| * | | merge IOperator with IOperation for simplicityArthur Schiwon2019-09-097-106/+62
| * | | add operator interfaces / APIArthur Schiwon2019-09-096-0/+198
| * | | add missing @since annotationsArthur Schiwon2019-09-092-1/+9
| * | | the workflow manager becomes scope aware, Part 1Arthur Schiwon2019-09-091-0/+4
| * | | introducing Entity interfaces and a File one as first implementationArthur Schiwon2019-09-095-0/+148
| * | | open the WFE to deal with other subjects but filesArthur Schiwon2019-09-093-0/+36
* | | | Split personal security settings in codeRoeland Jago Douma2019-09-103-0/+6
| |_|/ |/| |
* | | set default CSP on NotFoundResponseRoeland Jago Douma2019-09-091-0/+1
|/ /
* | Merge pull request #16836 from nextcloud/fix/16724/smb-availabilityRoeland Jago Douma2019-09-092-109/+102
|\ \
| * | set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-222-109/+102
* | | Merge pull request #16859 from PhrozenByte/patch-1Roeland Jago Douma2019-09-093-0/+29
|\ \ \
| * | | Improve usage of IAppManager::getAppWebPath()Daniel Rudolf2019-09-053-3/+5
| * | | Add IAppManager::getAppWebPath()Daniel Rudolf2019-08-252-0/+27