Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add Settings label to users settings for consistency | Jan-Christoph Borchardt | 2017-03-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-27 | 130 | -3006/+130 |
| | |||||
* | Merge pull request #4077 from nextcloud/better-navigation-management | Morris Jobke | 2017-03-26 | 2 | -7/+6 |
|\ | | | | | Register the app management in the normal way | ||||
| * | Don't use the dropdown for one item only | Joas Schilling | 2017-03-26 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Move app management to the settings menu | Joas Schilling | 2017-03-26 | 2 | -6/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | replace name in top right with icon for less noise | Jan-Christoph Borchardt | 2017-03-26 | 1 | -12/+0 |
|/ | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-26 | 8 | -4/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-25 | 18 | -2/+24 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-24 | 102 | -104/+104 |
| | |||||
* | Updated UI messages relating to the encryption functionality | Matthew Setter | 2017-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | The reason for updating these messages, is that grammatically they're not quite correct. They showed a combination of: - Related phrases, which could be either separated or joined better - Related sentences, but which should be expressed as separate ones They were also missing full-stops to end the them. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-22 | 12 | -2/+22 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-22 | 16 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-21 | 6 | -4/+12 |
| | |||||
* | Merge pull request #3915 from michaelletzgus/html5-fix_autocapitalize | Roeland Jago Douma | 2017-03-20 | 2 | -11/+11 |
|\ | | | | | Fix value of attribute "autocapitalize" | ||||
| * | Fix value of attribute "autocapitalize" | Michael Letzgus | 2017-03-18 | 2 | -11/+11 |
| | | | | | | | | | | | | | | | | Change <input> attribute "autocapitalize" from value "off" to "none" regarding to apples dev guide: https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/doc/uid/TP40008058-autocapitalize Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com> | ||||
* | | Merge pull request #3917 from michaelletzgus/html5-fix_dup-IDs | Morris Jobke | 2017-03-20 | 1 | -2/+2 |
|\ \ | | | | | | | Fix duplicate id "apps-management" | ||||
| * | | Fix duplicate id "apps-management" | Michael Letzgus | 2017-03-19 | 1 | -2/+2 |
| |/ | | | | | | | | | | | | | | | | | Make duplicate id "apps-management" a class since IDs must be unique: https://www.w3.org/TR/2011/WD-html5-20110525/elements.html#the-id-attribute https://api.jquery.com/id-selector/ Signed-off-by: Michael Letzgus <michaelletzgus@users.noreply.github.com> | ||||
* | | Merge pull request #3933 from nextcloud/downstream-27258 | Morris Jobke | 2017-03-20 | 2 | -2/+8 |
|\ \ | | | | | | | Add percentage to user's quota info | ||||
| * | | Add percentage to user's quota info | David Toledo | 2017-03-19 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add percentage to user's quota info Fixes https://github.com/owncloud/core/issues/24011 * Do not show percentage if the quota is Unlimited * translate quota * correct condition and remove print_unescaped Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | trigger event on input autofill | Felix Heidecke | 2017-03-19 | 1 | -9/+2 |
|/ / | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2017-03-20 | 10 | -392/+614 |
|/ | |||||
* | Merge pull request #3899 from nextcloud/issue-3662-not-sending-is-an-error | Lukas Reschke | 2017-03-18 | 1 | -1/+4 |
|\ | | | | | Fail when the test mail could not be sent | ||||
| * | Fail when the test mail could not be sent | Joas Schilling | 2017-03-17 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [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 |
|/ |