Thomas Müller
1291303c5a
Replace OC.Router.generate() with OC.generateUrl()
11 years ago
Joas Schilling
9847912257
Remove unused variables, add doc blocks and break lines
...
Fix #7166
11 years ago
kondou
593adab258
Fix scrutinizer issue in settings/js/apps.js
11 years ago
Jan-Christoph Borchardt
bc1c136cd6
coding style fixes: cut long lines, whitespace
11 years ago
Joas Schilling
331bd527a7
Hide SMTP options based on selected send mode
...
Fix #7166
11 years ago
kondou
e32acf933d
Highlight the selected app in app-settings
11 years ago
Jan-Christoph Borchardt
20b740f8e4
do not show display name on mobile when profile picture is present
11 years ago
Lukas Reschke
16262e3fd2
Move isadmin to template and rename it to oc_isadmin
11 years ago
Joas Schilling
c196e59e88
Add event parameter to keyup event
...
Fix issue #7277
11 years ago
Joas Schilling
fdb0d2067f
Remove duplicated definition and move OC.msg to js/js.js
...
Fix issue #7166
11 years ago
Joas Schilling
8387cd8ae3
Add option to change email settings in admin section
...
Fix issue #7166
11 years ago
Vincent Petry
58b1dc5e76
Added loading spinner to users list on scroll
11 years ago
Vincent Petry
c732764eb5
Improve users list scrolling performance
...
- fixed JS error when avatar mode is disabled
- added spinner at the bottom of the table
- scroll detection now happens earlier
- single/multiselect init is deferred so that the new rows are first appended
into the list (more responsive) and initialized afterwards
- disabled users sorting after add (assuming they are always sorted on
the server side)
11 years ago
Morris Jobke
13fa0e2a9d
Fix implied evals and doubled definition of variable
...
fixes #7119
fixes #7120
fixes #7121
fixes #7122
11 years ago
Bjoern Schiessle
6bb27ea76b
disable button and input field during decryption
11 years ago
Bjoern Schiessle
2a3cb7ac5b
remove the form, it isn't needed here
11 years ago
Morris Jobke
80dead5a9f
fix double call of changeEmailAddress()
11 years ago
Bjoern Schiessle
80d871ab1e
added website field
11 years ago
Bjoern Schiessle
e2de3b8337
distinguish app links from doc links
11 years ago
Bjoern Schiessle
bf0471a92e
show link to app documentation
11 years ago
Volkan Gezer
97b0840bbe
Fix untranslated text when deleting user
...
This should fix issue #6728
11 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
11 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