Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-11 | 16 | -6/+44 |
| | |||||
* | Merge pull request #12611 from owncloud/use-uid-instead-of-loginname | Lukas Reschke | 2014-12-10 | 1 | -1/+1 |
|\ | | | | | Use UID instead of login name | ||||
| * | Use UID instead of login name | Lukas Reschke | 2014-12-04 | 1 | -1/+1 |
| | | | | | | | | Login name can be something different and thus I'm pretty sure this will break in combination with external auth providers such as LDAP. | ||||
* | | Merge pull request #12711 from owncloud/add-backend-to-rest-index | Lukas Reschke | 2014-12-10 | 2 | -51/+52 |
|\ \ | | | | | | | Expose backend type via REST API | ||||
| * | | Expose backend type via REST API | Lukas Reschke | 2014-12-09 | 2 | -51/+52 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change will expose the user backend via the REST API which is a pre-requisite for https://github.com/owncloud/core/issues/12620. For example: ````json [{"name":"9707A09E-CA9A-4ABE-A66A-3F632F16C409","displayname":"Document Conversion User Account","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/9707A09E-CA9A-4ABE-A66A-3F632F16C409","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"ED86733E-745C-4E4D-90CB-278A9737DB3C","displayname":"Hacker","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/ED86733E-745C-4E4D-90CB-278A9737DB3C","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"71CDF45B-E125-450D-983C-D9192F36EC88","displayname":"admin","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/71CDF45B-E125-450D-983C-D9192F36EC88","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"admin","displayname":"admin","groups":["admin"],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/admin","lastLogin":"1418057287","backend":"OC_User_Database"},{"name":"test","displayname":"test","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/test","lastLogin":0,"backend":"OC_User_Database"}] ``` | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-10 | 70 | -70/+156 |
| | | | |||||
* | | | Merge pull request #11214 from owncloud/issue/10836 | Morris Jobke | 2014-12-09 | 2 | -1/+7 |
|\ \ \ | | | | | | | | | Add an option to disallow sending sharing emails to non-owncloud users | ||||
| * | | | Add an option to disallow sending sharing emails to non-owncloud users | Joas Schilling | 2014-12-09 | 2 | -1/+7 |
| | | | | | | | | | | | | | | | | Fix #10836 | ||||
* | | | | Fix namespace of Files_Encryption outside of the app | Joas Schilling | 2014-12-09 | 2 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #12406 from owncloud/drop-getApps-getUsers | Thomas Müller | 2014-12-09 | 5 | -12/+15 |
|\ \ \ | | | | | | | | | Config cleanup - OC_Preferences refactoring | ||||
| * | | | reduce OC_Preferences, OC_Config and \OCP\Config usage | Morris Jobke | 2014-12-08 | 5 | -12/+15 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * files_encryption * files_versions * files_trashbin * tests * status.php * core * server container | ||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-09 | 118 | -600/+2 |
|/ / | |||||
* | | Merge pull request #12618 from owncloud/initial-work-migrate-to-appframework | Lukas Reschke | 2014-12-08 | 16 | -358/+589 |
|\ \ | | | | | | | Add REST route for managing groups and users | ||||
| * | | React on other statuscodes than 200 | Lukas Reschke | 2014-12-08 | 4 | -67/+45 |
| | | | |||||
| * | | Merge branch 'initial-work-migrate-to-appframework' of ↵ | Lukas Reschke | 2014-12-08 | 1 | -7/+5 |
| |\ \ | | | | | | | | | | | | | https://github.com/owncloud/core into initial-work-migrate-to-appframework | ||||
| | * | | fix updated URL schema in JS unit tests | Morris Jobke | 2014-12-08 | 1 | -7/+5 |
| | | | | |||||
| * | | | Add statuscodes | Lukas Reschke | 2014-12-08 | 2 | -13/+27 |
| | | | | |||||
| * | | | Fix url | Lukas Reschke | 2014-12-08 | 1 | -1/+1 |
| |/ / | |||||
| * | | Add REST route for user & group management | Lukas Reschke | 2014-12-08 | 15 | -301/+542 |
| | | | | | | | | | | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future. | ||||
* | | | Remove unexisting `htAccessWorkinght` | Lukas Reschke | 2014-12-08 | 1 | -1/+1 |
|/ / | | | | | | | Partially fixes https://github.com/owncloud/core/issues/12690 - remark to myself: improve grep skills. | ||||
* | | Merge pull request #12657 from owncloud/ajaxify-htaccess-check | Morris Jobke | 2014-12-08 | 3 | -19/+4 |
|\ \ | | | | | | | Check for working .htaccess via AJAX | ||||
| * | | Check for working .htaccess via AJAX | Lukas Reschke | 2014-12-06 | 3 | -19/+4 |
| | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/12650 | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-08 | 2 | -0/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-07 | 12 | -0/+12 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-06 | 14 | -2/+20 |
| | | |||||
* | | Merge pull request #12636 from owncloud/fix-ie9-placeholder | Raghu Nayyar | 2014-12-06 | 1 | -1/+8 |
|\ \ | | | | | | | fix placeholder fake in IE8 & 9 that brokes group listing in user manage... | ||||
| * | | fix placeholder fake in IE8 & 9 that brokes group listing in user management ↵ | Morris Jobke | 2014-12-05 | 1 | -1/+8 |
| |/ | | | | | | | - fixes #12525 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-05 | 82 | -156/+14 |
| | | |||||
* | | Merge pull request #12607 from owncloud/this-is-an-awesome-day | Clark Tomlinson | 2014-12-04 | 2 | -16/+1 |
|\ \ | | | | | | | PHP 5.4 is now required for master | ||||
| * | | PHP 5.4 is now required for master | Lukas Reschke | 2014-12-04 | 2 | -16/+1 |
| | | | | | | | | | | | | :beers: | ||||
* | | | adding supported databases | Thomas Müller | 2014-12-04 | 1 | -1/+1 |
| | | | |||||
* | | | display missing dependencies in the apps management page | Thomas Müller | 2014-12-04 | 2 | -0/+17 |
| | | | |||||
* | | | introduce dependency analyzer to take care of app dependencies | Thomas Müller | 2014-12-04 | 1 | -1/+9 |
| |/ |/| | | | | | some more unit tests on xml info parser | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-04 | 2 | -0/+4 |
| | | |||||
* | | Merge pull request #12552 from szlwzl/master | Thomas Müller | 2014-12-03 | 1 | -1/+1 |
|\ \ | |/ |/| | adding @ sign between email address and domain name to make syntax clearer | ||||
| * | adding @ sign between email address and domain name to make the syntax clearer | Simon Whittaker | 2014-12-02 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-03 | 22 | -86/+126 |
|/ | |||||
* | Merge pull request #12419 from owncloud/read-only-config | Thomas Müller | 2014-12-01 | 2 | -3/+18 |
|\ | | | | | Allow read-only configuration | ||||
| * | Allow read-only configuration | Lukas Reschke | 2014-11-25 | 2 | -3/+18 |
| | | | | | | | | | | | | Workaround required for IIS setups running ownCloud to prevent dataloss. Long-term solution would be to move some configuration settings to the database | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-12-01 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-29 | 4 | -2/+10 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-28 | 2 | -0/+60 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-27 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-26 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #12303 from owncloud/windows-unknown-command-command | Morris Jobke | 2014-11-24 | 1 | -17/+1 |
|\ | | | | | Deduplicate findBinaryPath() and do not try "command -v" on windows | ||||
| * | Deduplicate function by moving it to the OC_Helper | Joas Schilling | 2014-11-20 | 1 | -17/+1 |
| | | |||||
| * | Remove exec() call with invalid name on windows | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | | | | | | | | | | | | Currently running unit tests prints the following message 3 times: The command "command" is misspelt or could not be found. Instead of trying this, we just skip this now. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-24 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-23 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-22 | 26 | -0/+78 |
| | |