- Jul 18, 2019
-
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Nextcloud bot authored
-
- Jul 17, 2019
-
-
Morris Jobke authored
Fix File#putContents(string) on ObjectStorage
-
Morris Jobke authored
Notifications overhaul
-
Morris Jobke authored
Remove deleted groups from app restrictions fixes #15823
-
Marcel Klehr authored
Signed-off-by:
Marcel Klehr <mklehr@gmx.net>
-
Morris Jobke authored
Move log detail aggregation and reuse it in syslog/systemd logger
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Roeland Jago Douma authored
Do not keep searching for recent
-
Nextcloud bot authored
-
- Jul 16, 2019
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
set and complete the searched string
-
Roeland Jago Douma authored
Only prevent disabling encrytion via the API
-
Roeland Jago Douma authored
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>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Morris Jobke authored
Use specific privileges when creating admin
-
Morris Jobke authored
Backupcodes notification design details
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Oliver Salzburg authored
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>
-
Jan-Christoph Borchardt authored
Signed-off-by:
Jan-Christoph Borchardt <hey@jancborchardt.net>
-
Roeland Jago Douma authored
Bump nextcloud-vue from 0.11.4 to 0.11.5
-
Roeland Jago Douma authored
Add catch for RuntimeException
-
Nextcloud bot authored
-
- Jul 15, 2019
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Update operationprogressbar.js
-
Morris Jobke authored
Add DB table to extend filecache with metadata etag, creation and upload time
-
dependabot-preview[bot] authored
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>
-
Roeland Jago Douma authored
Add enterprise logo
-
Roeland Jago Douma authored
Bump nextcloud-vue-collections from 0.5.2 to 0.5.4
-
Roeland Jago Douma authored
Bump @babel/core from 7.5.0 to 7.5.4
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Also set it as theming logo if the subscription is valid. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
dependabot-preview[bot] authored
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>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-