summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-01-0494-110/+640
|
* Merge pull request #7611 from nextcloud/fix-7445Morris Jobke2018-01-031-10/+0
|\ | | | | Don't attempt to translate login names to uids when uids are provided
| * never translate login names when requiring with a user idArthur Schiwon2018-01-031-10/+0
| | | | | | | | | | | | where appropriate, the preLoginNameUsedAsUserName hook should be thrown. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Invert app icons on IE11 as wellJulius Härtl2018-01-031-0/+9
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Move passwordconfirmation to its own midlewareRoeland Jago Douma2018-01-025-31/+98
| | | | | | Add tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* disable password confirmation with SSOBjoern Schiessle2018-01-023-3/+21
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* 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-193-1/+38
| | | | 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 #7517 from nextcloud/add-index-to-share-tableRoeland Jago Douma2017-12-182-0/+2
|\ \ | | | | | | Add index to share_with column in the share table
| * | update autoloaderBjoern Schiessle2017-12-182-0/+2
| | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | 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>
* 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>