summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-07-1120-0/+100
|
* [tx-robot] updated from transifexNextcloud bot2020-07-10138-774/+798
|
* Merge pull request #21777 from nextcloud/search-min-lengthRoeland Jago Douma2020-07-091-1/+1
|\ | | | | lower minimum search length to 2 characters
| * lower minimum search length to 2 charactersRobin Appelman2020-07-091-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #21771 from ↵Roeland Jago Douma2020-07-091-8/+8
|\ \ | | | | | | | | | | | | nextcloud/techdebt/noid/clarify-scopes-for-profile-data Clarify the scopes for profile data federation
| * | Clarify the scropes for profile data federationJoas Schilling2020-07-091-8/+8
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Move files_versions to bootstrap mechanismMorris Jobke2020-07-093-55/+24
| |/ |/| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #21733 from ↵Morris Jobke2020-07-092-4/+18
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/cache-system-card-etag-during-request Update system addressbook card only when there was a change based on a cached etag
| * | Update system addressbook card only when there was a change based on a ↵Morris Jobke2020-07-092-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | cached etag Due to our old and new hook system the card dav backend listens to old and new hooks. This triggers this code multiple times and always causes an update. With this change we cache the etag during a request and only trigger the update if the etag has changed. This does not catches all not needed updates, but it does not need another round trip to the database and still covers most cases where multiple attributes are updated during one single request. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | better cleanup in share testsRobin Appelman2020-07-092-0/+10
| |/ |/| | | | | Signed-off-by: Robin Appelman <robin@icewind.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>
* | | [tx-robot] updated from transifexNextcloud bot2020-07-096-10/+14
| | |
* | | 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>
* / | Move contactsinteraction to bootstrap mechanismMorris Jobke2020-07-083-56/+8
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | 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>
* | | [tx-robot] updated from transifexNextcloud bot2020-07-086-2/+64
| | |
* | | Bump bundlesJulius Härtl2020-07-0727-5984/+27
| |/ |/| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2020-07-07124-120/+126
| |
* | 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>
* | | | Fix sharebymail testsRoeland Jago Douma2020-07-063-99/+13
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #21704 from nextcloud/fix/18895/fix-unit-testsMorris Jobke2020-07-061-1/+1
|\ \ \ \ | | | | | | | | | | Fix unit tests from #18895
| * | | | Fix unit tests from #18895Morris Jobke2020-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #21074 from jvsalo/shared-lock-multi-releaseMorris Jobke2020-07-061-0/+14
|\ \ \ \ \ | | | | | | | | | | | | Fix releasing a shared lock multiple times
| * | | | | In LockPlugin, only release a lock if it was acquiredJaakko Salo2020-05-241-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When uploading new files, getNodeForPath() will not succeed yet so the lock cannot be acquired. In that case, don't try to unlock it either. Signed-off-by: Jaakko Salo <jaakkos@gmail.com>
* | | | | | Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke2020-07-064-235/+198
|\ \ \ \ \ \ | | | | | | | | | | | | | | tidy up Group_LDAP
| * | | | | | tidy up Group_LDAPArthur Schiwon2020-06-084-235/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove unused method * resolve code duplication * remove usage of deprectad Util::writeLog * phpDoc updates * signature updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #21222 from ↵Morris Jobke2020-07-062-7/+25
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/18965/reduce-contacts-search-load Reduce contacts search load
| * | | | | | Reduce load of the contacts search when we know it can't matchJoas Schilling2020-06-152-7/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #18895 from nextcloud/bugfix/noid/fix_birthday_calendar_colorMorris Jobke2020-07-061-1/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Changes the Birthday calendar color to slightly brighter one
| * | | | | | Changes the Birthday calendar color to slightly brighter oneGeorg Ehrke2020-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | | Merge pull request #21692 from nextcloud/cleanup/sharebymailRoeland Jago Douma2020-07-0610-111/+43
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cleanup share by mail a bit
| * | | | | | | Cleanup share by mail a bitRoeland Jago Douma2020-07-0610-111/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moved to ned IBootstrap * Register everything via the capabilities api (So clients can use it as well) - This applies to the enforcing passwords * Updated the sharing js code to use it * removed app.php * removed unused settings now * typehints * strict typing Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | | Merge pull request #21264 from stweil/masterMorris Jobke2020-07-051-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | build: Fix some typos (most of them found by codespell)
| * | | | | | | | build: Fix some typos (most of them found by codespell)Stefan Weil2020-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>