Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-19 | 2 | -0/+8 |
| | |||||
* | Merge pull request #16828 from nextcloud/feature/noid/accept-incoming-shares | Roeland Jago Douma | 2019-11-18 | 6 | -26/+207 |
|\ | | | | | 🔗☑️ Accept all incoming shares | ||||
| * | Fixes | Roeland Jago Douma | 2019-11-18 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | The share manager knows which provider can accept shares | Joas Schilling | 2019-11-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Only restrict loading of group and user shares for now | Joas Schilling | 2019-11-12 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Allow to accept group shares | Joas Schilling | 2019-11-12 | 4 | -26/+145 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Add the notifier and the API endpoint for user shares | Joas Schilling | 2019-11-12 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Respect the accepted flag for group and user shares | Joas Schilling | 2019-11-12 | 3 | -0/+54 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #17765 from nextcloud/filecache-extension | Roeland Jago Douma | 2019-11-18 | 15 | -240/+514 |
|\ \ | | | | | | | Upload time and Creation time | ||||
| * | | Fix cache moves | Roeland Jago Douma | 2019-11-18 | 1 | -1/+4 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Merge remote-tracking branch 'origin/master' into filecache-extension | Roeland Jago Douma | 2019-11-18 | 10 | -19/+124 |
| |\ \ | |||||
| * | | | cast ctime and utime | Robin Appelman | 2019-11-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | filter out empty filecache extension values | Robin Appelman | 2019-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | Update autoloaders | Roeland Jago Douma | 2019-11-13 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | fix folder delete | Robin Appelman | 2019-11-13 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | dont create empty filecache extended rows | Robin Appelman | 2019-11-13 | 1 | -19/+33 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | dont expose metadata etag for now | Robin Appelman | 2019-11-13 | 4 | -25/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | expose filecache extension data in FileInfo | Robin Appelman | 2019-11-13 | 4 | -0/+81 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | store filecache extension fields | Robin Appelman | 2019-11-13 | 4 | -27/+134 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | move more cache logic to querybuilder | Robin Appelman | 2019-11-13 | 2 | -169/+254 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | add count() as shortcut for count('*') in FunctionBuilder | Robin Appelman | 2019-11-13 | 2 | -3/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | return from QueryBuilder instead of IQueryBuilder | Robin Appelman | 2019-11-13 | 2 | -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-userid | blizzz | 2019-11-18 | 1 | -5/+0 |
|\ \ \ | |_|/ |/| | | Fixes a 500 without userid | ||||
| * | | Fixes a 500 without userid | Arthur Schiwon | 2019-11-16 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | plus cleanup of unused use statements Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-18 | 2 | -6/+6 |
|/ / | |||||
* | | HTTPS link to https://en.wikipedia.org/wiki/Server-sent_events | Christian Oliff | 2019-11-15 | 1 | -1/+1 |
| | | | | | | prevents a redirect | ||||
* | | pass through ServerNotAvailableException on app init | Arthur Schiwon | 2019-11-14 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-14 | 2 | -8/+8 |
| | | |||||
* | | relax dependency on GenericEvent, instead stay compatible with old events | Arthur Schiwon | 2019-11-13 | 6 | -4/+105 |
|/ | | | | | | * also fixes tagging events Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-12 | 2 | -12/+12 |
| | |||||
* | Merge pull request #17859 from nextcloud/bugfix/app-init | Roeland Jago Douma | 2019-11-11 | 1 | -1/+1 |
|\ | | | | | Fix app class setup warnings | ||||
| * | Do not throw an exception for base App class | Julius Härtl | 2019-11-08 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-08 | 2 | -2/+4 |
| | | |||||
* | | Merge pull request #17830 from nextcloud/global-quota-return-quota | Roeland Jago Douma | 2019-11-07 | 1 | -2/+7 |
|\ \ | |/ |/| | actually return the quote when getting global storage info | ||||
| * | actually return the quote when getting global storage info | Robin Appelman | 2019-11-06 | 1 | -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-api | blizzz | 2019-11-07 | 1 | -4/+15 |
|\ \ | | | | | | | switch to Files Node API for zip generation | ||||
| * | | switch to Files Node API for zip generation | Arthur Schiwon | 2019-11-07 | 1 | -4/+15 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #17696 from nextcloud/enh/17659/hide-objectstore-credentials | Roeland Jago Douma | 2019-11-07 | 1 | -2/+13 |
|\ \ \ | | | | | | | | | Remove objectstore credentials | ||||
| * | | | Add information about credentials | Daniel Kesselberg | 2019-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | Remove objectstore credentials | Daniel Kesselberg | 2019-10-27 | 1 | -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 credentials | Daniel Kesselberg | 2019-10-27 | 1 | -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 transifex | Nextcloud bot | 2019-11-07 | 2 | -2/+2 |
| | | | | |||||
* | | | | Cleanup sharing leftovers | John Molakvoæ (skjnldsv) | 2019-11-05 | 1 | -3/+0 |
| |_|/ |/| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-11-05 | 2 | -0/+6 |
| | | | |||||
* | | | Merge pull request #17735 from tcoupin/fix-reshare-circle | Christoph Wurst | 2019-11-04 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Fix reshare with circle | ||||
| * | | | Fix reshare with circle | Thibault Coupin | 2019-10-29 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Thibault Coupin <thibault.coupin@gmail.com> | ||||
* | | | | mark getAppContainer as a valid way to construct app containers | Robin Appelman | 2019-11-04 | 1 | -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-singleton | John Molakvoæ | 2019-11-04 | 3 | -3/+4 |
|\ \ \ \ | |_|_|/ |/| | | | Fix Application instances created multiple times | ||||
| * | | | Make sure we create an app's Application class just once | Christoph Wurst | 2019-10-11 | 3 | -3/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #17506 from nextcloud/bugfix/12790/workflow-frontend | blizzz | 2019-11-04 | 1 | -3/+0 |
|\ \ \ \ | | | | | | | | | | | Workflow frontend polishing |