aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* better cleanup in share testsRobin Appelman2020-07-092-0/+10
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* ensure home storage is initialized on first setupRobin Appelman2020-07-093-2/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* ensure mounts are scanned during testsRobin Appelman2020-07-092-1/+7
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add more integration tests for resharing permissionsDaniel Calviño Sánchez2020-07-091-0/+244
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Use the correct mountpoint to calculateRoeland Jago Douma2020-07-092-1/+17
| | | | | | | If we use the owners mount point this results in null. And then the rest of the checks get called with null. Which doesn't work. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #21767 from nextcloud/enh/lazy_register_navigationMorris Jobke2020-07-092-75/+84
|\ | | | | Lazy register the navigation
| * Lazy register the navigationRoeland Jago Douma2020-07-092-75/+84
| | | | | | | | | | | | | | This makes sure that we do not translate unneeded strings on for example webdav requests. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #21746 from ↵Morris Jobke2020-07-092-31/+16
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/cloud_federation_api-bootstrap Move cloud_federation_api to bootstrap mechanism
| * | Move cloud_federation_api to bootstrap mechanismMorris Jobke2020-07-082-31/+16
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #21766 from nextcloud/fix/21761/regression-in-return-valueMorris Jobke2020-07-091-2/+2
|\ \ \ | |_|/ |/| | Fix regression in return value of OC_Util::checkDataDirectoryPermissi…
| * | Fix regression in return value of OC_Util::checkDataDirectoryPermissions due ↵Morris Jobke2020-07-091-2/+2
|/ / | | | | | | | | | | to #21761 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #21761 from nextcloud/fix/permission_check_translationRoeland Jago Douma2020-07-091-7/+5
|\ \ | | | | | | Kill another unneeded translation
| * | Kill another unneeded translationRoeland Jago Douma2020-07-081-7/+5
| | | | | | | | | | | | | | | | | | We should only translate things when we actually need them. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-07-09138-138/+148
|/ /
* | Merge pull request #21758 from nextcloud/fix/routes/defaultsRoeland Jago Douma2020-07-082-20/+20
|\ \ | | | | | | Fix supporting defaults for routes
| * | Fix supporting defaults for routesRoeland Jago Douma2020-07-082-20/+20
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #21754 from nextcloud/td/no_translation_on_each_requestRoeland Jago Douma2020-07-081-2/+1
|\ \ \ | |/ / |/| | Only translate if we need the string
| * | Only translate if we need the stringRoeland Jago Douma2020-07-081-2/+1
|/ / | | | | | | | | | | | | | | This translation was done in each call. Over and over and over again. All while it was probably not used in 99.99999% of the cases. A small gain. But still. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #21729 from nextcloud/enh/noid/orphaned-mountsRoeland Jago Douma2020-07-082-1/+53
|\ \ | | | | | | Add removal of mounts without storages to files:cleanup command
| * | Test for proper removal of mount entriesJulius Härtl2020-07-081-1/+20
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add removal of mounts without storages to files:cleanup commandJulius Härtl2020-07-071-0/+33
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #21745 from ↵Roeland Jago Douma2020-07-082-43/+15
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/lookup_server_connector-bootstrap Move lookup server connector to bootstrap mechanism
| * | | Move lookup server connector to bootstrap mechanismMorris Jobke2020-07-082-43/+15
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #21749 from ↵Morris Jobke2020-07-083-56/+8
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/contactsinteraction-bootstrap Move contactsinteraction and comments to bootstrap mechanism
| * | | Move contactsinteraction to bootstrap mechanismMorris Jobke2020-07-083-56/+8
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #21643 from nextcloud/enh/no_routeactionhadler_initsRoeland Jago Douma2020-07-083-20/+26
|\ \ \ | |/ / |/| | Do not create a RouteActionHandler object for each route
| * | Do not create a RouteActionHandler object for each routeRoeland Jago Douma2020-07-073-20/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not required and doesn't allow us to be properly lazy. On top of it this doesnt allow us to cache the routes (since closures/objects can't be cached). This is the first small step into cleaning up the routing we have Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #21741 from ↵Morris Jobke2020-07-081-2/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/debt/noid/url-generator-does-not-implement-i-user-session Fix type for $urlGenerator
| * | | Fix type for $urlGeneratorDaniel Kesselberg2020-07-081-2/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #21739 from nextcloud/techdebt/14552/migrate-OC-initSessionMorris Jobke2020-07-081-8/+2
|\ \ \ \ | | | | | | | | | | Remove hook for initSession
| * | | | Remove hook for initSessionMorris Jobke2020-07-071-8/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | It's not used anyways and allowed to manipulate the state of the session. Also removed the code handling this. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-07-0824-4/+90
| |_|/ |/| |
* | | Merge pull request #21676 from J0WI/fix-chmod-on-fdMorris Jobke2020-07-071-1/+1
|\ \ \ | | | | | | | | Fix chmod on file descriptor
| * | | Fix chmod on file descriptorJ0WI2020-07-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | Merge pull request #21725 from nextcloud/bugfix/21316/ie11-quoted-propsMorris Jobke2020-07-0737-7907/+50
|\ \ \ \ | |_|/ / |/| | | Fix main bundle on IE11
| * | | Bump bundlesJulius Härtl2020-07-0736-7907/+36
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Do not quote properties when optimizing bundlesJulius Härtl2020-07-071-0/+14
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2020-07-07128-120/+270
| | |
* | | Merge pull request #21460 from nextcloud/enhancement/systemtags-bootstrapMorris Jobke2020-07-064-72/+90
|\ \ \ | | | | | | | | Move systemtags to the new bootstrap mechanism
| * | | Move systemtags to the new bootstrap mechanismChristoph Wurst2020-06-174-72/+90
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #21639 from ↵Morris Jobke2020-07-0623-587/+492
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/move-away-from-database-xml Move away from database xml
| * | | | Update class loadersJoas Schilling2020-07-068-0/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Move user_ldap to migrationsJoas Schilling2020-07-063-148/+102
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Move files_trashbin to migrationsJoas Schilling2020-07-063-102/+88
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Move files_external to migrationsJoas Schilling2020-07-063-226/+151
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Move federatedfilesharing to migrationsJoas Schilling2020-07-063-42/+59
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Move federation to migrationsJoas Schilling2020-07-063-69/+84
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #21714 from nextcloud/td/remove/getAppFolderMorris Jobke2020-07-062-26/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove old deprecated getAppFolder
| * | | | | Remove old deprecated getAppFolderRoeland Jago Douma2020-07-062-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #18867 from HolgerHees/patch-1Morris Jobke2020-07-062-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Update SecurityMiddleware.php