summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2016-12-20204-404/+1578
|
* Merge pull request #2774 from nextcloud/fix-2585Lukas Reschke2016-12-201-5/+0
|\ | | | | remove frequent, unimportant log message
| * remove frequent, unimportant log messageArthur Schiwon2016-12-191-5/+0
|/ | | | | | Fixes #2585 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #2764 from nextcloud/fix-groupshare-sharetimesortChristoph Wurst2016-12-191-1/+1
|\ | | | | [downstream] When grouping shares, sort by stime then id (#26777)
| * When grouping shares, sort by stime then id (#26777)Vincent Petry2016-12-191-1/+1
| | | | | | | | | | | | | | If share times are equal, the first share should still win instead of having the shares swapped. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2762 from nextcloud/add-js-computerFileSizeLukas Reschke2016-12-192-0/+76
|\ \ | |/ |/| [downstream] Add js computer file size
| * Verify input, add more unit testsPatrick Paysant2016-12-192-12/+23
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Add test for unparseable stringPatrick Paysant2016-12-191-1/+2
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Implements all comments from @PVince81Patrick Paysant2016-12-192-48/+46
| | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Adding computerFileSize in OC.UtilPatrick Paysant2016-12-192-0/+66
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #2757 from nextcloud/cron-5.6Lukas Reschke2016-12-191-0/+7
|\ | | | | Also check in cron for old php version
| * Also check in cron for old php versionRoeland Jago Douma2016-12-191-0/+7
| | | | | | | | | | | | Fixes #2756 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #2752 from ↵Lukas Reschke2016-12-191-3/+3
|\ \ | | | | | | | | | | | | nextcloud/issue-2675-dont-allow-firefox-to-store-the-space Use a form so firefox doesn't try to save the space as a password
| * | Use a form so firefox doesn't try to save the space as a passwordJoas Schilling2016-12-191-3/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #2754 from nextcloud/activities-manager-publish-exceptionRobin Appelman2016-12-191-0/+1
|\ \ \ | | | | | | | | Activities IManager throws an BadMethodCallException
| * | | Activities IManager throws an BadMethodCallExceptionChristoph Wurst2016-12-191-0/+1
| | |/ | |/| | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #2689 from andreas-p/fix-remote-conflictLukas Reschke2016-12-191-1/+12
|\ \ \ | |/ / |/| | Fix showConflict
| * | Fix showConflictpflug2016-12-191-1/+12
| | | | | | | | | | | | | | | | | | | | | use getFullFileName to show conflicting file add original.directory to make fileExists happy Signed-off-by: Andreas Pflug <dev@admin4.org>
* | | Merge pull request #2727 from nextcloud/fix-colon-issueRoeland Jago Douma2016-12-193-0/+25
|\ \ \ | |_|/ |/| | [downstream] Fix colon issue
| * | Update third-party ref for new sabre/uri versionLukas Reschke2016-12-171-0/+0
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Add integration test for creating folder with colonVincent Petry2016-12-162-0/+25
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2721 from nextcloud/ocs-die-on-exceptionRoeland Jago Douma2016-12-191-1/+3
|\ \ \ | | | | | | | | [downstream] Die in OCS v1.php on exception
| * | | Die in OCS v1.php on exceptionVincent Petry2016-12-161-1/+3
| |/ / | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2723 from nextcloud/integrity-exit-codeRoeland Jago Douma2016-12-192-0/+6
|\ \ \ | | | | | | | | [downstream] Return 1 if integrity check is failed. Fixes #22806
| * | | Return 1 if integrity check is failed. Fixes #22806Victor Dubiniuk2016-12-162-0/+6
| |/ / | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2726 from nextcloud/check-all-channelsChristoph Wurst2016-12-181-7/+3
|\ \ \ | | | | | | | | [downstream] Consider all channel except blank and git to be signed
| * | | Consider all channel except blank and git to be signedVictor Dubiniuk2016-12-161-7/+3
| |/ / | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2735 from nextcloud/fix-settingsmenuChristoph Wurst2016-12-181-4/+3
|\ \ \ | | | | | | | | Adjust shadows and fix positioning in header menus
| * | | Adjust shadows and fix positioningJulius Haertl2016-12-171-4/+3
| |/ / | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* | | Merge pull request #2725 from nextcloud/memcached-connect-onceRoeland Jago Douma2016-12-171-10/+11
|\ \ \ | | | | | | | | [downstream] Set options, then add servers
| * | | Set options, then add serversVictor Dubiniuk2016-12-161-10/+11
| |/ / | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2722 from nextcloud/failed-to-create-share-fixRoeland Jago Douma2016-12-171-1/+1
|\ \ \ | | | | | | | | [downstream] commit transaction after select query
| * | | commit transaction after select queryphisch2016-12-161-1/+1
| |/ / | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #2720 from nextcloud/fix-25692Roeland Jago Douma2016-12-171-1/+3
|\ \ \ | |/ / |/| | [downstream] Do not validate return code is set is successful
| * | Do not validate return code is set is successfulVictor Dubiniuk2016-12-161-1/+3
|/ / | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #2707 from nextcloud/clear_appstore_cache_on_upgradeLukas Reschke2016-12-168-25/+159
|\ \ | | | | | | Clear appstore cache on version upgrade
| * | Clear appstore cache on version upgradeRoeland Jago Douma2016-12-158-25/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add version to cached json * Compare version * Updated calls * Updated tests Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #2504 from nextcloud/downstream-ldap-15Roeland Jago Douma2016-12-161-22/+122
|\ \ \ | | | | | | | | Downstream LDAP Range Support
| * | | adjust: sanitizeDN resides in HelperArthur Schiwon2016-12-051-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Extract lowercase conversion out of the loopJuan Pablo Villafáñez2016-12-051-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | range support for LDAP read operationsArthur Schiwon2016-12-051-22/+121
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #2550 from nextcloud/smb-notify-renameLukas Reschke2016-12-161-3/+5
|\ \ \ \ | | | | | | | | | | Fix order of parameters when getting notified of smb renames
| * | | | Fix order of parameters when getting notified of smb renamesRobin Appelman2016-12-071-3/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #2714 from amittel/patch-1Lukas Reschke2016-12-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Changed anchor
| * | | | | Changed anchoramittel2016-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from `avatar` to `personal-settings` fixes #2711
* | | | | | Merge pull request #1678 from nextcloud/smb-stat-rootLukas Reschke2016-12-161-2/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix mtimes for share root
| * | | | | | Fix mtimes for share rootRobin Appelman2016-10-111-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #2398 from nextcloud/fix-2368Lukas Reschke2016-12-162-65/+157
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | flicker-free permission change in share dialog
| * | | | | | | fix rendering for mail sharesArthur Schiwon2016-12-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | disable checkboxes during save op to avoid race conditionsArthur Schiwon2016-12-082-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>