summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-01-244-34/+34
|
* Merge pull request #3209 from nextcloud/fix-theming-typoMorris Jobke2017-01-231-1/+1
|\ | | | | Fix typo in theming description
| * Fix typo in theming descriptionJoas Schilling2017-01-231-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #3157 from nextcloud/fcloseafterkillMorris Jobke2017-01-232-0/+2
|\ \ | | | | | | [uc] Prevent PHP request to get killed when using fclose callback (#26775)
| * | Prevent PHP request to get killed when using fclose callback (#26775)Vincent Petry2017-01-232-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Prevent PHP request to get killed when using fclose callback * Add ignore_user_abort everywhere where the time limit is set to 0 Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #3220 from nextcloud/direct-link-open-sidebarMorris Jobke2017-01-231-0/+5
|\ \ \ | | | | | | | | open the sidebar when opening a permalink
| * | | open the sidebar when opening a permalinkRobin Appelman2017-01-231-0/+5
| | |/ | |/| | | | | | | | | | | | | Also works for search results Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #2924 from nextcloud/flexbox-headerMorris Jobke2017-01-232-32/+30
|\ \ \ | |/ / |/| | Use flexbox for header and rearrange some elements
| * | fix public sharing buttonsChristoph Wurst2017-01-231-2/+5
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | fix log and app nameChristoph Wurst2017-01-231-5/+4
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | more cleanupChristoph Wurst2017-01-231-30/+26
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #3141 from ↵Joas Schilling2017-01-232-26/+236
|\ \ \ | |/ / |/| | | | | | | | nextcloud/subadmin-check-on-removing-user-from-group Subadmin check on removing user from group
| * | Allow subadmins to add people to groups via provisioning apiJoas Schilling2017-01-182-7/+151
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Make sure subadmins can not delete users from their last subadmin groupJoas Schilling2017-01-182-0/+76
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | No need to check the subadmin againJoas Schilling2017-01-182-21/+11
| | | | | | | | | | | | | | | | | | | | | The user needs to be a subadmin of the group, otherwise they are not allowed to remove anyone from the group Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #3118 from nextcloud/newFileMenu-css-guidelinesMorris Jobke2017-01-223-41/+12
|\ \ \ | | | | | | | | Fit newFileMenu to css guidelines
| * | | Popover newFolder input fixJohn Molakvoæ (skjnldsv)2017-01-221-4/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Popover positionning fixJohn Molakvoæ (skjnldsv)2017-01-221-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Popover positionning and classesJohn Molakvoæ (skjnldsv)2017-01-223-2/+6
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | fit newFileMenu to css guidelinesJohn Molakvoæ (skjnldsv)2017-01-223-39/+9
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-01-234-4/+4
| | | |
* | | | Merge pull request #3190 from nextcloud/fix-sharing-popoverJohn Molakvoæ2017-01-221-9/+7
|\ \ \ \ | |/ / / |/| | | Fix #3174
| * | | Fix #3174John Molakvoæ (skjnldsv)2017-01-211-9/+7
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #3187 from nextcloud/inputs-scss-optimisationMorris Jobke2017-01-224-53/+28
|\ \ \ \ | |_|_|/ |/| | | Inputs.scss rewritting and optimisation
| * | | Fixed public share download buttonJohn Molakvoæ (skjnldsv)2017-01-221-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fixed sharing jsJohn Molakvoæ (skjnldsv)2017-01-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fixed public share header buttonsJohn Molakvoæ (skjnldsv)2017-01-222-44/+23
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Login and authenticate inputs fixesJohn Molakvoæ (skjnldsv)2017-01-221-6/+2
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-01-228-10/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-01-218-28/+28
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-01-206-10/+122
| | |
* | | Merge pull request #3144 from nextcloud/use-data-download-responseMorris Jobke2017-01-192-7/+3
|\ \ \ | | | | | | | | Use DataDownloadResponse
| * | | Use DataDownloadResponseLukas Reschke2017-01-182-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. As documented 2. No need to show this inline, downloading has security advantages Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | some code cleanup while working on the fileBjoern Schiessle2017-01-191-19/+26
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | add brute force protection to 'mount public link' operationBjoern Schiessle2017-01-191-0/+1
| |/ / |/| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #3150 from nextcloud/highlight-active-navigationJohn Molakvoæ2017-01-192-0/+5
|\ \ \ | | | | | | | | highlight active navigation entry better, fix #2096
| * | | theme app navigation menu highlight colorMorris Jobke2017-01-182-0/+5
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #3081 from nextcloud/2fa-backup-codes-test-coverageLukas Reschke2017-01-197-17/+184
|\ \ \ | | | | | | | | 2fa backup codes test coverage
| * | | fix file endingChristoph Wurst2017-01-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | make sure files end with emtpy lineChristoph Wurst2017-01-182-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | ignore code we're unable to testChristoph Wurst2017-01-185-3/+8
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | test activity providerChristoph Wurst2017-01-182-0/+136
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | increase GenericProvider's test coverageChristoph Wurst2017-01-181-9/+35
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / / [tx-robot] updated from transifexNextcloud bot2017-01-194-28/+28
|/ /
* | Merge pull request #3078 from nextcloud/2fa-backup-codes-entropyLukas Reschke2017-01-182-20/+28
|\ \ | |/ |/| Increase 2fa backup codes entropy
| * use constant and clean up unit testChristoph Wurst2017-01-162-19/+18
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Increase 2fa backup codes entropyChristoph Wurst2017-01-162-2/+11
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2017-01-182-48/+274
| |
* | Merge pull request #2776 from nextcloud/prevent-quotes-from-being-a-problemMorris Jobke2017-01-171-1/+9
|\ \ | | | | | | Escape the name for the jquery selector
| * | Escape the name for the jquery selectorJoas Schilling2016-12-201-1/+9
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>