Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always enable avatars | Morris Jobke | 2017-02-13 | 1 | -9/+7 |
| | | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix #2473 | John Molakvoæ (skjnldsv) | 2016-12-06 | 1 | -26/+11 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | remove dead js code from personal settings | Christoph Wurst | 2016-12-05 | 1 | -55/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add federation scope to the user avatar | Christoph Wurst | 2016-11-21 | 1 | -3/+3 |
| | | | | 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 | 1 | -7/+16 |
| | | | | | | | | | | federated sharing fix layout Add generic way of handling input change events Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix error message displaying | Joas Schilling | 2016-11-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix route and js | Roeland Jago Douma | 2016-11-06 | 1 | -6/+9 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Removed else statement preventing Success message from displaying causing ↵ | Henry Mohn | 2016-11-04 | 1 | -11/+10 |
| | | | | | | bug #1875 Signed-off-by: Henry Mohn <hmohniii@gmail.com> | ||||
* | Merge pull request #1828 from nextcloud/avatar-picker-improvements | Morris Jobke | 2016-10-24 | 1 | -11/+23 |
|\ | | | | | Avatar picker improvements | ||||
| * | use smaller cropper on small screens | Robin Appelman | 2016-10-24 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | set initial cropper to max size | Robin Appelman | 2016-10-21 | 1 | -4/+6 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | show spinner while loading/cropping avatar | Robin Appelman | 2016-10-20 | 1 | -2/+10 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | only show cropper dialog when the cropper is ready | Robin Appelman | 2016-10-20 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | float the avatar cropper over the page | Robin Appelman | 2016-10-20 | 1 | -4/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Prevent flashing the full sized image when cropping an avatar | Robin Appelman | 2016-10-20 | 1 | -2/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix personal page | Roeland Jago Douma | 2016-10-21 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | 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> | ||||
* | 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 | 1 | -0/+2 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | Disables teh button when clicked change password. | Raghu Nayyar | 2016-09-17 | 1 | -1/+2 |
| | |||||
* | Cache avatars properly | Roeland Jago Douma | 2016-08-30 | 1 | -2/+11 |
| | | | | | * Set proper caching headers for avatars (15 minutes) * For our own avatar use some extra logic to invalidate when we update | ||||
* | verify user password on change | Bjoern Schiessle | 2016-06-27 | 1 | -11/+19 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -0/+11 |
|\ | |||||
| * | redirect to new login route (#25099) | Christoph Wurst | 2016-06-21 | 1 | -0/+11 |
| | | | | | | | | | | | | * redirect to new login route * encode anchor in url and restore it client-side | ||||
* | | fix strengthify in personal settings | Morris Jobke | 2016-06-15 | 1 | -1/+2 |
|/ | |||||
* | list user's auth tokens on the personal settings page | Christoph Wurst | 2016-05-23 | 1 | -0/+7 |
| | |||||
* | Merge pull request #22783 from patelfenil/bugfix-issue-17320 | Thomas Müller | 2016-04-25 | 1 | -2/+9 |
|\ | | | | | Remove image now not coming when user changes fullname. Fixes #17320 | ||||
| * | Remove image now not coming when user changes fullname. Fixes #17320 | patelfenil | 2016-03-07 | 1 | -2/+9 |
| | | |||||
* | | replace $.parseJSON() by JSON.parse() | Christoph Wurst | 2016-04-19 | 1 | -3/+3 |
| | | |||||
* | | Disable pastezone for jquery.fileupload | Lukas Reschke | 2016-03-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | jquery.fileupload offers the [`pastezone`](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#pastezone) functionality. This functionality is enabled by default and if somebody copy-pastes something into Chrome it will automatically trigger an upload of the content to any configured jquery.fileupload element embedded in the JS. This implementation triggers some problems: 1. The pastezone is defined globally by default (:see_no_evil:). So if there are multiple fileupload's on a page (such as in the personal settings) then stuff is going to be uploaded to all embedded uploads. 2. Our server code is not able to parse the data. For example for uploads in the files app we expect a file name which is not specified => Just an error is thrown. You can reproduce this by taking a file into your clipboard and in Chrome then pressing <kbd>CTRL + V</kbd>. 3. When copy-pasting some string from MS Office on the personal page a temporary avatar with said content is created. Considering that this is anyways was never working at all and causes bugs I've set the `pastezone` to `null`. This mens that upload via copy and paste will be disabled. Lesson learned: Third-party JS libraries can have some weird details. | ||||
* | | Update avatar on username change if avatar is set | Morris Jobke | 2016-03-17 | 1 | -1/+4 |
|/ | | | | * fixes #20455 | ||||
* | Save display name and email address on paste operations - fixes #22245 | Thomas Müller | 2016-02-09 | 1 | -0/+8 |
| | |||||
* | Hide the delete button, until we know its a custom avatar | Joas Schilling | 2016-01-26 | 1 | -9/+8 |
| | |||||
* | Allow admins to add system wide root certificates | Robin Appelman | 2016-01-12 | 1 | -67/+0 |
| | |||||
* | fix overlap and functionality of cropper | Jan-Christoph Borchardt | 2015-12-28 | 1 | -1/+1 |
| | |||||
* | improve layout of personal settings page | Jan-Christoph Borchardt | 2015-12-28 | 1 | -1/+1 |
| | |||||
* | Only load the big (128x128) avatar on the perosnal page | Roeland Jago Douma | 2015-12-17 | 1 | -0/+5 |
| | | | | | Before the code was executed on every page if a user was logged in. Now only on the personal page. Thus saving a request on all other pages. | ||||
* | Use .text instead of .html | Lukas Reschke | 2015-11-30 | 1 | -3/+3 |
| | | | Makes some static source code analyzers happier. | ||||
* | Moved changedisplayname to usercontroller | Roeland Jago Douma | 2015-11-20 | 1 | -1/+1 |
| | | | | | Killed the old static route to change a users display name and moved it to a properly testable controller. | ||||
* | Merge pull request #19625 from owncloud/passwordchange-hidestrengthify | Thomas Müller | 2015-10-14 | 1 | -1/+1 |
|\ | | | | | Properly hide strengthify after password change | ||||
| * | Properly hide strengthify after password change | Vincent Petry | 2015-10-07 | 1 | -1/+1 |
| | | |||||
* | | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 1 | -11/+35 |
|/ | |||||
* | Remove requesttoken for avatars | Lukas Reschke | 2015-08-23 | 1 | -1/+1 |
| | | | | First step for https://github.com/owncloud/core/issues/11915 | ||||
* | [avatar] add error handlers for avatar setup | Morris Jobke | 2015-07-30 | 1 | -1/+33 |
| | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message | ||||
* | assign error message to correct object | michag86 | 2015-07-22 | 1 | -2/+2 |
| | | | fix for #17817 | ||||
* | Allow user to set an empty email address | Morris Jobke | 2015-05-05 | 1 | -4/+5 |
| | | | | * fixes #16057 | ||||
* | Only show SSL table header if there are certificates | Roeland Jago Douma | 2015-05-04 | 1 | -0/+9 |
| |