summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17965 from nextcloud/fix/noid/strict-controller-useridblizzz2019-11-181-5/+0
|\ | | | | Fixes a 500 without userid
| * Fixes a 500 without useridArthur Schiwon2019-11-161-5/+0
| | | | | | | | | | | | plus cleanup of unused use statements Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-11-182-6/+6
|/
* HTTPS link to https://en.wikipedia.org/wiki/Server-sent_eventsChristian Oliff2019-11-151-1/+1
| | | prevents a redirect
* pass through ServerNotAvailableException on app initArthur Schiwon2019-11-141-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2019-11-142-8/+8
|
* relax dependency on GenericEvent, instead stay compatible with old eventsArthur Schiwon2019-11-136-4/+105
| | | | | | * also fixes tagging events Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2019-11-122-12/+12
|
* Merge pull request #17859 from nextcloud/bugfix/app-initRoeland Jago Douma2019-11-111-1/+1
|\ | | | | Fix app class setup warnings
| * Do not throw an exception for base App classJulius Härtl2019-11-081-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-11-082-2/+4
| |
* | Merge pull request #17830 from nextcloud/global-quota-return-quotaRoeland Jago Douma2019-11-071-2/+7
|\ \ | |/ |/| actually return the quote when getting global storage info
| * actually return the quote when getting global storage infoRobin Appelman2019-11-061-2/+7
| | | | | | | | | | | | prevents 'undefined' index errors when 'include external storage in quota' is enabled Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #17822 from nextcloud/fix/noid/tip-download-to-node-apiblizzz2019-11-071-4/+15
|\ \ | | | | | | switch to Files Node API for zip generation
| * | switch to Files Node API for zip generationArthur Schiwon2019-11-071-4/+15
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #17696 from nextcloud/enh/17659/hide-objectstore-credentialsRoeland Jago Douma2019-11-071-2/+13
|\ \ \ | | | | | | | | Remove objectstore credentials
| * | | Add information about credentialsDaniel Kesselberg2019-10-311-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Remove objectstore credentialsDaniel Kesselberg2019-10-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Also remove the username for Swift v2 and add todo for unclear keys. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | Remove objectstore credentialsDaniel Kesselberg2019-10-271-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | S3: key and secret Swift v3: user.name and user.password Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-11-072-2/+2
| | | |
* | | | Cleanup sharing leftoversJohn Molakvoæ (skjnldsv)2019-11-051-3/+0
| |_|/ |/| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-11-052-0/+6
| | |
* | | Merge pull request #17735 from tcoupin/fix-reshare-circleChristoph Wurst2019-11-041-0/+1
|\ \ \ | | | | | | | | Fix reshare with circle
| * | | Fix reshare with circleThibault Coupin2019-10-291-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Thibault Coupin <thibault.coupin@gmail.com>
* | | | mark getAppContainer as a valid way to construct app containersRobin Appelman2019-11-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | this is triggerd (and not cought by the query arm) if an item from an app is queried before the app queries it's own Application instance Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #17509 from nextcloud/fix/application-singletonJohn Molakvoæ2019-11-043-3/+4
|\ \ \ \ | |_|_|/ |/| | | Fix Application instances created multiple times
| * | | Make sure we create an app's Application class just onceChristoph Wurst2019-10-113-3/+4
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #17506 from nextcloud/bugfix/12790/workflow-frontendblizzz2019-11-041-3/+0
|\ \ \ \ | | | | | | | | | | Workflow frontend polishing
| * | | | do not break on Checkers that do not need specific context infoArthur Schiwon2019-10-291-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | request time, for example Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-11-044-20/+20
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2019-11-032-4/+4
| | | | |
* | | | | Merge pull request #17739 from nextcloud/enh/share/filterRoeland Jago Douma2019-10-314-0/+54
|\ \ \ \ \ | | | | | | | | | | | | Get all shares iterable
| * | | | | fixup! Get all shares as iterableDaniel Calviño Sánchez2019-10-302-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | | Get all shares as iterableRoeland Jago Douma2019-10-304-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sometimes we need all shares or rather a specific subset of shares but creating dedicated functions is a pain. This just returns an iterable object for all shares so we can loop over them without allocating all the memory on the system. It should not be used by any user called code. But in an occ command or background job it is fine IMO. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | #17661Daniel Schneider2019-10-301-1/+1
| | | | | |
* | | | | | Merge pull request #17674 from nextcloud/enh/do_not_show_footer_subRoeland Jago Douma2019-10-301-1/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Do not show 'Get your own free account' on services under subscription
| * | | | | Do not show 'Get your own free account' on services under subscriptionRoeland Jago Douma2019-10-251-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #17562 from ↵Roeland Jago Douma2019-10-291-2/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/17509/log-error-when-setting-up-application-incorrectly Log an error in development cases when the application class was set …
| * | | | | | Log an error in development cases when the application class was set up ↵Joas Schilling2019-10-161-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | incorrectly Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Having the contructor in the interface makes no sense...Roeland Jago Douma2019-10-291-7/+0
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Extend data returned when searching remote sharesJohn Molakvoæ (skjnldsv)2019-10-292-2/+25
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Fix DAV mimetype searchRoeland Jago Douma2019-10-281-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15048 Catches the case where a full mimetype is sumbitted in the where like clause. Before we didn't catch this and it was just forwarded as is causing invalid queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #17712 from nextcloud/enh/limit_hardening/database/userRoeland Jago Douma2019-10-281-0/+10
|\ \ \ \ \ | | | | | | | | | | | | Make sure limit is never negative
| * | | | | Make sure limit is never negativeRoeland Jago Douma2019-10-281-0/+10
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were some cases where a negative limit could be passed in. Which would happily make the query explode. This is just a quick hack to make sure it never is negative. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #17173 from nextcloud/feature/event-broadcastingRoeland Jago Douma2019-10-286-0/+206
|\ \ \ \ \ | |/ / / / |/| | | | Make it possible to broadcast events to (web) clients
| * | | | Make it possible to broadcast events to (web) clientsChristoph Wurst2019-10-286-0/+206
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Cleanup theming messRoeland Jago Douma2019-10-251-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Do not do translations in the constructor. This gets called to early so there is no user yet. Which means we can't obtain the locale. Which means we store the wrong translation instance. * Same for the theming app magic. Just use the parent call when needed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Don't pass in the locale as the languageRoeland Jago Douma2019-10-251-2/+1
| |_|/ / |/| | | | | | | | | | | | | | | | | | | This messes with the translation of the date names etc. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-10-232-2/+2
| | | |
* | | | Fix help route in navigationJulius Härtl2019-10-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>