| Commit message (Expand) | Author | Age | Files | Lines |
* | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 1 | -7/+8 |
* | add 'namespace' for automatically created navigation divs, fixes #12080 | Arthur Schiwon | 2014-11-12 | 1 | -1/+1 |
* | bower strengthify | Morris Jobke | 2014-11-06 | 1 | -2/+2 |
* | bower jcrop | Morris Jobke | 2014-11-06 | 1 | -2/+2 |
* | drop unused library chosen | Morris Jobke | 2014-11-05 | 1 | -2/+0 |
* | implement sidebar fro personal settings - bad kung-fu | Thomas Müller | 2014-10-17 | 1 | -3/+32 |
* | Merge pull request #10420 from owncloud/external-share-self-signed | Lukas Reschke | 2014-08-31 | 1 | -0/+2 |
|\ |
|
| * | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 1 | -0/+2 |
* | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
|/ |
|
* | fix old Japanese language code redirection | Volkan Gezer | 2014-08-09 | 1 | -1/+1 |
* | Added to personal settings page. | scolebrook | 2014-08-05 | 1 | -2/+2 |
* | Add Turkish to common languages | Volkan Gezer | 2014-06-05 | 1 | -1/+1 |
* | backup the encryption key after the encryption was disabled so that the user | Bjoern Schiessle | 2014-05-13 | 1 | -1/+5 |
* | Adapt chosen (css) path | David Prévot | 2014-04-22 | 1 | -1/+1 |
* | killing some more calls to OC_App::loadApps(); - because we load all apps in ... | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
* | Indicate password strength using strengthify | Morris Jobke | 2014-01-15 | 1 | -0/+4 |
* | Enable user backends to provide avatar images | Arthur Schiwon | 2013-11-22 | 1 | -0/+1 |
* | Pass view in \OC_Avatar to constructor and use $_ for enable_avatars | kondou | 2013-09-09 | 1 | -0/+1 |
* | Provide 'enable_avatars' in config.php, to disable avatars | kondou | 2013-09-01 | 1 | -2/+4 |
* | Clean up | kondou | 2013-08-30 | 1 | -1/+0 |
* | Use defaultavatars | kondou | 2013-08-29 | 1 | -2/+0 |
* | Include placeholder.js | kondou | 2013-08-28 | 1 | -2/+2 |
* | Use OC.Router.generate, TODO use cache, prepare for defaultavatars | kondou | 2013-08-28 | 1 | -0/+2 |
* | Merge branch 'master' into oc_avatars | kondou | 2013-08-28 | 1 | -1/+1 |
|\ |
|
| * | storage information is path specific | Thomas Müller | 2013-08-27 | 1 | -1/+1 |
* | | Use Jcrop, have inline errormsg, work on cropping, clean up, WIP | kondou | 2013-08-25 | 1 | -0/+2 |
* | | Remove gravatar and no-avatar functionality, prepare for default avatars even... | kondou | 2013-08-25 | 1 | -3/+1 |
* | | Improve styling & enable avatar-upload at personal page | kondou | 2013-08-25 | 1 | -0/+3 |
* | | Add basic avatars and gravatar | kondou | 2013-08-25 | 1 | -0/+1 |
|/ |
|
* | check if some encrypted files are left after the app was disabled and warn th... | Bjoern Schiessle | 2013-08-12 | 1 | -7/+1 |
* | only show decrypt all files option if encrypted files are available | Bjoern Schiessle | 2013-07-30 | 1 | -2/+1 |
* | working decrypt files method | Bjoern Schiessle | 2013-07-29 | 1 | -2/+3 |
* | add ajax call to decrypt all files | Björn Schießle | 2013-07-29 | 1 | -1/+1 |
* | user interface to allow user to decrypt all his files once the encryption app... | Björn Schießle | 2013-07-29 | 1 | -0/+10 |
* | Use !== and === in settings. | kondou | 2013-07-21 | 1 | -1/+1 |
* | move to non-static OC_Defaults | Björn Schießle | 2013-07-04 | 1 | -2/+2 |
* | Add init funtion to OC_Defaults to be able to wrap translatable strings | Björn Schießle | 2013-07-04 | 1 | -0/+2 |
* | make footer and urls aware of ownCloud editions | Björn Schießle | 2013-06-12 | 1 | -1/+1 |
* | Fix #3251 | kondou | 2013-05-09 | 1 | -2/+3 |
* | Sort priorized languages as defined in the array | kondou | 2013-05-01 | 1 | -3/+4 |
* | Priorize common languages. | kondou | 2013-04-18 | 1 | -3/+12 |
* | sort languages based on display name not the iso code | Thomas Mueller | 2013-02-14 | 1 | -9/+19 |
* | make it possible to modify the links to the clients | Georg Ehrke | 2013-02-06 | 1 | -0/+7 |
* | let the user change his display name, if supported by the back-end | Björn Schießle | 2013-02-06 | 1 | -0/+2 |
* | offer change password only when the action is supported by the user backend | Arthur Schiwon | 2013-02-05 | 1 | -0/+1 |
* | moving storage calculation code to OC_Helper::getStorageInfo() | Thomas Mueller | 2013-01-02 | 1 | -12/+4 |
* | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -3/+3 |
* | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 1 | -6/+2 |
|\ |
|
| * | Remove verify user from personal.php | Lukas Reschke | 2012-10-15 | 1 | -1/+0 |
| * | Change auth checks | Lukas Reschke | 2012-10-15 | 1 | -0/+1 |