Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaning the excerpts managment | Maxence Lange | 2019-03-04 | 1 | -11/+6 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | cleaning | Maxence Lange | 2019-03-04 | 2 | -987/+3 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | moving final class to private, new interface in public | Maxence Lange | 2019-03-04 | 15 | -124/+2370 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | Load auth tokens with the initial state API | Christoph Wurst | 2019-03-01 | 1 | -2/+63 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Properly handle null as ownerId if file system access is denied by access token | Julius Härtl | 2019-03-01 | 1 | -2/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Listen to IUser::postDelete | Julius Härtl | 2019-03-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update autoloader | Joas Schilling | 2019-03-01 | 2 | -2/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Access for a collection can only become true | Joas Schilling | 2019-03-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Register providers via class names | Joas Schilling | 2019-03-01 | 2 | -7/+29 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a listener for the events | Joas Schilling | 2019-03-01 | 2 | -0/+71 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add dispatcher events to User and Group objects | Joas Schilling | 2019-03-01 | 6 | -87/+113 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Also cache the resource type because it is part of the identifier | Joas Schilling | 2019-03-01 | 2 | -1/+37 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix unused variable $access | Joas Schilling | 2019-03-01 | 1 | -2/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix doc block | Joas Schilling | 2019-03-01 | 2 | -4/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add invalidation methods to the interface | Joas Schilling | 2019-03-01 | 1 | -0/+19 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Don't throw on UniqueConstraintViolationException since a written value is ↵ | Joas Schilling | 2019-03-01 | 1 | -2/+8 |
| | | | | | | okay enough Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Cache the access manually too | Joas Schilling | 2019-03-01 | 1 | -0/+51 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix SQL statement and provider method call | Julius Härtl | 2019-03-01 | 1 | -13/+13 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make sure the results are always sorted the same | Joas Schilling | 2019-03-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Improve searchCollections() | Joas Schilling | 2019-03-01 | 1 | -6/+20 |
| | | | | | | | * Search ignores collection where we know the user can not access them * If we filtered all results, we start over with a bigger offset Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Further work on the access cache | Joas Schilling | 2019-03-01 | 7 | -80/+293 |
| | | | | | | Searching for all is still a problem Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Start implementing access cache | Joas Schilling | 2019-03-01 | 3 | -8/+102 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix doc blocks | Joas Schilling | 2019-03-01 | 9 | -51/+61 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Implement search and rename in backend | Julius Härtl | 2019-03-01 | 2 | -0/+52 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add link to resource provider | Julius Härtl | 2019-03-01 | 4 | -0/+47 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Only call resource provider if type matches | Julius Härtl | 2019-03-01 | 2 | -10/+36 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Allow apps to register resource providers | Julius Härtl | 2019-03-01 | 2 | -4/+15 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add iconClass to resources | Julius Härtl | 2019-03-01 | 4 | -0/+46 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Insert new collection into database | Julius Härtl | 2019-03-01 | 1 | -1/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Make names mandatory | Joas Schilling | 2019-03-01 | 8 | -21/+93 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Allow to create collections | Joas Schilling | 2019-03-01 | 3 | -0/+20 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Provider functionality | Joas Schilling | 2019-03-01 | 6 | -0/+144 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a controller with the most important methods | Joas Schilling | 2019-03-01 | 5 | -6/+34 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Basic implementation of resource and collection handling | Joas Schilling | 2019-03-01 | 8 | -0/+503 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #14254 from sparrowjack63/master | Roeland Jago Douma | 2019-03-01 | 1 | -4/+7 |
|\ | | | | | Dont check Bucket Name in Nextcloud | ||||
| * | Bucket name - Alert in debug mode | S. Cat | 2019-03-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Alert in debug mode only when trying to mount non compatible DNS bucket name (in order to not flood the logs) Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr> | ||||
| * | Correct code indent | S. Cat | 2019-03-01 | 1 | -5/+5 |
| | | | | | | | | | | | | Just correct code indent. Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr> | ||||
| * | Warning on S3 not compatible DNS bucket name | S. Cat | 2019-03-01 | 1 | -4/+11 |
| | | | | | | | | | | | | The new created bucket should respect the DNS compatibility, nevertheless, Nextcloud should accept to mount "old created" buckets that does not respect DNS compatibility (Backward compatibility, or compatibility with CEPH). Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr> | ||||
| * | Dont check Bucket Name in Nextcloud | Sebastien Cat | 2019-03-01 | 1 | -4/+0 |
| | | | | | | | | | | Signed-off-by: Sebastien Cat <sparrow.jack63@gmail.com> Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr> | ||||
* | | Merge pull request #14449 from nextcloud/feature/noid/redirect-to-default-app | Joas Schilling | 2019-03-01 | 3 | -0/+42 |
|\ \ | | | | | | | Allow apps to redirect to the default app | ||||
| * | | Allow apps to redirect to the default app | Joas Schilling | 2019-03-01 | 3 | -0/+42 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-01 | 4 | -58/+64 |
|/ / | |||||
* | | Remove not used appinfo/classpath.php check | Morris Jobke | 2019-02-28 | 1 | -17/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #14412 from nextcloud/fileinfo-raw-size | Morris Jobke | 2019-02-28 | 8 | -13/+29 |
|\ \ | | | | | | | add option to get raw size (without submounts) from fileinfo | ||||
| * | | add option to get raw size (without submounts) from fileinfo | Robin Appelman | 2019-02-27 | 8 | -13/+29 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Do not load 2fa admin settings async | Roeland Jago Douma | 2019-02-28 | 1 | -5/+21 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #14343 from nextcloud/bugfix/14052-multiple-navigation-items | Morris Jobke | 2019-02-27 | 2 | -5/+17 |
|\ \ \ | | | | | | | | | Parse multiple navigation items | ||||
| * | | | Generate id for navigation item | Daniel Kesselberg | 2019-02-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | Parse multiple navigation items | Daniel Kesselberg | 2019-02-22 | 2 | -4/+16 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | Search sharees on lookup server when explicitly requested by user | Christoph Wurst | 2019-02-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |