summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Also replace all other occurencesMorris Jobke2017-12-189-9/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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>
* Merge pull request #7466 from nextcloud/fix-php7.2-session-initMorris Jobke2017-12-121-3/+4
|\ | | | | Fix error log on PHP 7.2
| * Fix error log on PHP 7.2Morris Jobke2017-12-121-3/+4
| | | | | | | | | | | | Fixes following error in the logs: "ini_set(): A session is active. You cannot change the session module's ini settings at this time" Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #7465 from nextcloud/filename-typoMorris Jobke2017-12-123-2/+2
|\ \ | | | | | | Fix filename typo
| * | Fix filename typoRobin Appelman2017-12-123-2/+2
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / allow 'Nextcloud' in the user agent string of AndroidBjoern Schiessle2017-12-121-1/+1
|/ | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Nextcloud 13 is not compatible with newer than php 7.2Roeland Jago Douma2017-12-121-0/+18
| | | | | | | | | | | Just to avoid users from trying this with a to new (untested) php version * Moved the check logic to 1 place * All directly callable scripts just require this on top * exit hard (-1) so we know scripts won't continue * Return status 500 so no sync clients will try fancy stuff Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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-113-1/+5
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Add @since annotation and add missing new lineTobia De Koninck2017-12-111-1/+6
| | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* Make ContactsStore a public APITobia De Koninck2017-12-113-1/+38
| | | | 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-1121-0/+1188
|\ \ | | | | | | 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-086-1/+17
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add public api for remote apiRobin Appelman2017-12-0820-9/+623
| | | | | | | | | | | | 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-088-0/+505
| | | | | | | | | | | | 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-113-4/+24
|\ \ \ \ | |_|_|/ |/| | | Fix email buttons for white theme
| * | | Fix email buttons for white themeMorris Jobke2017-12-113-4/+24
| | |/ | |/| | | | | | | 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>
* | | [tx-robot] updated from transifexNextcloud bot2017-12-112-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-12-102-0/+418
| | |