| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #6058 from owncloud/ldap2avatar | blizzz | 2013-11-26 | 1 | -0/+4 |
|\ |
|
| * | Enable user backends to provide avatar images | Arthur Schiwon | 2013-11-22 | 1 | -0/+4 |
* | | fix typo | Bjoern Schiessle | 2013-11-25 | 1 | -1/+1 |
* | | remove logic from template and fix syntax error | Thomas Mueller | 2013-11-24 | 1 | -1/+1 |
* | | replace echo with p | Frank Karlitschek | 2013-11-24 | 1 | -1/+1 |
* | | show the build number if on the daily build update channel | Frank Karlitschek | 2013-11-24 | 1 | -1/+1 |
|/ |
|
* | change 'Display Name' to more understandable 'Full Name', fix #5612 | Jan-Christoph Borchardt | 2013-11-06 | 1 | -1/+1 |
* | introduce link_to_docs() and migrate links | Thomas Müller | 2013-10-21 | 1 | -1/+1 |
* | show the channel. Also mark git as git channel so that someone can see where ... | Frank Karlitschek | 2013-10-13 | 1 | -1/+1 |
* | Includes <optgroup> tag | raghunayyar | 2013-10-11 | 1 | -1/+1 |
* | Puts the language divider in place. thanks @Kondou-ger ;) | raghunayyar | 2013-10-11 | 1 | -0/+1 |
* | Removes the Bogus Label | raghunayyar | 2013-10-11 | 1 | -3/+0 |
* | Uniform Styles and Indentation Fixes for Personal Block | raghunayyar | 2013-10-11 | 1 | -10/+20 |
* | more elegant style for Personal and Admin settings | Jan-Christoph Borchardt | 2013-10-05 | 1 | -9/+9 |
* | Pass view in \OC_Avatar to constructor and use $_ for enable_avatars | kondou | 2013-09-09 | 1 | -1/+1 |
* | Fix an IE8 bug with the avatarcropper. | kondou | 2013-09-05 | 1 | -1/+0 |
* | Partly fix cropper in IE8 and don't use a dialog for it | kondou | 2013-09-03 | 1 | -7/+14 |
* | Fix some of @jancborchardt's complaints in oc_avatars | kondou | 2013-09-02 | 1 | -4/+4 |
* | Provide 'enable_avatars' in config.php, to disable avatars | kondou | 2013-09-01 | 1 | -0/+2 |
* | Use defaultavatars | kondou | 2013-08-29 | 1 | -1/+1 |
* | Merge branch 'master' into oc_avatars | kondou | 2013-08-28 | 1 | -1/+1 |
|\ |
|
| * | Use personal-password for the password name in personal.php | kondou | 2013-08-24 | 1 | -1/+1 |
* | | Clean up some cruft | kondou | 2013-08-26 | 1 | -3/+0 |
* | | Have a controller instead ofo avatar.php and fix some cropper-design | kondou | 2013-08-26 | 1 | -2/+2 |
* | | Use Jcrop, have inline errormsg, work on cropping, clean up, WIP | kondou | 2013-08-25 | 1 | -0/+1 |
* | | Remove gravatar and no-avatar functionality, prepare for default avatars even... | kondou | 2013-08-25 | 1 | -14/+5 |
* | | Integrate newavatar.php into avatar.php by using GET, POST & DELETE | kondou | 2013-08-25 | 1 | -1/+1 |
* | | Deny access for non-users and add a (not-working) override button | kondou | 2013-08-25 | 1 | -0/+1 |
* | | Several improvements | kondou | 2013-08-25 | 1 | -7/+7 |
* | | Have a fancy uploadavatar button | kondou | 2013-08-25 | 1 | -1/+2 |
* | | Show avatar on personal.php always (except if avatars are disabled) | kondou | 2013-08-25 | 1 | -5/+11 |
* | | Have /avatar.php as a central avatar-point | kondou | 2013-08-25 | 1 | -2/+2 |
* | | Improve styling & enable avatar-upload at personal page | kondou | 2013-08-25 | 1 | -1/+1 |
* | | Modularize get(), async getAvatar, avatars @ usermgmt | kondou | 2013-08-25 | 1 | -2/+5 |
* | | Add basic avatars and gravatar | kondou | 2013-08-25 | 1 | -0/+13 |
|/ |
|
* | Merge branch 'master' into decrypt_files_again | Bjoern Schiessle | 2013-08-17 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'master' into css_cleanup_kondou | kondou | 2013-07-24 | 1 | -6/+4 |
| |\ |
|
| * | | General CSS cleanup | kondou | 2013-07-09 | 1 | -2/+2 |
* | | | working decrypt files method | Bjoern Schiessle | 2013-07-29 | 1 | -1/+9 |
* | | | user interface to allow user to decrypt all his files once the encryption app... | Björn Schießle | 2013-07-29 | 1 | -0/+18 |
| |/
|/| |
|
* | | initialize OC_Defaults in template constructorX | Björn Schießle | 2013-07-24 | 1 | -5/+3 |
* | | Use transifex.com on link to translations | rolandgeider | 2013-07-14 | 1 | -1/+1 |
* | | Merge https://github.com/owncloud/core/pull/3827 | Björn Schießle | 2013-07-08 | 1 | -1/+1 |
|/ |
|
* | move to non-static OC_Defaults | Björn Schießle | 2013-07-04 | 1 | -3/+3 |
* | Add init funtion to OC_Defaults to be able to wrap translatable strings | Björn Schießle | 2013-07-04 | 1 | -0/+1 |
* | construct the foother in defaults.php so that we use always the same footer | Björn Schießle | 2013-07-01 | 1 | -6/+8 |
* | Merge pull request #3687 from owncloud/template_updates | Björn Schießle | 2013-06-13 | 1 | -4/+7 |
|\ |
|
| * | Merge branch 'template_updates' of github.com:owncloud/core into template_upd... | Björn Schießle | 2013-06-12 | 1 | -4/+2 |
| |\ |
|
| | * | move common settings footer fieldset out of conditional | Jan-Christoph Borchardt | 2013-06-12 | 1 | -4/+2 |
| * | | don't show translation hints in enterprise edition | Björn Schießle | 2013-06-12 | 1 | -0/+2 |
| |/ |
|