summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-11-222-2/+2
|
* Merge pull request #18029 from nextcloud/feature/public-post-login-eventRoeland Jago Douma2019-11-214-14/+26
|\ | | | | Make the post login event public
| * Make the post login event publicChristoph Wurst2019-11-204-14/+26
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2019-11-212-2/+2
| |
* | Merge pull request #18009 from nextcloud/bugfix/noid/install-with-mysql-8.0.4+Roeland Jago Douma2019-11-201-2/+2
|\ \ | | | | | | Fix installing with MySQL 8.0.4+
| * | Fix installing with MySQL 8.0.4+Joas Schilling2019-11-201-2/+2
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Do not check for updates if we have no internetRoeland Jago Douma2019-11-201-1/+6
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #17824 from nextcloud/fix/dav/catch_forbiddenRoeland Jago Douma2019-11-201-0/+5
|\ | | | | Catch forbidden http status code
| * Catch forbidden http status codeRoeland Jago Douma2019-11-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | If you try to do something on a DAV mount (external or federated share) that is not allowed. We should not mark the storage as not available but just fail somewhat gracefully. Now by catching this and just properly returning the operation will just fail (and notify the user) which is already a lot better then marking the storage as unavailable and doing boom. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #17850 from ↵Joas Schilling2019-11-201-0/+6
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/mark-spreed-as-active-on-call-urls Mark "Talk" active on /call/token URLs
| * | Make phan happy ;)Daniel Kesselberg2019-11-191-1/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Mark "Talk" active on /call/token URLsJoas Schilling2019-11-121-0/+5
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-11-206-46/+54
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-11-192-0/+8
| | |
* | | Merge pull request #16828 from nextcloud/feature/noid/accept-incoming-sharesRoeland Jago Douma2019-11-186-26/+207
|\ \ \ | | | | | | | | 🔗☑️ Accept all incoming shares
| * | | FixesRoeland Jago Douma2019-11-181-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | The share manager knows which provider can accept sharesJoas Schilling2019-11-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Only restrict loading of group and user shares for nowJoas Schilling2019-11-121-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Allow to accept group sharesJoas Schilling2019-11-124-26/+145
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add the notifier and the API endpoint for user sharesJoas Schilling2019-11-121-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Respect the accepted flag for group and user sharesJoas Schilling2019-11-123-0/+54
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #17765 from nextcloud/filecache-extensionRoeland Jago Douma2019-11-1815-240/+514
|\ \ \ \ | | | | | | | | | | Upload time and Creation time
| * | | | Fix cache movesRoeland Jago Douma2019-11-181-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Merge remote-tracking branch 'origin/master' into filecache-extensionRoeland Jago Douma2019-11-1810-19/+124
| |\ \ \ \
| * | | | | cast ctime and utimeRobin Appelman2019-11-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | filter out empty filecache extension valuesRobin Appelman2019-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Update autoloadersRoeland Jago Douma2019-11-132-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | fix folder deleteRobin Appelman2019-11-131-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | dont create empty filecache extended rowsRobin Appelman2019-11-131-19/+33
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | dont expose metadata etag for nowRobin Appelman2019-11-134-25/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | expose filecache extension data in FileInfoRobin Appelman2019-11-134-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | store filecache extension fieldsRobin Appelman2019-11-134-27/+134
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | move more cache logic to querybuilderRobin Appelman2019-11-132-169/+254
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | add count() as shortcut for count('*') in FunctionBuilderRobin Appelman2019-11-132-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | return from QueryBuilder instead of IQueryBuilderRobin Appelman2019-11-132-62/+62
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | this make the type hints work properly with querybuilder subclasses Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | 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>