Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-20 | 1 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-18 | 3 | -1/+9 |
| | |||||
* | Spaces to tabs | Bart Visscher | 2013-01-16 | 7 | -176/+176 |
| | |||||
* | Fix regression caused by 31b1a73e1f508a33843835b632ee05c7bfc2aaaf | Daniel Molkentin | 2013-01-15 | 1 | -1/+3 |
| | |||||
* | Merge pull request #1187 from owncloud/fixing-unused-and-undefined-in-master | Bart Visscher | 2013-01-15 | 1 | -1/+1 |
|\ | | | | | Fixing unused and undefined in master | ||||
| * | Merge branch 'master' into fixing-unused-and-undefined-in-master | Thomas Mueller | 2013-01-14 | 75 | -202/+254 |
| |\ | |||||
| * | | fixing <input> tag | Thomas Mueller | 2013-01-07 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-15 | 2 | -0/+5 |
| |/ |/| | |||||
* | | Enhanced auth is totally unmaintained and broken | Lukas Reschke | 2013-01-14 | 2 | -5/+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 | 8 | -12/+9 |
| | | | | | | | | | | | | | | | | | | | | | | 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 :) | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-13 | 1 | -0/+9 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-12 | 56 | -112/+73 |
| | | |||||
* | | Merge pull request #1157 owncloud/move-OpenID | Bart Visscher | 2013-01-11 | 2 | -20/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | Move openid.php to apps repo Conflicts: settings/routes.php | ||||
| * | | Remove OpenID from the router | Lukas Reschke | 2013-01-11 | 1 | -5/+1 |
| | | | |||||
| * | | Move to apps repo | Lukas Reschke | 2013-01-11 | 1 | -16/+0 |
| | | | | | | | | | | | | This belongs to the apps repo. | ||||
* | | | Merge pull request #994 from owncloud/enhanced_multiSelect | Lukas Reschke | 2013-01-11 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | Enhanced multiSelect | ||||
| * | | | Users: Show selected groups first in list. | Thomas Tanghus | 2012-12-21 | 1 | -0/+1 |
| | | | | |||||
| * | | | multiSelect: Modified users.js to only update other multiSelects. | Thomas Tanghus | 2012-12-21 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #1150 from owncloud/EnableSSL-AdminMenu | Lukas Reschke | 2013-01-11 | 5 | -0/+56 |
|\ \ \ \ | | | | | | | | | | | Add security section to admin settings to enable the HTTPS enforcement | ||||
| * | | | | Removed uneeded HTML tag | Lukas Reschke | 2013-01-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add security section to admin menu | Lukas Reschke | 2013-01-11 | 5 | -0/+56 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-11 | 5 | -27/+63 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-10 | 2 | -23/+19 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-09 | 1 | -0/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-08 | 2 | -0/+19 |
| |/ |/| | |||||
* | | Merge pull request #1053 from owncloud/ocs_api | Michael Gapczynski | 2013-01-04 | 4 | -0/+141 |
|\ \ | | | | | | | External API for ownCloud based on OCS | ||||
| * \ | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-31 | 67 | -1221/+1226 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: l10n/templates/core.pot l10n/templates/files.pot l10n/templates/files_encryption.pot l10n/templates/files_external.pot l10n/templates/files_sharing.pot l10n/templates/files_versions.pot l10n/templates/lib.pot l10n/templates/settings.pot l10n/templates/user_ldap.pot l10n/templates/user_webdavauth.pot | ||||
| * \ \ | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-16 | 3 | -3/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge master into ocs_api, fix conflicts. | Tom Needham | 2012-12-14 | 93 | -834/+589 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge master into ocs_api | Tom Needham | 2012-10-28 | 67 | -359/+933 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into ocs_api | Tom Needham | 2012-09-17 | 34 | -59/+115 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Fix merge conflicts | Tom Needham | 2012-09-13 | 92 | -508/+1861 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | API: Add callback_fail, add OC_OAuth::init and bespoke request token method | Tom Needham | 2012-09-04 | 1 | -6/+21 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix class name | Tom Needham | 2012-08-30 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | API: Fix merging of responses. Return 400 error when no OAuth operation sent. | Tom Needham | 2012-08-03 | 1 | -2/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Move OAuth classes into lib/oauth | Tom Needham | 2012-08-03 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | API: Use OC_API::checkLoggedIn() and OAuth scopes are app_$appname | Tom Needham | 2012-08-03 | 1 | -1/+3 |
| | | | | | | | | | |||||
| * | | | | | | | | OAuth server implementation using oauth library | Michael Gapczynski | 2012-08-02 | 1 | -4/+19 |
| | | | | | | | | | |||||
| * | | | | | | | | Check if required apps are installed | Tom Needham | 2012-07-30 | 4 | -9/+53 |
| | | | | | | | | | |||||
| * | | | | | | | | Authorisation requires you to be logged in | Tom Needham | 2012-07-30 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Include the css for the OAuth page | Tom Needham | 2012-07-30 | 1 | -0/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Improve styling of permission request page | Tom Needham | 2012-07-30 | 2 | -12/+15 |
| | | | | | | | | | |||||
| * | | | | | | | | Basic template for authorising exernal apps with OAuth | Tom Needham | 2012-07-30 | 2 | -0/+60 |
| | | | | | | | | | |||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-04 | 1 | -0/+4 |
| | | | | | | | | | |||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-03 | 3 | -0/+54 |
| | | | | | | | | | |||||
* | | | | | | | | | omit type attribute in script tag to use fallback (text/javascript) | Jörn Friedrich Dreyer | 2013-01-02 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-01-02 | 1 | -0/+16 |
| | | | | | | | | |