- Dec 18, 2017
-
-
Abijeet authored
Signed-off-by:
Abijeet <abijeetpatro@gmail.com>
-
- Dec 16, 2017
-
-
Abijeet authored
Fixes #7175. - Updated the query to fetch the users in users > everyone tab. - Updated the query to fetch the users in users > admin tab. - Tested to ensure that the disabled users are also being fetched. - Added test cases. Signed-off-by:
Abijeet <abijeetpatro@gmail.com>
-
- Dec 03, 2017
-
-
Nextcloud bot authored
-
- Dec 02, 2017
-
-
Nextcloud bot authored
-
- Dec 01, 2017
-
-
Morris Jobke authored
check userExists later, saves lookups for appData_INSTANCEID userids
-
Morris Jobke authored
Allow to skip data dir permission checks by config
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Nextcloud bot authored
-
- Nov 30, 2017
-
-
Joas Schilling authored
Fix translation of federation scope menu
-
Arthur Schiwon authored
Enables installation on services that don't allow/support permission changes. Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Morris Jobke authored
* l10n in Nextcloud works by extracting the values only passed on their location and not based on the first parameter * we need to change the translation pool from `core` to `settings` then * fixes #7345 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Nextcloud bot authored
-
- Nov 29, 2017
-
-
Morris Jobke authored
Actually set the status so we don't cause another exception
-
Roeland Jago Douma authored
* And add tests so I don't mess up again Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Do not log Exception if a connection error occured
-
Roeland Jago Douma authored
Fix silent conflicts due to merging #7256 after #7251
-
Roeland Jago Douma authored
Update README.md
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Mario Đanić authored
authentification is not a real word :)
-
Nextcloud bot authored
-
- Nov 28, 2017
-
-
blizzz authored
Only in case of $currentAccess the array uses the user id as index
-
Joas Schilling authored
Otherwise its a normal string[] with the user ids, in that case the array_merge did it's job just fine, apart from it not being deduplicated. The array+array is only needed when the user id is the key, so integer only user ids are kept as they are instead of being reindexed. Regression from 3820d688 Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Daniel Calviño Sánchez authored
Although #7256 was merged cleanly some of the changes really conflicted with those introduced by the last commit of #7251, and this broke the appearance of the author row of comments. This commit fixes those silent conflicts and restores the appearance of the author row. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Nextcloud bot authored
-
- Nov 27, 2017
-
-
Morris Jobke authored
Fix contacts menu height for Safari
-
Morris Jobke authored
catch errors when parsing calendar data for calendar query requests
-
Morris Jobke authored
Pass log level to log reporters
-
Lukas Reschke authored
Fix #4789: Group admins cannot see disabled users
-
Morris Jobke authored
Log InvalidSyncToken on DAV in debug level
-
Lukas Reschke authored
Log NotImplementedException on DAV in debug level
-
Georg Ehrke authored
Signed-off-by:
Georg Ehrke <developer@georgehrke.com>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
blizzz authored
Fix filerow avatars
-
Morris Jobke authored
add postgresql 10 compatibility to dbal
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
blizzz authored
Fix cursor for avatar and user names in comments
-
Morris Jobke authored
Fix input field not disabled while a comment is being sent
-