Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #2743 - use public OC_User::getDisplayName instead of ↵ | Thomas Mueller | 2013-04-08 | 1 | -1/+1 |
| | | | | OC_User::determineDisplayName | ||||
* | Add log as text and not as HTML | Lukas Reschke | 2013-03-03 | 1 | -9/+2 |
| | |||||
* | Fix encoding settings ajax getlog | Bart Visscher | 2013-03-03 | 1 | -1/+10 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -31/+31 |
| | |||||
* | Merge pull request #1855 from owncloud/userlist_load_displaynames | Bernhard Posselt | 2013-02-22 | 1 | -2/+4 |
|\ | | | | | Fetch displayname in userlist ajax requests. Refs #1681 | ||||
| * | Fetch displayname in userlist ajax requests. Refs #1681 | Thomas Tanghus | 2013-02-22 | 1 | -2/+4 |
| | | |||||
* | | Merge pull request #1711 from owncloud/style-cleanup | Jörn Friedrich Dreyer | 2013-02-22 | 2 | -2/+6 |
|\ \ | |/ |/| | Codestyle cleanup | ||||
| * | Style cleanup settings | Bart Visscher | 2013-02-21 | 2 | -2/+6 |
| | | |||||
* | | Fix error path in changedisplayname call | Bart Visscher | 2013-02-22 | 1 | -2/+2 |
|/ | |||||
* | Do not set password if it has't provided | Victor Dubiniuk | 2013-02-18 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into fixing-1424-master | Thomas Mueller | 2013-02-11 | 3 | -8/+9 |
|\ | |||||
| * | I'm an evil bastard and I commit this 3 letter text fix without a pull request. | Frank Karlitschek | 2013-02-09 | 1 | -1/+1 |
| | | |||||
| * | add switch to enable/disable the possibility to change the display name by ↵ | Björn Schießle | 2013-02-10 | 1 | -0/+4 |
| | | | | | | | | the user | ||||
| * | Merge pull request #1577 from owncloud/typo_catagory | Lukas Reschke | 2013-02-10 | 1 | -3/+3 |
| |\ | | | | | | | Typo | ||||
| | * | Typo | Lukas Reschke | 2013-02-09 | 1 | -3/+3 |
| | | | |||||
| * | | Remove uneeded lines | Lukas Reschke | 2013-02-09 | 1 | -4/+1 |
| | | | |||||
* | | | Merge branch 'master' into fixing-1424-master | Thomas Müller | 2013-02-09 | 4 | -6/+5 |
|\| | | |||||
| * | | Merge pull request #1546 from owncloud/fix-loading-hooks | Thomas Müller | 2013-02-09 | 1 | -4/+1 |
| |\ \ | | | | | | | | | Fix loading hooks when going though the routing system | ||||
| | * | | Better way of getting the navigation entries for an app | Bart Visscher | 2013-02-08 | 1 | -4/+1 |
| | |/ | |||||
| * / | Remove invalid characters from app id to prevent loading of invalid resources | Bart Visscher | 2013-02-09 | 4 | -2/+4 |
| |/ | |||||
* / | on creation only test for existing users if the backend supports user creation | Thomas Müller | 2013-02-08 | 1 | -6/+0 |
|/ | | | | this solves the issue where no users can be created any more if backends are active which always return true on userExists() like WebDAV Auth | ||||
* | Merge pull request #1506 from owncloud/files_encryption | Lukas Reschke | 2013-02-06 | 1 | -0/+3 |
|\ | | | | | Files encryption | ||||
| * | Reverted fix temporarily; another fix by LukasReschke is awaiting merge | Sam Tuke | 2013-02-06 | 1 | -1/+3 |
| | | |||||
| * | Added comment | Sam Tuke | 2013-02-06 | 1 | -0/+1 |
| | | |||||
| * | Fixed bug causing password change related hooks to not be called due to ajax | Sam Tuke | 2013-02-06 | 1 | -0/+2 |
| | | |||||
| * | Removed call to depreciated isUserVerified() | Sam Tuke | 2013-02-06 | 1 | -3/+1 |
| | | |||||
* | | Merge pull request #1363 from owncloud/FixPasswordChange | Lukas Reschke | 2013-02-06 | 1 | -8/+2 |
|\ \ | |/ |/| | Fix password change | ||||
| * | Fix indentation | Lukas Reschke | 2013-01-30 | 1 | -1/+1 |
| | | |||||
| * | Remove the no longer existing function "isUserVerified" | Lukas Reschke | 2013-01-30 | 1 | -7/+1 |
| | | | | | | | | Thx @eMerzh | ||||
* | | make strings translatable | Björn Schießle | 2013-02-06 | 1 | -2/+2 |
| | | |||||
* | | let the user change his display name, if supported by the back-end | Björn Schießle | 2013-02-06 | 1 | -2/+3 |
| | | |||||
* | | Cleanup string - easier for translators | Thomas Mueller | 2013-01-31 | 1 | -1/+1 |
| | | |||||
* | | fix typo | Frank Karlitschek | 2013-01-30 | 1 | -1/+1 |
| | | |||||
* | | merge master | Frank Karlitschek | 2013-01-30 | 7 | -15/+37 |
|\| | | | | | | | | | | | | | | | Merge branch 'master' into improved_appsmanagement Conflicts: settings/apps.php settings/templates/apps.php | ||||
| * | check permissions before changing the display name | Björn Schießle | 2013-01-29 | 1 | -0/+13 |
| | | |||||
| * | added missing changedisplayname.php | Björn Schießle | 2013-01-29 | 1 | -0/+15 |
| | | |||||
| * | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -2/+2 |
| | | |||||
| * | Enhanced auth is totally unmaintained and broken | Lukas Reschke | 2013-01-14 | 1 | -4/+0 |
| | | | | | | | | | | | | Let's remove it, it's also not secure anymore with the introduction of our API etc... (And doesn't work with ldap etc…) | ||||
| * | Add a closing ) | Lukas Reschke | 2013-01-14 | 1 | -1/+1 |
| | | | | | | | | Thanks Jenkins! | ||||
| * | CP fail | Lukas Reschke | 2013-01-14 | 1 | -1/+1 |
| | | |||||
| * | Check if user is admin - bool | Lukas Reschke | 2013-01-14 | 6 | -9/+7 |
| | | | | | | | | | | | | | | | | | | | | | | There was no "isAdminUser()" function which returned bool. This is irritiating as there were a loooooooot of places in the code which checked this itself with `OC_Group::inGroup($uid, 'admin)` - why not use a function for this? (Especially if you consider that we might change the group name in the future, which would lead to problems then) Additionally, @Raydiation needed such a method for his AppFramework :) | ||||
* | | mark recommended apps. server part not yet fully implemented | Frank Karlitschek | 2013-01-30 | 1 | -1/+6 |
| | | |||||
* | | we are getting closer. updating is not working yet. | Frank Karlitschek | 2013-01-21 | 2 | -0/+18 |
|/ | |||||
* | Merge pull request #1157 owncloud/move-OpenID | Bart Visscher | 2013-01-11 | 1 | -16/+0 |
|\ | | | | | | | | | | | | | Move openid.php to apps repo Conflicts: settings/routes.php | ||||
| * | Move to apps repo | Lukas Reschke | 2013-01-11 | 1 | -16/+0 |
| | | | | | | | | This belongs to the apps repo. | ||||
* | | Merge pull request #1150 from owncloud/EnableSSL-AdminMenu | Lukas Reschke | 2013-01-11 | 1 | -0/+13 |
|\ \ | | | | | | | Add security section to admin settings to enable the HTTPS enforcement | ||||
| * | | Add security section to admin menu | Lukas Reschke | 2013-01-11 | 1 | -0/+13 |
| |/ | | | | | | | | | | | | | | | | | Currently it only allows the admin to enable or disable the HTTPS enforcement, but in the future it could be expanded to further options. The HTTPS enforcement only allows the admin to enforce it, if he is connected via HTTPS. (To prevent admins to enable it without a proper SSL setup) | ||||
* / | Remove setContentTypeHeader() | Lukas Reschke | 2013-01-11 | 2 | -2/+0 |
|/ | | | | | | `OC_JSON::success` and `OC_JSON::error` are calling `OC_JSON::encodedPrint`, which already sets these headers. So this two calls are uneeded duplicates. | ||||
* | Fix "There must be a single space between the closing parenthesis and the ↵ | Bart Visscher | 2012-12-15 | 1 | -1/+1 |
| | | | | opening brace" | ||||
* | Merge pull request #603 from owncloud/store_plain_groupname | Bart Visscher | 2012-11-30 | 2 | -2/+2 |
|\ | | | | | Group name doesn't need to be sanitized before storing it in the database |