John Molakvoæ (skjnldsv)
73c4112770
Fix #2473
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
9 years ago
Christoph Wurst
46abd9e3d9
remove dead js code from personal settings
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
9 years ago
Christoph Wurst
78f6e29954
Add federation scope to the user avatar
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
Christoph Wurst
c42d977185
Add more personal information fields to the settings page for enhanced federated sharing
fix layout
Add generic way of handling input change events
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
Joas Schilling
6c3f0fd431
Fix error message displaying
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Roeland Jago Douma
78efb1972e
Fix route and js
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Henry Mohn
fe544d807a
Removed else statement preventing Success message from displaying causing bug #1875
Signed-off-by: Henry Mohn <hmohniii@gmail.com>
9 years ago
Robin Appelman
0aec8647c2
use smaller cropper on small screens
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
55c445ff39
set initial cropper to max size
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Roeland Jago Douma
3cbaec416a
Fix personal page
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
9 years ago
Robin Appelman
ac167d4dc6
show spinner while loading/cropping avatar
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
154fbe06ce
only show cropper dialog when the cropper is ready
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
9983b5533a
float the avatar cropper over the page
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Robin Appelman
5a44b70efc
Prevent flashing the full sized image when cropping an avatar
Signed-off-by: Robin Appelman <robin@icewind.nl>
9 years ago
Joas Schilling
9c3e855812
The red box already makes clear it's an error
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Morris Jobke
4afb5d5527
remove old indicators for "saving started" and "saving successful"
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
9 years ago
Raghu Nayyar
6b2680f5f5
Removes spinner in case password is wrong as well.
9 years ago
Raghu Nayyar
b30908ba5d
Removes tipsy when password verification is going on
9 years ago
Raghu Nayyar
16711a2f99
Removes the check mark after 5 second timeout.
9 years ago
Raghu Nayyar
91ffb63595
Adds a checkmark when the change is complete.
9 years ago
Raghu Nayyar
682ed7ff8f
Disables teh button when clicked change password.
9 years ago
Roeland Jago Douma
14136295b7
Cache avatars properly
* Set proper caching headers for avatars (15 minutes)
* For our own avatar use some extra logic to invalidate when we update
9 years ago
Bjoern Schiessle
2a990a0db5
verify user password on change
10 years ago
Christoph Wurst
7f22aeb5d6
redirect to new login route ( #25099 )
* redirect to new login route
* encode anchor in url and restore it client-side
10 years ago
Morris Jobke
ea25be51da
fix strengthify in personal settings
10 years ago
Christoph Wurst
12431aa399
list user's auth tokens on the personal settings page
10 years ago
Christoph Wurst
05d203a989
replace $.parseJSON() by JSON.parse()
10 years ago
Lukas Reschke
f8ae1bb36e
Disable pastezone for jquery.fileupload
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 (🙈 ). 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.
10 years ago
Morris Jobke
d79c8c6d13
Update avatar on username change if avatar is set
* fixes #20455
10 years ago
patelfenil
5fb96a4630
Remove image now not coming when user changes fullname. Fixes #17320
10 years ago
Thomas Müller
a3eaefa530
Save display name and email address on paste operations - fixes #22245
10 years ago
Joas Schilling
751e99512a
Hide the delete button, until we know its a custom avatar
10 years ago
Robin Appelman
c15cab7ed6
Allow admins to add system wide root certificates
10 years ago
Jan-Christoph Borchardt
e4cf53031b
fix overlap and functionality of cropper
10 years ago
Jan-Christoph Borchardt
640adde3b9
improve layout of personal settings page
10 years ago
Roeland Jago Douma
a81836a42f
Only load the big (128x128) avatar on the perosnal page
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.
10 years ago
Lukas Reschke
3ea654d2d4
Use .text instead of .html
Makes some static source code analyzers happier.
10 years ago
Roeland Jago Douma
0265bcfdae
Moved changedisplayname to usercontroller
Killed the old static route to change a users display name and moved it
to a properly testable controller.
10 years ago
Vincent Petry
c7aef6c368
Fix uploading avatar and root certs in IE8
10 years ago
Vincent Petry
14dc36efe6
Properly hide strengthify after password change
10 years ago
Lukas Reschke
84d1e36ff9
Remove requesttoken for avatars
First step for https://github.com/owncloud/core/issues/11915
10 years ago
Morris Jobke
e184157684
[avatar] add error handlers for avatar setup
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
10 years ago
michag86
3841bb1c07
assign error message to correct object
fix for #17817
10 years ago
Morris Jobke
5fd849f545
Allow user to set an empty email address
* fixes #16057
11 years ago
Roeland Jago Douma
a9a9adc217
Only show SSL table header if there are certificates
11 years ago
Thomas Müller
4a2f8f81ca
Don't pollute the global namespace
11 years ago
Morris Jobke
8935369564
fix date variable
11 years ago
Lukas Reschke
20a6073a9f
Migrate personal certificate handling into AppFramework controllers
Also added unit-tests and better error-handling
11 years ago
Jan-Christoph Borchardt
04ca5b8160
remove slow fade animation for remaining tipsy tooltips
11 years ago
Thomas Müller
bf809ac85a
Removing left overs from old encryption app
11 years ago