Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-18 | 4 | -26/+52 |
| | |||||
* | Merge pull request #3875 from nextcloud/use-new-short-urls | Roeland Jago Douma | 2017-03-17 | 1 | -2/+2 |
|\ | | | | | Use cleaner social media URLs | ||||
| * | Use cleaner social media URLs | Lukas Reschke | 2017-03-16 | 1 | -2/+2 |
| | | | | | | | | | | | | We now have nice cleaner URLs since a longer time, let's use them. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-17 | 2 | -0/+16 |
|/ | |||||
* | Merge pull request #3008 from nextcloud/appmenu-experiment | Morris Jobke | 2017-03-16 | 1 | -30/+75 |
|\ | | | | | Show apps in header | ||||
| * | Rebuild menu to keep order of icons correct | Julius Haertl | 2017-03-16 | 1 | -28/+35 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
| * | Make enabling/disabling apps work with the new menu | Julius Haertl | 2017-03-16 | 1 | -19/+57 |
| | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | | Harden t() with DOMPurify | Lukas Reschke | 2017-03-16 | 1 | -1/+0 |
| | | | | | | | | | | | | This mitigates issues where developers pass untrusted user-input through t() which may lead to XSS issues. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | Merge pull request #3802 from Ko-/master | Roeland Jago Douma | 2017-03-16 | 2 | -1/+18 |
|\ \ | |/ |/| | Check that set_time_limit is not disabled before calling it | ||||
| * | Add warning on admin screen when set_time_limit is unavailable | Ko- | 2017-03-16 | 1 | -0/+15 |
| | | |||||
| * | Check that set_time_limit is not disabled before calling it | Ko- | 2017-03-11 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-15 | 6 | -0/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-14 | 2 | -12/+16 |
| | | |||||
* | | Remove the double password confirmation on changing cron | Joas Schilling | 2017-03-13 | 1 | -3/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #3819 from nextcloud/dont-add-user-to-subadmin | Roeland Jago Douma | 2017-03-13 | 1 | -1/+1 |
|\ \ | | | | | | | Call right function after sudo mode | ||||
| * | | Call right function after sudo mode | Lukas Reschke | 2017-03-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | This should call the `applyGroupSelect` and not the `applySubadminSelect`. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | Merge pull request #3803 from Thijsdh/master | Lukas Reschke | 2017-03-13 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | | Create app password by pressing enter | ||||
| * | | Create app password by pressing enter | Thijs den Hartog | 2017-03-13 | 1 | -0/+6 |
| |/ | | | | | | | Signed-off-by: Thijs den Hartog <Thijs@thijsbeer.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-13 | 6 | -2/+22 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-12 | 16 | -14/+32 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-11 | 6 | -0/+6 |
| | |||||
* | Merge pull request #3755 from nextcloud/scan-tipstricks | Lukas Reschke | 2017-03-10 | 1 | -0/+1 |
|\ | | | | | Add security scan to tips & tricks section | ||||
| * | Add security scan to tips & tricks section | Marius Blüm | 2017-03-07 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Marius Blüm <marius@lineone.io> | ||||
* | | Merge pull request #3690 from nextcloud/cleanup-legacy-groups-class | Morris Jobke | 2017-03-09 | 1 | -1/+1 |
|\ \ | | | | | | | Remove legacy class OC_Group and OC_User | ||||
| * | | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-10 | 2 | -0/+2 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-09 | 12 | -2/+106 |
|/ | |||||
* | Merge pull request #3671 from nextcloud/1070-user-management-no-results | Joas Schilling | 2017-03-07 | 2 | -0/+25 |
|\ | | | | | FIX: Add feedback on user settings when no results | ||||
| * | clean search when new user is added | giorgia | 2017-03-03 | 2 | -7/+18 |
| | | | | | | | | Signed-off-by: giorgia <g.sambrotta@gmail.com> | ||||
| * | add emptycontent div, show/hide emptycontent div, fix #1070 | giorgia | 2017-03-03 | 2 | -0/+14 |
| | | | | | | | | Signed-off-by: giorgia <g.sambrotta@gmail.com> | ||||
* | | Avatar button layout improvements | Morris Jobke | 2017-03-06 | 1 | -1/+8 |
| | | | | | | | | | | | | * fixes #3736 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-07 | 2 | -0/+30 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-06 | 2 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-04 | 4 | -0/+8 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-03 | 8 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-02 | 22 | -2/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-02 | 40 | -40/+0 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-01 | 4 | -12/+12 |
| | |||||
* | Merge pull request #3635 from individual-it/fix_quota_validation | Morris Jobke | 2017-02-28 | 1 | -1/+1 |
|\ | | | | | better quota validation | ||||
| * | better quota validation | Artur Neumann | 2017-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | this fixes #3634 1. fixed computerFileSize to be more picky about incorrect values 2. more tests for computerFileSize 3. use computerFileSize to validate user quota Signed-off-by: Artur Neumann <info@individual-it.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-28 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-27 | 4 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-25 | 18 | -6/+30 |
| | | |||||
* | | Merge pull request #3489 from nextcloud/give-hint-about-opcache | Morris Jobke | 2017-02-24 | 1 | -0/+39 |
|\ \ | | | | | | | Show info in admin settings about PHP opcache if disabled | ||||
| * | | Show info in admin settings about PHP opcache if disabled | Morris Jobke | 2017-02-22 | 1 | -0/+39 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-24 | 48 | -46/+286 |
| | | | |||||
* | | | Merge pull request #3590 from individual-it/correct_text_when_disabling_app | Lukas Reschke | 2017-02-23 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | show correct text when disabling App | ||||
| * | | | show correct text when disabling App | Artur Neumann | 2017-02-23 | 1 | -1/+2 |
| | |/ | |/| | | | | | | | | | | | | | | | | during the process of disabling an App the button would show "Enabling app …" This is corrected by this patch Signed-off-by: Artur Neumann <info@individual-it.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-02-23 | 68 | -72/+98 |
| | | | |||||
* | | | detail wording: password reset instead of recovery | Jan-Christoph Borchardt | 2017-02-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> |