Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2019-03-04Remove the upload and memory settingJoas Schilling
* Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-01Load auth tokens with the initial state APIChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-03-01Properly handle null as ownerId if file system access is denied by access tokenJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Listen to IUser::postDeleteJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Update autoloaderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Access for a collection can only become trueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Register providers via class namesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Add a listener for the eventsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Add dispatcher events to User and Group objectsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Also cache the resource type because it is part of the identifierJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Fix unused variable $accessJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Fix doc blockJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Add invalidation methods to the interfaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Don't throw on UniqueConstraintViolationException since a written value is ↵Joas Schilling
okay enough Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Cache the access manually tooJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Fix SQL statement and provider method callJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Make sure the results are always sorted the sameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Improve searchCollections()Joas Schilling
* 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>
2019-03-01Further work on the access cacheJoas Schilling
Searching for all is still a problem Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Start implementing access cacheJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Fix doc blocksJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Implement search and rename in backendJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Add link to resource providerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Only call resource provider if type matchesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Allow apps to register resource providersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Add iconClass to resourcesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Insert new collection into databaseJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-01Make names mandatoryJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Allow to create collectionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Provider functionalityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Add a controller with the most important methodsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Basic implementation of resource and collection handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Merge pull request #14254 from sparrowjack63/masterRoeland Jago Douma
Dont check Bucket Name in Nextcloud
2019-03-01Bucket name - Alert in debug modeS. Cat
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>
2019-03-01Correct code indentS. Cat
Just correct code indent. Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr>
2019-03-01Warning on S3 not compatible DNS bucket nameS. Cat
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>
2019-03-01Dont check Bucket Name in NextcloudSebastien Cat
Signed-off-by: Sebastien Cat <sparrow.jack63@gmail.com> Signed-off-by: Sébastien Cat <sebastien.cat@inra.fr>
2019-03-01Merge pull request #14449 from nextcloud/feature/noid/redirect-to-default-appJoas Schilling
Allow apps to redirect to the default app
2019-03-01Allow apps to redirect to the default appJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01[tx-robot] updated from transifexNextcloud bot
2019-02-28Remove not used appinfo/classpath.php checkMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-28Merge pull request #14412 from nextcloud/fileinfo-raw-sizeMorris Jobke
add option to get raw size (without submounts) from fileinfo
2019-02-28Do not load 2fa admin settings asyncRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-27Merge pull request #14343 from nextcloud/bugfix/14052-multiple-navigation-itemsMorris Jobke
Parse multiple navigation items
2019-02-27add option to get raw size (without submounts) from fileinfoRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-02-26Search sharees on lookup server when explicitly requested by userChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-02-26Merge pull request #14385 from ↵Joas Schilling
nextcloud/feature/noid/add-event-to-allow-to-filter-results Add an event to the Autocomplete Controller to allow to filter the re…
2019-02-26Add an event to the Autocomplete Controller to allow to filter the resultsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-26Merge pull request #14346 from tomaski/masterMorris Jobke
fix(EMailTemplate): malformed HTML in some cases
2019-02-26[tx-robot] updated from transifexNextcloud bot