summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-03-1672-160/+474
|
* Merge pull request #14643 from nextcloud/setup-page-db-selectRoeland Jago Douma2019-03-152-5/+10
|\ | | | | fix database select styling in setup page
| * Removed radio and shadow on activeJohn Molakvoæ (skjnldsv)2019-03-151-1/+9
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * remove dangling spaceRobin Appelman2019-03-121-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * fix database select styling in setup pageRobin Appelman2019-03-121-3/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #14705 from ↵Roeland Jago Douma2019-03-153-20/+36
|\ \ | | | | | | | | | | | | nextcloud/deprecate/marked-escapeHTML-formatDate-getURLParameter-humanFileSize-relative_modified_date-select2 Deprecate marked, escapeHTML, formatDate, getURLParameter, humanFileS…
| * | Deprecate marked, escapeHTML, formatDate, getURLParameter, humanFileSize, ↵John Molakvoæ (skjnldsv)2019-03-153-20/+36
| | | | | | | | | | | | | | | | | | relative_modified_date and select2 Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #14689 from nextcloud/rename-moveable-mount-readonly-parentRoeland Jago Douma2019-03-151-1/+9
|\ \ \ | | | | | | | | allow renaming the root of a movable mount even if the parent folder …
| * | | allow renaming the root of a movable mount even if the parent folder is readonlyRobin Appelman2019-03-141-1/+9
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #14706 from nextcloud/warn-sqlite-fixRoeland Jago Douma2019-03-151-4/+3
|\ \ \ \ | |_|/ / |/| | | Fix language of SQLite warning, follow-up to #14682
| * | | Fix language of SQLite warning, follow-up to #14682Jan-Christoph Borchardt2019-03-151-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #14712 from nextcloud/remove-spaming-debug-logsMorris Jobke2019-03-152-2/+0
|\ \ \ \ | | | | | | | | | | Remove spaming debug logs
| * | | | Remove spaming debug logsJoas Schilling2019-03-152-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #14641 from nextcloud/assemblystream-seekMorris Jobke2019-03-152-3/+52
|\ \ \ \ \ | |/ / / / |/| | | | make assemblystream seekable
| * | | | make assemblystream seekableRobin Appelman2019-03-132-3/+52
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #14628 from nextcloud/bugfix/14627/fix-plural-rule-detectionMorris Jobke2019-03-155-11/+11
|\ \ \ \ | | | | | | | | | | Fix plural rule detection for languages
| * | | | Fix behaviour of plural default ruleMorris Jobke2019-03-153-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * undefined and empty string should trigger the default plural form Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Rename the variable aswellJoas Schilling2019-03-122-8/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix plural rule detection for languagesJoas Schilling2019-03-115-5/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-03-15144-366/+648
| |_|/ / |/| | |
* | | | Merge pull request #14682 from nextcloud/warn-sqliteRoeland Jago Douma2019-03-151-3/+4
|\ \ \ \ | | | | | | | | | | Using SQLite should sound more scary 😈
| * | | | Using SQLite should sound more scary 😈Marius Blüm2019-03-141-3/+4
| | |_|/ | |/| | | | | | | | | | | | | | - According to our administrator manual we should mention limitation to minimal and development/testing instances Signed-off-by: Marius Blüm <marius@lineone.io>
* | | | Merge pull request #14637 from nextcloud/design/grid-borderMorris Jobke2019-03-141-0/+6
|\ \ \ \ | | | | | | | | | | Add border around previews
| * | | | Only show border for files with generated previewsJan-Christoph Borchardt2019-03-141-1/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Add border around previews in grid viewJan-Christoph Borchardt2019-03-121-0/+1
| | |/ / | |/| | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #14686 from ↵Morris Jobke2019-03-141-2/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-hardcoded-f-url-handling Add correct method for hardcoded `/f/{fileid}`
| * | | | Import needed classMorris Jobke2019-03-141-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Add correct method for hardcoded `/f/{fileid}`Joas Schilling2019-03-141-2/+14
| | |/ / | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #14681 from nextcloud/forwardport/noid/fragile-testsMorris Jobke2019-03-143-58/+58
|\ \ \ \ | | | | | | | | | | Disable fragile tests - part 2
| * | | | Disable failing files app test - act 4Morris Jobke2019-03-141-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Disable failing files app test - act 3Morris Jobke2019-03-141-20/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Disable failing app management testMorris Jobke2019-03-141-16/+16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Disable failing comments app test - act 2Morris Jobke2019-03-141-6/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | Disable failing files app test - act 2Morris Jobke2019-03-141-10/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #14702 from nextcloud/rakekniven-patch-1Morris Jobke2019-03-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fixed Uppercase of Product name
| * | | | | Fixed Uppercase of Product namerakekniven2019-03-141-1/+1
|/ / / / / | | | | | | | | | | Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
* | | | | Merge pull request #14690 from nextcloud/dav-rename-hande-failureMorris Jobke2019-03-141-1/+3
|\ \ \ \ \ | | | | | | | | | | | | throw a proper error if rename fails in dav
| * | | | | throw a proper error if rename fails in davRobin Appelman2019-03-141-1/+3
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #14693 from nextcloud/trashbin-restore-readonly-targetRoeland Jago Douma2019-03-141-0/+4
|\ \ \ \ \ | | | | | | | | | | | | dont try to restore a trashbin item to a readonly target
| * | | | | dont try to restore a trashbin item to a readonly targetRobin Appelman2019-03-141-0/+4
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #14687 from nextcloud/ci/noid/ldap-user-deletionMorris Jobke2019-03-141-0/+10
|\ \ \ \ \ | | | | | | | | | | | | add an integration test that ensures deletion of LDAP users
| * | | | | add an integration test that ensures deletion of LDAP usersArthur Schiwon2019-03-141-0/+10
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #14684 from nextcloud/long-etag-davRoeland Jago Douma2019-03-141-1/+5
|\ \ \ \ \ | | | | | | | | | | | | handle long etags from dav external storage
| * | | | | handle long etags from dav external storageRobin Appelman2019-03-141-1/+5
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | we can only store etags up to 40 characters long in the database, so when we get an etag that's longer we simply hash it to bring down the length Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-03-14612-6256/+7154
| | | | |
* | | | | Merge pull request #14679 from nextcloud/fix/noid/l10n-accessibiltiyMorris Jobke2019-03-143-1/+5
|\ \ \ \ \ | | | | | | | | | | | | Fix translation sync for accessibiltiy
| * | | | | Add time between SMB test runs and properly log full changesetMorris Jobke2019-03-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | Fix translation sync for accessibiltiyMorris Jobke2019-03-142-0/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #14683 from nextcloud/postgres-cast-stringMorris Jobke2019-03-141-5/+7
|\ \ \ \ \ | | | | | | | | | | | | add casting to string for postgresql query builder
| * | | | | add casting to string for postgresql query builderRobin Appelman2019-03-141-5/+7
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>