- Jul 18, 2019
-
-
Morris Jobke authored
Fix filelist overlap with header ref #16076
-
Morris Jobke authored
Error with exception on SSL error
-
Roeland Jago Douma authored
adds an --update flag to check-user for manual sync of the ldap record
-
Morris Jobke authored
LIMIT is no column but a SQL keyword, allow limit on initial sync
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Add border-top to settings menu when its open ref #16076
-
Greta Doci authored
Signed-off-by:
Greta Doci <gretadoci@gmail.com>
-
Roeland Jago Douma authored
Allow use of server var for CSP nonce
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Roeland Jago Douma authored
Merge pull request #15143 from nextcloud/bugfix/noid/lookup-server-connector-background-jobs-problem Fix lookup server connector background jobs problem
-
Morris Jobke authored
Reduce indirection in AppManager
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Sam Bull authored
Allow passing a nonce from the web server, allowing the possibility to enforce a strict CSP from the web server. Signed-off-by:
Sam Bull <git@sambull.org> Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Joas Schilling authored
To ensure there is only 1 background job per user Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.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
-
Greta Doci authored
Signed-off-by:
Greta Doci <gretadoci@gmail.com>
-
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
-