summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7660 from nextcloud/fix-7646Morris Jobke2018-01-021-1/+2
|\ | | | | Also log exception for failed appstore request
| * Also log exception for failed appstore requestMorris Jobke2018-01-021-1/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7631 from nextcloud/fix-scss-webroot-and-url-rewriteMorris Jobke2018-01-022-11/+24
|\ \ | |/ |/| Fix scss webroot and url rewrite
| * Fixed testsJohn Molakvoæ (skjnldsv)2017-12-301-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Added tests for various installations typesJohn Molakvoæ (skjnldsv)2017-12-301-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | - With root installation - Core css - App inside server root - Secondary apps directory outside server root - With an installation in a sub directory - Core css - App inside server root - Secondary apps directory outside server root Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixup! getWebdir returnJohn Molakvoæ (skjnldsv)2017-12-301-6/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Use OC_Util function for app web pathJohn Molakvoæ (skjnldsv)2017-12-301-11/+14
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * getWebDir functionJohn Molakvoæ (skjnldsv)2017-12-301-15/+19
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed webroot for scss filesJohn Molakvoæ (skjnldsv)2017-12-302-9/+11
| | | | | | | | | | | | Fixed tests Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fixed scss url rewritingJohn Molakvoæ (skjnldsv)2017-12-301-8/+14
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Don't spam the log when we could not properly connect to the appstoreRoeland Jago Douma2017-12-291-1/+1
|/ | | | | | | If we can't connect to the appstore for some reason we don't have to log the exception just an info entry is enough. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fixup codeRoeland Jago Douma2017-12-221-1/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Hide delete button if the avatar is a generated oneJulius Härtl2017-12-192-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove generated avatar on displayname changeRoeland Jago Douma2017-12-192-1/+32
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #7562 from nextcloud/fix-wrongly-cached-resultRoeland Jago Douma2017-12-191-3/+1
|\ | | | | Cache final result of update check
| * Cache final result of update checkMorris Jobke2017-12-181-3/+1
| | | | | | | | | | | | | | | | If the parsed data is not a valid response we should not cache it and only cache the preprocessed result set. Fixes #7442 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7531 from nextcloud/ldap/createdistributedRoeland Jago Douma2017-12-189-9/+9
|\ \ | | | | | | don't use deprecated method for requesting memcache
| * | Also replace all other occurencesMorris Jobke2017-12-189-9/+9
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Let DI handle the background jobRoeland Jago Douma2017-12-181-10/+0
|/ / | | | | | | | | | | Fixes #7548 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7554 from nextcloud/fix-7546Morris Jobke2017-12-181-2/+2
|\ \ | | | | | | Fix default parameter of OC_DB::executeAudited()
| * | Fix default parameter of OC_DB::executeAudited()Morris Jobke2017-12-181-2/+2
| | | | | | | | | | | | | | | | | | * fixes #7546 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7555 from nextcloud/smb-copy-rename-logRobin Appelman2017-12-181-0/+3
|\ \ \ | |_|/ |/| | additional debug logging on smb copy/rename failures
| * | additional debug logging on smb copy/rename failuresRobin Appelman2017-12-181-0/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #7490 from nextcloud/fix_7428Morris Jobke2017-12-181-1/+29
|\ \ \ | | | | | | | | Respect sharing options when searching using MailPlugin #7428
| * | | 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>
* | | Merge pull request #7505 from nextcloud/do-not-update-if-app-comes-from-gitMorris Jobke2017-12-181-0/+20
|\ \ \ | |/ / |/| | Do not update apps if it comes from git
| * | Up checkJohn Molakvoæ (skjnldsv)2017-12-141-4/+4
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Do not update apps if it comes from gitJohn Molakvoæ (skjnldsv)2017-12-141-0/+20
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | 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>