Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-24 | 4 | -34/+34 |
| | |||||
* | Merge pull request #3209 from nextcloud/fix-theming-typo | Morris Jobke | 2017-01-23 | 1 | -1/+1 |
|\ | | | | | Fix typo in theming description | ||||
| * | Fix typo in theming description | Joas Schilling | 2017-01-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #3157 from nextcloud/fcloseafterkill | Morris Jobke | 2017-01-23 | 2 | -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 Petry | 2017-01-23 | 2 | -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-sidebar | Morris Jobke | 2017-01-23 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | open the sidebar when opening a permalink | ||||
| * | | | open the sidebar when opening a permalink | Robin Appelman | 2017-01-23 | 1 | -0/+5 |
| | |/ | |/| | | | | | | | | | | | | | Also works for search results Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #2924 from nextcloud/flexbox-header | Morris Jobke | 2017-01-23 | 2 | -32/+30 |
|\ \ \ | |/ / |/| | | Use flexbox for header and rearrange some elements | ||||
| * | | fix public sharing buttons | Christoph Wurst | 2017-01-23 | 1 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | fix log and app name | Christoph Wurst | 2017-01-23 | 1 | -5/+4 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | more cleanup | Christoph Wurst | 2017-01-23 | 1 | -30/+26 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #3141 from ↵ | Joas Schilling | 2017-01-23 | 2 | -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 api | Joas Schilling | 2017-01-18 | 2 | -7/+151 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | Make sure subadmins can not delete users from their last subadmin group | Joas Schilling | 2017-01-18 | 2 | -0/+76 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | No need to check the subadmin again | Joas Schilling | 2017-01-18 | 2 | -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-guidelines | Morris Jobke | 2017-01-22 | 3 | -41/+12 |
|\ \ \ | | | | | | | | | Fit newFileMenu to css guidelines | ||||
| * | | | Popover newFolder input fix | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Popover positionning fix | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Popover positionning and classes | John Molakvoæ (skjnldsv) | 2017-01-22 | 3 | -2/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | fit newFileMenu to css guidelines | John Molakvoæ (skjnldsv) | 2017-01-22 | 3 | -39/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-23 | 4 | -4/+4 |
| | | | | |||||
* | | | | Merge pull request #3190 from nextcloud/fix-sharing-popover | John Molakvoæ | 2017-01-22 | 1 | -9/+7 |
|\ \ \ \ | |/ / / |/| | | | Fix #3174 | ||||
| * | | | Fix #3174 | John Molakvoæ (skjnldsv) | 2017-01-21 | 1 | -9/+7 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #3187 from nextcloud/inputs-scss-optimisation | Morris Jobke | 2017-01-22 | 4 | -53/+28 |
|\ \ \ \ | |_|_|/ |/| | | | Inputs.scss rewritting and optimisation | ||||
| * | | | Fixed public share download button | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Fixed sharing js | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Fixed public share header buttons | John Molakvoæ (skjnldsv) | 2017-01-22 | 2 | -44/+23 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Login and authenticate inputs fixes | John Molakvoæ (skjnldsv) | 2017-01-22 | 1 | -6/+2 |
| |/ / | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-22 | 8 | -10/+10 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-21 | 8 | -28/+28 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-20 | 6 | -10/+122 |
| | | | |||||
* | | | Merge pull request #3144 from nextcloud/use-data-download-response | Morris Jobke | 2017-01-19 | 2 | -7/+3 |
|\ \ \ | | | | | | | | | Use DataDownloadResponse | ||||
| * | | | Use DataDownloadResponse | Lukas Reschke | 2017-01-18 | 2 | -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 file | Bjoern Schiessle | 2017-01-19 | 1 | -19/+26 |
| | | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | | add brute force protection to 'mount public link' operation | Bjoern Schiessle | 2017-01-19 | 1 | -0/+1 |
| |/ / |/| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | Merge pull request #3150 from nextcloud/highlight-active-navigation | John Molakvoæ | 2017-01-19 | 2 | -0/+5 |
|\ \ \ | | | | | | | | | highlight active navigation entry better, fix #2096 | ||||
| * | | | theme app navigation menu highlight color | Morris Jobke | 2017-01-18 | 2 | -0/+5 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #3081 from nextcloud/2fa-backup-codes-test-coverage | Lukas Reschke | 2017-01-19 | 7 | -17/+184 |
|\ \ \ | | | | | | | | | 2fa backup codes test coverage | ||||
| * | | | fix file ending | Christoph Wurst | 2017-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | | make sure files end with emtpy line | Christoph Wurst | 2017-01-18 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | | ignore code we're unable to test | Christoph Wurst | 2017-01-18 | 5 | -3/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | | test activity provider | Christoph Wurst | 2017-01-18 | 2 | -0/+136 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | | | increase GenericProvider's test coverage | Christoph Wurst | 2017-01-18 | 1 | -9/+35 |
| |/ / | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-19 | 4 | -28/+28 |
|/ / | |||||
* | | Merge pull request #3078 from nextcloud/2fa-backup-codes-entropy | Lukas Reschke | 2017-01-18 | 2 | -20/+28 |
|\ \ | |/ |/| | Increase 2fa backup codes entropy | ||||
| * | use constant and clean up unit test | Christoph Wurst | 2017-01-16 | 2 | -19/+18 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
| * | Increase 2fa backup codes entropy | Christoph Wurst | 2017-01-16 | 2 | -2/+11 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-01-18 | 2 | -48/+274 |
| | | |||||
* | | Merge pull request #2776 from nextcloud/prevent-quotes-from-being-a-problem | Morris Jobke | 2017-01-17 | 1 | -1/+9 |
|\ \ | | | | | | | Escape the name for the jquery selector | ||||
| * | | Escape the name for the jquery selector | Joas Schilling | 2016-12-20 | 1 | -1/+9 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |