summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-09-3042-28/+144
|
* Merge pull request #6522 from nextcloud/fix-3365Morris Jobke2017-09-2918-82/+121
|\ | | | | fix LDAP User deletion (cleanup), fixes #3365
| * fix testArthur Schiwon2017-09-291-1/+6
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix LDAP User deletion (cleanup)Arthur Schiwon2017-09-2917-81/+115
| | | | | | | | | | | | | | | | | | discovered a bug in the integration test which lead to following a different code path and giving a false-positive success feedback. Also listens now to the evendispatcher instead of old hook system Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #6563 from nextcloud/bigint-idsMorris Jobke2017-09-294-2/+62
|\ \ | |/ |/| Migrate ID columns to bigint
| * Fix copy paste errorsJoas Schilling2017-09-291-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Restore the sequencial orderJoas Schilling2017-09-293-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Migrate ids to bigint in the dav appJoas Schilling2017-09-291-0/+35
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Migrate the twofactor_backupcodes app to bigintJoas Schilling2017-09-292-1/+26
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-09-2920-136/+496
| |
* | Merge pull request #6669 from nextcloud/various-css-fixesJohn Molakvoæ2017-09-282-19/+19
|\ \ | | | | | | Various css fixes
| * | Fix upload progress color to primaryJohn Molakvoæ (skjnldsv)2017-09-281-15/+16
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fixed quota on homepage (files)John Molakvoæ (skjnldsv)2017-09-271-4/+3
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | navigate to the root directory when showing the main filelistRobin Appelman2017-09-281-0/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #6676 from nextcloud/confirm-storage-deleteRoeland Jago Douma2017-09-281-7/+14
|\ \ \ | |_|/ |/| | ask for confirmation when deleting an external storage
| * | ask for confirmation when deleting an external storageRobin Appelman2017-09-271-7/+14
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-09-2824-66/+356
| |
* | Merge pull request #6599 from nextcloud/fix_2523Morris Jobke2017-09-274-2/+55
|\ \ | |/ |/| Add direct preview link
| * Only have direct preview urls for image filesRoeland Jago Douma2017-09-251-2/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix testsRoeland Jago Douma2017-09-251-1/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add annotationRoeland Jago Douma2017-09-251-0/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * For images we have a preview for use the preview linkRoeland Jago Douma2017-09-252-1/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add direct preview link to single shared image filesRoeland Jago Douma2017-09-251-0/+46
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-09-2712-2/+150
| |
* | [tx-robot] updated from transifexNextcloud bot2017-09-268-2/+24
| |
* | Merge pull request #6372 from nextcloud/scss-normalizationJohn Molakvoæ2017-09-259-72/+26
|\ \ | | | | | | Scss normalization
| * | Fixed testsJohn Molakvoæ (skjnldsv)2017-09-251-8/+9
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Fix busy state loading animation in filesJohn Molakvoæ (skjnldsv)2017-09-232-5/+11
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Removed unused filter for opacity, fix #6408John Molakvoæ (skjnldsv)2017-09-235-32/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Replaced colours by variablesJohn Molakvoæ (skjnldsv)2017-09-232-16/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Removed unneeded bgs and borders. Replaced hard coded colours byJohn Molakvoæ (skjnldsv)2017-09-232-15/+10
| | | | | | | | | | | | | | | | | | variables. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #6632 from nextcloud/do_not_show_hyphenRoeland Jago Douma2017-09-252-2/+2
|\ \ \ | |_|/ |/| | Do not show hyphen
| * | expect call of getSlogan() exactly twiceStephan Müller2017-09-251-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Stephan Müller <mail@stephanmueller.eu> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | do not show hyphen after instance name in emails if slogan does not existStephan Müller2017-09-251-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #6633 from nextcloud/dav-remove-like-when-not-neededJoas Schilling2017-09-251-1/+5
|\ \ \ | | | | | | | | Don't add a LIKE condition when it's not needed
| * | | Don't add a LIKE condition when it's not neededThomas Citharel2017-09-251-1/+5
| |/ / | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #6631 from nextcloud/fix_6170Morris Jobke2017-09-252-1/+51
|\ \ \ | |/ / |/| | Add indexes to cards and cards_properties tables
| * | Add indexes to cards and cards_properties tablesRoeland Jago Douma2017-09-252-1/+51
| | | | | | | | | | | | | | | | | | Fixes #6170 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-09-252-2/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-09-234-0/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2017-09-2212-2/+82
| |
* | Merge pull request #6605 from nextcloud/oc_ocs_response_is_depMorris Jobke2017-09-212-3/+3
|\ \ | |/ |/| OC_OCS_Response is deprecated
| * Fix commentMorris Jobke2017-09-211-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * OC_OCS_Response is deprecatedRoeland Jago Douma2017-09-211-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Fix testsRoeland Jago Douma2017-09-211-0/+7
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Quota icon by @jancborchardtJohn Molakvoæ (skjnldsv)2017-09-211-3/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix unit testsMorris Jobke2017-09-211-0/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | create special class forst first pinned class occurrenceJohn Molakvoæ (skjnldsv)2017-09-211-2/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Quota.svgJohn Molakvoæ (skjnldsv)2017-09-211-0/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix quota orderJohn Molakvoæ (skjnldsv)2017-09-212-9/+8
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>