Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backup the encryption key after the encryption was disabled so that the user | Bjoern Schiessle | 2014-05-13 | 1 | -1/+5 |
| | | | | can restore them if needed | ||||
* | Adapt chosen (css) path | David Prévot | 2014-04-22 | 1 | -1/+1 |
| | | | | | | | | | | 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. | ||||
* | killing some more calls to OC_App::loadApps(); - because we load all apps in ↵ | Thomas Müller | 2014-03-25 | 1 | -1/+0 |
| | | | | handleRequest() | ||||
* | Indicate password strength using strengthify | Morris Jobke | 2014-01-15 | 1 | -0/+4 |
| | | | | | | | | | | | * 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 | ||||
* | 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 |
|\ | | | | | | | | | Conflicts: 3rdparty | ||||
| * | 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 ↵ | kondou | 2013-08-25 | 1 | -3/+1 |
| | | | | | | | | even more and reword some stuff | ||||
* | | 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 ↵ | Bjoern Schiessle | 2013-08-12 | 1 | -7/+1 |
| | | | | the user | ||||
* | 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 |
| | | | | | Conflicts: apps/files_encryption/lib/crypt.php | ||||
* | user interface to allow user to decrypt all his files once the encryption ↵ | Björn Schießle | 2013-07-29 | 1 | -0/+10 |
| | | | | | | | app was disabled Conflicts: settings/templates/personal.php | ||||
* | 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 |
| | | | | | | Conflicts: lib/mail.php | ||||
* | 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 |
| | | | | Using ksort now, instead of prefilling the commonlanguages array. | ||||
* | Sort priorized languages as defined in the array | kondou | 2013-05-01 | 1 | -3/+4 |
| | | | | Also add russian and arabic to the common languages. | ||||
* | 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 |
|\ | | | | | | | | | | | | | Conflicts: lib/search/provider/file.php settings/ajax/changepassword.php settings/settings.php | ||||
| * | 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 |
| | | |||||
| * | the Shared folder is no longer in the cache | Robin Appelman | 2012-10-13 | 1 | -6/+1 |
| | | |||||
| * | don´t show negative numbers. this is only a quickfix. I still dont get why ↵ | Frank Karlitschek | 2012-10-04 | 1 | -0/+1 |
| | | | | | | | | the Shared folder can be bigger than the root folder. Perhaps a inconsitency in the filecache? | ||||
* | | Convert menu entries of settings pages to use router | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
|/ | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -3/+3 |
| | |||||
* | Update settings/personal.php | Thomas Müller | 2012-09-04 | 1 | -2/+2 |
| | | | respect coding style | ||||
* | Update settings/personal.php | Thomas Müller | 2012-09-04 | 1 | -11/+11 |
| | | | respect coding style | ||||
* | Check if size isset, try to fix used space calculation again, fixs bug oc-1331 | Michael Gapczynski | 2012-07-26 | 1 | -1/+1 |
| | |||||
* | Fix used space calculation if shared folder does not exist, fixes bug oc-1331 | Michael Gapczynski | 2012-07-26 | 1 | -1/+6 |
| | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -3/+1 |
| | |||||
* | don't add the "Shared"-directory size to users quota | Bjoern Schiessle | 2012-06-18 | 1 | -1/+2 |
| | |||||
* | prevend a division by zero problem | Frank Karlitschek | 2012-06-01 | 1 | -0/+1 |
| | |||||
* | removing executable bit from various files | Thomas Mueller | 2012-04-30 | 1 | -0/+0 |
| |