summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-07-18290-286/+314
|
* Merge pull request #16440 from marcelklehr/fix/objectstorage-put-contentsMorris Jobke2019-07-171-4/+4
|\ | | | | Fix File#putContents(string) on ObjectStorage
| * Fix File#putContents(string) on ObjectStorageMarcel Klehr2019-07-171-4/+4
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #15040 from ↵Morris Jobke2019-07-1736-735/+712
|\ \ | | | | | | | | | | | | nextcloud/feature/13980/push-for-deleted-notifications Notifications overhaul
| * | Update since to the correct versionJoas Schilling2019-07-161-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Update unit testsJoas Schilling2019-07-166-14/+21
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Update autoloaderJoas Schilling2019-07-162-0/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-1614-435/+243
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Update shipped implementations of the INotifierJoas Schilling2019-07-156-36/+74
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix new core notifierJoas Schilling2019-07-153-21/+43
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix detection of NotifiersJoas Schilling2019-07-151-11/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Update Federated sharing notifierJoas Schilling2019-07-152-10/+22
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Update twofactor_backupcodes NotifierJoas Schilling2019-07-152-11/+22
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix creation of the ManagerJoas Schilling2019-07-151-1/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Change how Notifiers and Apps are registeredJoas Schilling2019-07-154-68/+139
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Make all interfaces strictJoas Schilling2019-07-158-152/+165
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #16075 from nextcloud/bugfix/15823/app-restricted-groupsMorris Jobke2019-07-176-11/+163
|\ \ \ | | | | | | | | Remove deleted groups from app restrictions fixes #15823
| * | | Properly inject the loggerMorris Jobke2019-07-164-11/+24
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Remove deleted groups from app restrictions fixes #15823Greta Doci2019-06-274-1/+140
| | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | | Merge pull request #16416 from nextcloud/enh/log-detailsMorris Jobke2019-07-176-66/+117
|\ \ \ \ | | | | | | | | | | Move log detail aggregation and reuse it in syslog/systemd logger
| * | | | Move log detail aggregation to separate class and reuse it in syslog/systemd ↵Julius Härtl2019-07-176-66/+117
| | |/ / | |/| | | | | | | | | | | | | | | | | | logger Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #16424 from nextcloud/fix/do_not_keep_searchingRoeland Jago Douma2019-07-171-1/+6
|\ \ \ \ | | | | | | | | | | Do not keep searching for recent
| * | | | Do not keep searching for recentRoeland Jago Douma2019-07-161-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If userA has a lot of recent files. But only shares 1 file with userB (that has no files at all). We could keep searching until we run out of recent files for userA. Now assume the inactive userB has 20 incomming shares like that from different users. getRecent then basically keeps consuming huge amounts of resources and with each iteration the load on the DB increases (because of the offset). This makes sure we do not get more than 3 times the limit we search for or more than 5 queries. This means we might miss some recent entries but we should fix that separatly. This is just to make sure the load on the DB stays sane. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-07-1758-102/+108
| | | | |
* | | | | Merge pull request #16422 from ↵Roeland Jago Douma2019-07-161-0/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/complement-search-string-inrequest- set and complete the searched string
| * | | | | fix phpdocMaxence Lange2019-07-161-1/+5
| | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * | | | | set and complete the searched stringMaxence Lange2019-07-161-0/+18
| |/ / / / | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | Merge pull request #16423 from ↵Roeland Jago Douma2019-07-162-18/+28
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/bugfix/16410/allow-to-enable-encryption-in-the-UI Only prevent disabling encrytion via the API
| * | | | Only prevent disabling encrytion via the APIJoas Schilling2019-07-162-18/+28
|/ / / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #16180 from oliversalzburg/fix/grant-allMorris Jobke2019-07-161-1/+1
|\ \ \ \ | | | | | | | | | | Use specific privileges when creating admin
| * | | | Use specific privileges when creating adminOliver Salzburg2019-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the ALL shorthand can cause problems when not all privileges are available to the user. For example, AWS RDS MariaDB/MySQL will not grant the initial user account on an instance the SUPER privilege. While the user account is still valid for pretty much any task on the DB instance, it can not use the ALL shorthand when granting privileges to new users. By supplying a specific set of privileges, we work around this limitation without sacrificing functionality. Closes #16139 Signed-off-by: Oliver Salzburg <oliver.salzburg@gmail.com>
* | | | | Merge pull request #16417 from nextcloud/design/backupcodes-notificationMorris Jobke2019-07-162-2/+5
|\ \ \ \ \ | |/ / / / |/| | | | Backupcodes notification design details
| * | | | Add icon to twofactor_backupcodes notificationJan-Christoph Borchardt2019-07-162-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Fix wording of backupcodes notificationJan-Christoph Borchardt2019-07-161-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #16387 from ↵Roeland Jago Douma2019-07-1616-301/+1695
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.11.5 Bump nextcloud-vue from 0.11.4 to 0.11.5
| * | | | Bump nextcloud-vue from 0.11.4 to 0.11.5dependabot-preview[bot]2019-07-1516-301/+1695
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.11.4 to 0.11.5. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.11.4...v0.11.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | Merge pull request #15606 from ↵Roeland Jago Douma2019-07-161-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/15605/add-catch-for-runtime-exception Add catch for RuntimeException
| * | | | | Log RuntimeException in CleanupCardDAVPhotoCacheMorris Jobke2019-07-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Add catch for RuntimeExceptionDaniel Kesselberg2019-05-171-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | getDirectoryListing can throw a NotFoundException or a RuntimeException. The repair step should be skipped if the cache directory is missing so a catch for both exceptions is required. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-07-166-118/+126
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #16151 from jameslao/masterMorris Jobke2019-07-151-1/+3
|\ \ \ \ \ | | | | | | | | | | | | Update operationprogressbar.js
| * | | | | Update operationprogressbar.jsJames Lao2019-06-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To fix issue #16137 Signed-off-by: james.lao@gmail.com <james.lao@gmail.com>
* | | | | | Merge pull request #14228 from nextcloud/feature/noid/add-metadata-etagMorris Jobke2019-07-153-0/+75
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add DB table to extend filecache with metadata etag, creation and upload time
| * | | | | | Add DB table to extend filecache with metadata etag, creation time and ↵Morris Jobke2019-07-153-0/+75
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | upload time Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #16334 from nextcloud/feature/noid/enterprise-logoRoeland Jago Douma2019-07-156-0/+122
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Add enterprise logo
| * | | | | Add enterprise logoMorris Jobke2019-07-156-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also set it as theming logo if the subscription is valid. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #16390 from ↵Roeland Jago Douma2019-07-158-66/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.5.4 Bump nextcloud-vue-collections from 0.5.2 to 0.5.4
| * | | | | | Bump nextcloud-vue-collections from 0.5.2 to 0.5.4dependabot-preview[bot]2019-07-148-69/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.5.2 to 0.5.4. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.5.2...v0.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | | | Merge pull request #16404 from ↵Roeland Jago Douma2019-07-154-11/+11
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/babel/core-7.5.4 Bump @babel/core from 7.5.0 to 7.5.4
| * | | | | | Bump @babel/core from 7.5.0 to 7.5.4dependabot-preview[bot]2019-07-154-14/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.5.0 to 7.5.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.5.0...v7.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>