summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Don't show users which e-mail address match if they belong to a group we may ↵Tobia De Koninck2017-12-151-1/+29
| | | | | | share with Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Also check for empty content lenthRoeland Jago Douma2017-12-141-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Reduce length of md5 in scss cachingJohn Molakvoæ (skjnldsv)2017-12-141-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use cached app listMorris Jobke2017-12-141-2/+2
| | | | | | Followup to #7264 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7485 from nextcloud/fix_7001Roeland Jago Douma2017-12-141-2/+1
|\ | | | | Also cache invalid DiscoveryService response
| * Also cache invalid DiscoveryService responseRoeland Jago Douma2017-12-131-2/+1
| | | | | | | | | | | | | | | | * Cache it for a day so we will retry eventually * Cache the status.php response as well so we will try it once a day as well Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | The user displayNameResolver is specific to users, not the comments appArthur Schiwon2017-12-121-1/+15
|/ | | | | | | Other apps like spreed rely on it, and only can resolver per type can be registered anyhow. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Properly detect if fopen fails for txt previewsRoeland Jago Douma2017-12-111-0/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Register ContactsStore using alias + run autoloaderchecker.shTobia De Koninck2017-12-111-1/+3
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Make ContactsStore a public APITobia De Koninck2017-12-112-1/+12
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Merge pull request #6668 from nextcloud/fix_6621Morris Jobke2017-12-112-1/+37
|\ | | | | Remove avatar on user deletion
| * handle not found mounts when cleaning avatarsRobin Appelman2017-12-112-0/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Remove avatar on user deletionRoeland Jago Douma2017-12-111-0/+23
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Dispatch event on User predeleteRoeland Jago Douma2017-12-111-1/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7449 from nextcloud/fix-setupMorris Jobke2017-12-111-10/+15
|\ \ | |/ |/| Fix 500 on setup page
| * Fix 500 on setup pageMorris Jobke2017-12-111-10/+15
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6651 from nextcloud/remote-cloud-clientRoeland Jago Douma2017-12-1110-0/+725
|\ \ | | | | | | Add api clients for talking to remote clouds
| * | Add some more tests for ocs remote apiRobin Appelman2017-12-082-6/+27
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | refuse to use http if we know a remote has httpsRobin Appelman2017-12-081-0/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | validate user responseRobin Appelman2017-12-081-1/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add more typehintsRobin Appelman2017-12-085-0/+16
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add public api for remote apiRobin Appelman2017-12-089-9/+172
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Some tests for the remote cloud apiRobin Appelman2017-12-082-3/+21
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add api clients for talking to remote cloudsRobin Appelman2017-12-086-0/+493
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #6682 from nextcloud/dav-mimetype-fallbackRoeland Jago Douma2017-12-111-9/+17
|\ \ \ | | | | | | | | Fallback to filename based detection if the remote dav server doesn't…
| * | | Fallback to filename based detection if the remote dav server doesn't know ↵Robin Appelman2017-09-281-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | the mimetype Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #7427 from nextcloud/fix-white-color-in-emailsMorris Jobke2017-12-112-4/+15
|\ \ \ \ | |_|_|/ |/| | | Fix email buttons for white theme
| * | | Fix email buttons for white themeMorris Jobke2017-12-112-4/+15
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fix syntax errorMorris Jobke2017-12-111-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fixed phpdoc and function typeJohn Molakvoæ (skjnldsv)2017-12-111-2/+8
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Fixed md5 generation and added fallback for scss requestsJohn Molakvoæ (skjnldsv)2017-12-111-6/+32
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Use apps versions to generate suffix when possibleJohn Molakvoæ (skjnldsv)2017-12-111-5/+14
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #6876 from nextcloud/always_img_avatarMorris Jobke2017-12-081-14/+196
|\ \ \ | | | | | | | | Always generate avatar
| * | | Better center the letter and use semibold font typeMorris Jobke2017-12-081-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Since we update the avatar in the sync service remove the generated fileRoeland Jago Douma2017-11-291-0/+7
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Sinc we use AppData the regex is not needed anymoreRoeland Jago Douma2017-11-291-4/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Move avatar code to Avatar ClassRoeland Jago Douma2017-11-291-10/+187
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #7334 from ↵blizzz2017-12-081-1/+17
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/feature/noid/language-depending-skeleton-directory Allow `{lang}` as a placeholder in the skeleton directory
| * | | Fallback to "default" and check if directory existsMorris Jobke2017-12-081-1/+4
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Allow `{lang}` as a placeholder in the skeleton directoryJoas Schilling2017-11-291-1/+14
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #7385 from nextcloud/shared-delay-rootMorris Jobke2017-12-061-9/+14
|\ \ \ \ | | | | | | | | | | delay calculating the shared cache root until it's used
| * | | | delay calculating the shared cache root until it's usedRobin Appelman2017-12-041-9/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #7351 from nextcloud/change-default-german-languageRoeland Jago Douma2017-12-061-1/+26
|\ \ \ \ \ | | | | | | | | | | | | use formal version of German by default
| * | | | | check if $defaultLanguage is a valid string before we move onBjoern Schiessle2017-12-011-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | | | | use formal version of German if default_language is set to 'de_DE'Bjoern Schiessle2017-11-301-1/+25
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | add retry wrapper when reading files from swiftRobin Appelman2017-12-041-1/+2
| |/ / / |/| | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Fix PHP doc for API docsMorris Jobke2017-12-032-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Allow to skip data dir permission checks by configArthur Schiwon2017-11-301-1/+4
|/ / / | | | | | | | | | | | | | | | | | | Enables installation on services that don't allow/support permission changes. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / Only in case of $currentAccess the array uses the id as indexJoas Schilling2017-11-281-1/+7
|/ / | | | | | | | | | | | | | | | | | | | | | | | | 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 3820d6883dffcaa49deb1054ae0f32ab3d3e39b1 Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #7305 from nextcloud/log-level-for-log-extendingMorris Jobke2017-11-271-0/+1
|\ \ | | | | | | Pass log level to log reporters