Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add identity proof | Lukas Reschke | 2016-11-21 | 4 | -14/+45 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Add private | Lukas Reschke | 2016-11-21 | 2 | -0/+136 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Fix password display issue | Roeland Jago Douma | 2016-11-21 | 1 | -0/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | lookup server connector | Bjoern Schiessle | 2016-11-21 | 2 | -12/+82 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | push public user data to the lookup server | Bjoern Schiessle | 2016-11-21 | 7 | -0/+179 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | rearrange input fields | Bjoern Schiessle | 2016-11-21 | 1 | -20/+19 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | limit max-width to have never more than two input fields next to each other | Bjoern Schiessle | 2016-11-21 | 1 | -0/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | remove old test class | Bjoern Schiessle | 2016-11-21 | 1 | -173/+0 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | update unit tests | Bjoern Schiessle | 2016-11-21 | 3 | -56/+145 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix unit tests | Bjoern Schiessle | 2016-11-21 | 2 | -1/+202 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix position of menu | Roeland Jago Douma | 2016-11-21 | 2 | -6/+14 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix location of menu | Roeland Jago Douma | 2016-11-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | change scope to 'local' for display name and avatar | Bjoern Schiessle | 2016-11-21 | 2 | -19/+28 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | change order of email and phone number | Bjoern Schiessle | 2016-11-21 | 1 | -14/+14 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix avatar cropper | Robin Appelman | 2016-11-21 | 2 | -7/+9 |
| | |||||
* | update system address book if the user change the personal settings | Bjoern Schiessle | 2016-11-21 | 10 | -144/+261 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix popup arrow positioning | John Molakvoæ (skjnldsv) | 2016-11-21 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix popover layout fix for files and global | John Molakvoæ (skjnldsv) | 2016-11-21 | 3 | -33/+8 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix popover layout | John Molakvoæ (skjnldsv) | 2016-11-21 | 1 | -1/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | remove double import | Christoph Wurst | 2016-11-21 | 1 | -1/+0 |
| | |||||
* | fix profile picture fed sharing scope menu | Christoph Wurst | 2016-11-21 | 3 | -9/+13 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | increase version to trigger db migration | Christoph Wurst | 2016-11-21 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | allow to change display names in the user settings again | Björn Schießle | 2016-11-21 | 3 | -110/+87 |
| | | | | | | keep display name and email address in sync with the accounts table Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | allow multiple values for phone, website, address and email | Björn Schießle | 2016-11-21 | 2 | -11/+11 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | display stored user data | Björn Schießle | 2016-11-21 | 1 | -12/+15 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | introduce accounts table and keep it up-to-date with the data added to the ↵ | Björn Schießle | 2016-11-21 | 5 | -3/+479 |
| | | | | | | personal settings Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | use PUT to update user settings | Christoph Wurst | 2016-11-21 | 4 | -4/+10 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add federation scope to the user avatar | Christoph Wurst | 2016-11-21 | 4 | -19/+37 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Persist settings on the server | Christoph Wurst | 2016-11-21 | 7 | -21/+197 |
| | | | | | | | | | | | | Persist personal settings federated sharing scopes Show new settings fields in read-only mode too Insert values on page load Return updated values; show inline success feedback Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add more personal information fields to the settings page for enhanced ↵ | Christoph Wurst | 2016-11-21 | 6 | -43/+371 |
| | | | | | | | | | | federated sharing fix layout Add generic way of handling input change events Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-21 | 52 | -16/+444 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-20 | 54 | -28/+432 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-11-19 | 104 | -150/+262 |
| | |||||
* | Merge pull request #1602 from nextcloud/ignore-mod-env | Lukas Reschke | 2016-11-18 | 6 | -12/+36 |
|\ | | | | | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_env | ||||
| * | Add system config htaccess.IgnoreFrontController for prettyURLs w/o mod_env | Felix Epp | 2016-11-16 | 6 | -12/+36 |
| | | | | | | | | | | | | | | Added the system config which sets all conditions to true that query the FrontControllerActive mod_env variable. Signed-off-by: Felix A. Epp <work@felixepp.de> | ||||
* | | Merge pull request #2107 from nextcloud/fix-scrollbar-firefox | Morris Jobke | 2016-11-18 | 1 | -6/+3 |
|\ \ | | | | | | | fix scrollbar in settings area in Firefox, improve on @pgys pull request | ||||
| * | | fix glitch in Chrome | Morris Jobke | 2016-11-18 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | fix scrollbar in settings area in Firefox, improve on @pgys pull request | Jan-Christoph Borchardt | 2016-11-18 | 1 | -6/+1 |
| | | | |||||
* | | | Merge pull request #1855 from nextcloud/focus-onslidetoggle | Morris Jobke | 2016-11-18 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Add focus to autofocus form element on slide toggle | ||||
| * | | | Add focus to autofocus form element on slide toggle | Felix A. Epp | 2016-11-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Felix A. Epp <work@felixepp.de> | ||||
* | | | | Merge pull request #2133 from nextcloud/select2-fix | Morris Jobke | 2016-11-18 | 1 | -95/+97 |
|\ \ \ \ | | | | | | | | | | | Fix select2 dropdown | ||||
| * | | | | Fix select2 dropdown | John Molakvoæ | 2016-11-18 | 1 | -95/+97 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #1932 + no result fix Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | | Merge pull request #2076 from nextcloud/log_preview_access | Morris Jobke | 2016-11-18 | 5 | -7/+106 |
|\ \ \ \ \ | |/ / / / |/| | | | | Dispatch event on preview request | ||||
| * | | | | Dispatch event on preview request | Roeland Jago Douma | 2016-11-10 | 5 | -7/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #73 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions | Morris Jobke | 2016-11-18 | 35 | -106/+513 |
|\ \ \ \ \ | | | | | | | | | | | | | Password confirmation for some actions | ||||
| * | | | | | Fix user management callbacks | Morris Jobke | 2016-11-18 | 1 | -34/+43 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * properly handle user management actions like display name, email or password field change Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | | | fix displayname | Morris Jobke | 2016-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | | | Use the existing prompt | Joas Schilling | 2016-11-18 | 3 | -73/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | Submit on enter | Roeland Jago Douma | 2016-11-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | | | Show a little explanation above the input field | Joas Schilling | 2016-11-18 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |