Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of settings/img/*.png | Roeland Jago Douma | 2016-10-20 | 6 | -0/+0 |
| | | | | | | We only use SVG icons so no need to ship them! Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #1789 from nextcloud/select2-fixes | Morris Jobke | 2016-10-18 | 1 | -9/+0 |
|\ | | | | | move select2 styles to core so it's universal, not only for tags | ||||
| * | move select2 styles to core so it's universal, not only for tags | Jan-Christoph Borchardt | 2016-10-18 | 1 | -9/+0 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Merge pull request #1164 from nextcloud/avatar-files-accesscontrol-fixes | Morris Jobke | 2016-10-18 | 1 | -4/+4 |
|\ \ | |/ |/| | Avatar/file-picker fixes for access-control app | ||||
| * | The red box already makes clear it's an error | Joas Schilling | 2016-10-18 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | improve look of Add group flow | Jan-Christoph Borchardt | 2016-10-18 | 2 | -8/+14 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | fix list height and border to be as in Files | Jan-Christoph Borchardt | 2016-10-18 | 1 | -3/+17 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-18 | 2 | -0/+6 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-15 | 2 | -0/+2 |
| | |||||
* | Merge pull request #1701 from nextcloud/impr-user-list | Lukas Reschke | 2016-10-13 | 1 | -17/+4 |
|\ | | | | | tidy up adding user to list a little bit | ||||
| * | tidy up adding user to list a little bit | Arthur Schiwon | 2016-10-11 | 1 | -17/+4 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-13 | 2 | -2/+18 |
| | | |||||
* | | Better search functionality | Joas Schilling | 2016-10-11 | 1 | -5/+23 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Fix authors that have a mail or homepage | Joas Schilling | 2016-10-11 | 1 | -2/+24 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Improve user list rendering perf by not resorting after every add (#26282) | Vincent Petry | 2016-10-10 | 1 | -1/+1 |
| | | | | | The call to UserList.add() was wrong and was passing "user.lastLogin" as the sort argument which would cause the list to be resorted over and over again for every added item after loading the next page of users. | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-10 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-09 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-08 | 4 | -10/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-07 | 2 | -0/+6 |
| | |||||
* | Merge pull request #1629 from nextcloud/cleanup-settings-application | Joas Schilling | 2016-10-06 | 5 | -244/+40 |
|\ | | | | | Cleanup settings Application class | ||||
| * | Fix tests | Joas Schilling | 2016-10-06 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Use magic DI as much as possible | Joas Schilling | 2016-10-05 | 4 | -200/+39 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Remove unneeded service definitions | Joas Schilling | 2016-10-05 | 1 | -44/+0 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #1634 from nextcloud/fix-password-policy-hint | Joas Schilling | 2016-10-06 | 1 | -4/+24 |
|\ \ | | | | | | | Properly catch password policy hint for personal page password changes | ||||
| * | | Properly catch password policy hint for personal page password changes | Morris Jobke | 2016-10-06 | 1 | -4/+24 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #1229 from nextcloud/bugfix/change-password-changes | Morris Jobke | 2016-10-06 | 3 | -4/+22 |
|\ \ \ | |/ / |/| | | Bugfix/change password changes | ||||
| * | | remove old indicators for "saving started" and "saving successful" | Morris Jobke | 2016-10-06 | 1 | -2/+0 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Removes spinner in case password is wrong as well. | Raghu Nayyar | 2016-09-17 | 1 | -1/+1 |
| | | | |||||
| * | | Removes tipsy when password verification is going on | Raghu Nayyar | 2016-09-17 | 2 | -1/+3 |
| | | | |||||
| * | | Removes the check mark after 5 second timeout. | Raghu Nayyar | 2016-09-17 | 1 | -0/+12 |
| | | | |||||
| * | | Adds a checkmark when the change is complete. | Raghu Nayyar | 2016-09-17 | 2 | -0/+5 |
| | | | |||||
| * | | Disables teh button when clicked change password. | Raghu Nayyar | 2016-09-17 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #1586 from ↵ | Lukas Reschke | 2016-10-05 | 1 | -0/+7 |
|\ \ \ | |_|/ |/| | | | | | | | | nextcloud/issue-1466-fix-multi-translation-names-and-descriptions Allow multiple names and description | ||||
| * | | Fix displaying and searching with multiple authors | Joas Schilling | 2016-09-30 | 1 | -0/+7 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-04 | 4 | -2/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-02 | 2 | -4/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-10-01 | 2 | -4/+6 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-30 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-29 | 4 | -0/+12 |
| | | |||||
* | | Merge pull request #1534 from nextcloud/svg-optimization | Lukas Reschke | 2016-09-28 | 5 | -24/+5 |
|\ \ | | | | | | | Svgo optimization | ||||
| * | | Svgo optimization | skjnldsv | 2016-09-27 | 5 | -24/+5 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ <fremulon@protonmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-28 | 6 | -8/+62 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-27 | 2 | -0/+70 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-26 | 2 | -0/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-25 | 2 | -0/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-23 | 2 | -18/+30 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-22 | 4 | -128/+280 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-20 | 2 | -0/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-19 | 4 | -20/+70 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-18 | 4 | -0/+30 |
|/ |