Morris Jobke
13fa0e2a9d
Fix implied evals and doubled definition of variable
fixes #7119
fixes #7120
fixes #7121
fixes #7122
12 years ago
Bjoern Schiessle
6bb27ea76b
disable button and input field during decryption
12 years ago
Bjoern Schiessle
2a3cb7ac5b
remove the form, it isn't needed here
12 years ago
Morris Jobke
80dead5a9f
fix double call of changeEmailAddress()
12 years ago
Bjoern Schiessle
80d871ab1e
added website field
12 years ago
Bjoern Schiessle
e2de3b8337
distinguish app links from doc links
12 years ago
Bjoern Schiessle
bf0471a92e
show link to app documentation
12 years ago
Volkan Gezer
97b0840bbe
Fix untranslated text when deleting user
This should fix issue #6728
12 years ago
Morris Jobke
5c1a9f35f1
Indicate password strength using strengthify
* uses zxcvbn
* outsourced to separate jquery plugin
* async loading
* hide strength meter if input is empty
* feedback if user enters weakest password
* fade in and out
* show tipsy with strength
* Opera 12, IE8-10, FF 23, Chromium 29
13 years ago
Morris Jobke
bc23f46198
fix typo
12 years ago
Morris Jobke
44a55056e7
change mail address by pressing enter - fixes #6179
12 years ago
Morris Jobke
ac77218d57
parent().parent() -> closest()
12 years ago
Morris Jobke
008bfc6793
Fix full name edit for repetive edit
fixes #6212
fixes the data attributes after edit
fixes markup to successfully re-edit display name
12 years ago
Bjoern Schiessle
caf486d6e7
- show a spinner while decrypting files if the encryption app was disabled
- don't fade-out the decryption result
12 years ago
Vincent Petry
9d230bcc75
Improve quota input field
- Added tooltip with examples
- The quota value returned by the server is now displayed after update
- Fixes #5346
12 years ago
Vincent Petry
5aeafab9ab
Fixed wrong id when reading checkbox value for force SSL setting
Fixes #5488
12 years ago
Vincent Petry
00f4928866
Added warning notification when user home already exists
When creating a user and the home already exists in the data dir, a
warning notification will be displayed.
Fixes #5161
12 years ago
raghunayyar
7c2f1fd580
Puts the language divider in place. thanks @Kondou-ger ;)
12 years ago
raghunayyar
e27bb660bd
Uniform Styles and Indentation Fixes for Personal Block
12 years ago
Vincent Petry
6970774776
Fixed display name change for IE8
After saving the display name, the oldDisplayName field's value was
wrongly set with text(), which would append the text inside the input
element which is considered as an invalid operation in IE8.
This fix for #5054 correctly puts the old value into the field with a val() call.
12 years ago
Victor Dubiniuk
a240e63981
Fix new user avatar. Ref#5166
12 years ago
kondou
b0ff10a536
Hide defaultavatar in #header and don't darken proper avatars in #header
12 years ago
kondou
24d092c4ba
Have uniform (wrong) indention
12 years ago
kondou
4907685405
Base defaultavatar text on displayname
Fix #4876
12 years ago
Bart Visscher
45a7b0dbac
Fix the apps enabling/disabling in settings
12 years ago
kondou
18da2f9cf7
Improve changepassword route naming
12 years ago
ringmaster
3790cbb493
Allow numeric group names
12 years ago
kondou
4963a5b30f
Fix language selection; Fix #4756
12 years ago
kondou
d18a070a03
Have the "notsquare" error as data, not as message
12 years ago
kondou
a21376480d
Split personal and user-mgmt password change logic
12 years ago
kondou
3774632ecc
Clean up avatars and preliminary use JSON->rawlist.php
12 years ago
kondou
15ab798353
Fix an IE8 bug with the avatarcropper.
1. Crop an avatar
2. Crop another avatar without reloading
-> Second cropper is 28px x 30px big
12 years ago
kondou
6db96603a0
Have login-checks and CSRF checks
12 years ago
kondou
fca5db748b
Remove backgroundcolor on updating avatar, and add a missing parameter
12 years ago
kondou
a1e7614d73
Clean up oc_avatars
12 years ago
kondou
32a7ba9823
Don't update avatar on displayNameChange anymore
12 years ago
kondou
6d42f51d0c
Fix unwanted caching in IE8
12 years ago
kondou
4724d60ecd
Partly fix cropper in IE8 and don't use a dialog for it
12 years ago
kondou
e7e3f1b81a
Fix some of @jancborchardt's complaints in oc_avatars
12 years ago
kondou
c95d4cafa9
Fix @tanghus's complains in avatars and clean up cropper after closing with "x"
12 years ago
kondou
aa88eea9cf
Sanitize displayname, respect data @ $element, fix routename, clean after cropping, updateAvatar with displayname
12 years ago
Jan-Christoph Borchardt
1e834c57a4
fix issues caused by introduction of sticky Apps management footer
12 years ago
kondou
ecf187393b
Finish cropper, Get rid of TODOs, Improve \OCP\Avatar and "fix" unitests
12 years ago
kondou
c533b80682
Use OC_Cache and finish cropper functionality
12 years ago
kondou
0c708be76b
Use defaultavatars
12 years ago
Thomas Müller
1d04843ef0
no duplicate declaration of appLicense + camelCase
12 years ago
kondou
6c7efd5dac
Work around #4630 to fix license showing
12 years ago
kondou
bdf48a6daa
Use OC.Router.generate, TODO use cache, prepare for defaultavatars
12 years ago
kondou
8d8a57de7f
Continue work on cropper
12 years ago
kondou
31736a1df3
Have a controller instead ofo avatar.php and fix some cropper-design
12 years ago