Morris Jobke
7353183d99
bower strengthify
11 years ago
Morris Jobke
49fbd766c2
bower jcrop
11 years ago
Morris Jobke
0af5a8db74
drop unused library chosen
11 years ago
Thomas Müller
04323fbc19
implement sidebar fro personal settings - bad kung-fu
11 years ago
Robin Appelman
c1b11571ea
Move certificate management interface from files_external to core
11 years ago
Robin Appelman
d0266c0bf8
Use public api for getting l10n
11 years ago
Volkan Gezer
bcee9d6ab7
fix old Japanese language code redirection
...
ja_JP has not been updated since March and the reference
to this language should be removed. It also exists as *ja*
on Transifex
11 years ago
scolebrook
8c43584450
Added to personal settings page.
11 years ago
Volkan Gezer
11a857f653
Add Turkish to common languages
11 years ago
Bjoern Schiessle
a9ac11718e
backup the encryption key after the encryption was disabled so that the user
...
can restore them if needed
11 years ago
David Prévot
eebb756c38
Adapt chosen (css) path
...
Avoid shipping duplicate files in 3rdparty/css.
3rdparty/css/chosen/ already contains chosen.css and chosen-sprite.png
so its useless to duplicate them in 3rdparty/css.
Taking the same approach as in apps/calendar/appinfo/app.php and
apps/files_external/settings.php.
11 years ago
Thomas Müller
f9279ac77a
killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest()
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
Arthur Schiwon
8ccac86c98
Enable user backends to provide avatar images
11 years ago
kondou
1832eb8872
Pass view in \OC_Avatar to constructor and use $_ for enable_avatars
12 years ago
kondou
76b1b5b6a3
Provide 'enable_avatars' in config.php, to disable avatars
12 years ago
kondou
80e10f01c4
Clean up
12 years ago
kondou
0c708be76b
Use defaultavatars
12 years ago
kondou
e66113f50d
Include placeholder.js
12 years ago
kondou
bdf48a6daa
Use OC.Router.generate, TODO use cache, prepare for defaultavatars
12 years ago
Thomas Müller
8cf9336bcb
storage information is path specific
12 years ago
kondou
9a8908b643
Use Jcrop, have inline errormsg, work on cropping, clean up, WIP
12 years ago
kondou
81cadd5ea3
Remove gravatar and no-avatar functionality, prepare for default avatars even more and reword some stuff
12 years ago
kondou
252548c62c
Improve styling & enable avatar-upload at personal page
12 years ago
kondou
4a08f7d710
Add basic avatars and gravatar
12 years ago
Bjoern Schiessle
53bb89824d
check if some encrypted files are left after the app was disabled and warn the user
12 years ago
Bjoern Schiessle
c7eba69aea
only show decrypt all files option if encrypted files are available
12 years ago
Bjoern Schiessle
b6fa0e4eef
working decrypt files method
12 years ago
Björn Schießle
e15e394fcc
add ajax call to decrypt all files
...
Conflicts:
apps/files_encryption/lib/crypt.php
12 years ago
Björn Schießle
2c8e5ec84f
user interface to allow user to decrypt all his files once the encryption app was disabled
...
Conflicts:
settings/templates/personal.php
12 years ago
kondou
05084e03a0
Use !== and === in settings.
12 years ago
Björn Schießle
3c691c9ec9
move to non-static OC_Defaults
...
Conflicts:
lib/mail.php
12 years ago
Björn Schießle
d46e62886a
Add init funtion to OC_Defaults to be able to wrap translatable strings
12 years ago
Björn Schießle
e1e798c623
make footer and urls aware of ownCloud editions
12 years ago
kondou
ee1ce055fc
Fix #3251
...
Using ksort now, instead of prefilling the commonlanguages array.
12 years ago
Florin Peter
3c100af132
revert changes to fbbc76f281
because master is very unstable right now
12 years ago
kondou
d8e6db5608
Sort priorized languages as defined in the array
...
Also add russian and arabic to the common languages.
12 years ago
kondou
79218be1d2
Priorize common languages.
12 years ago
Thomas Mueller
d2f34183a6
sort languages based on display name not the iso code
12 years ago
Georg Ehrke
0a16d25724
make it possible to modify the links to the clients
12 years ago
Björn Schießle
9d73e7eb1e
let the user change his display name, if supported by the back-end
12 years ago
Arthur Schiwon
5221ee0c5a
offer change password only when the action is supported by the user backend
12 years ago
Thomas Mueller
2d36a20a1d
moving storage calculation code to OC_Helper::getStorageInfo()
12 years ago
Felix Moeller
30d7993e01
Checkstyle fixes: NoSpaceAfterComma
13 years ago
Robin Appelman
6db81afab9
move some stuff to the new api
13 years ago
Sam Tuke
8b01286a5d
Merged branch 'master'
13 years ago
Lukas Reschke
7e2d4e2a8e
Remove verify user from personal.php
13 years ago
Lukas Reschke
6b39b80648
Change auth checks
13 years ago
Robin Appelman
4c4fd36bdd
the Shared folder is no longer in the cache
13 years ago
Robin Appelman
aaa1b73364
don't use depricated OC_Filesystem
13 years ago