Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | add requirements to routing | Bernhard Posselt | 2014-04-09 | 2 | -5/+31 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #8138 from owncloud/allow-app-in-routes.php | Thomas Müller | 2014-04-10 | 1 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | To isolate the variable scope used inside the $file it is required in it's ow... | Thomas Müller | 2014-04-09 | 1 | -1/+9 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #8027 from owncloud/routes-ocs | Tom Needham | 2014-04-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Load all routes when matching an ocs route | Robin Appelman | 2014-04-03 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #8018 from owncloud/ocs_result_success_is_100 | Vincent Petry | 2014-04-10 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix test case for api response code | tomneedham | 2014-04-03 | 1 | -1/+1 | |
| * | | | | | | | | | | Only accept success as 100 like the OCS spec does | tomneedham | 2014-04-02 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #7825 from owncloud/hash-stream | Vincent Petry | 2014-04-10 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | use binary safe read | Robin Appelman | 2014-04-02 | 1 | -1/+1 | |
| * | | | | | | | | | | Use streams when generating hashes of remote files | Robin Appelman | 2014-04-02 | 1 | -3/+5 | |
* | | | | | | | | | | | Merge pull request #8053 from owncloud/preview-hook-root | Vincent Petry | 2014-04-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Pass the correct root to the preview on post_write | Robin Appelman | 2014-04-04 | 1 | -1/+1 | |
* | | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-10 | 193 | -2422/+2616 | |
| |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #8129 from owncloud/core-svgsupport | Thomas Tanghus | 2014-04-09 | 2 | -6/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Moved SVGSupport call to use OC.Util.SVGSupport() | Vincent Petry | 2014-04-09 | 2 | -6/+6 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #8128 from owncloud/fix/undefined-index-storage | Joas Schilling | 2014-04-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix Undefined index: storage in share.php | Joas Schilling | 2014-04-09 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #8049 from owncloud/filepickersvg | Morris Jobke | 2014-04-09 | 6 | -56/+120 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix SVG close button of file picker | Vincent Petry | 2014-04-04 | 1 | -0/+5 | |
| * | | | | | | | | | | Fix file picker to correctly show SVG file icons | Vincent Petry | 2014-04-04 | 1 | -1/+6 | |
| * | | | | | | | | | | Moved code to replace svg with png to OC.Util | Vincent Petry | 2014-04-04 | 5 | -55/+109 | |
* | | | | | | | | | | | Merge pull request #8126 from owncloud/remove_obsolete_code_in_sharing_js | Vincent Petry | 2014-04-09 | 1 | -5/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | remove obsolete code | Jörn Friedrich Dreyer | 2014-04-09 | 1 | -5/+0 | |
* | | | | | | | | | | | | Merge pull request #7837 from owncloud/fix_7530 | blizzz | 2014-04-09 | 2 | -7/+237 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | add comment to clearify when a skip in the foreach happens | Arthur Schiwon | 2014-04-09 | 1 | -0/+1 | |
| * | | | | | | | | | | | define var | Arthur Schiwon | 2014-03-21 | 1 | -0/+1 | |
| * | | | | | | | | | | | make tests work on systems without php5_ldap | Arthur Schiwon | 2014-03-21 | 1 | -0/+12 | |
| * | | | | | | | | | | | add tests for cumulativeSearchOnAttribute | Arthur Schiwon | 2014-03-21 | 1 | -0/+198 | |
| * | | | | | | | | | | | fix potential infinite loop when the DN of the first entry was already read. | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | Use the LDAP wrapper for checking resources, needs for proper testing | Arthur Schiwon | 2014-03-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | Fix wildcard handling and check even less DNs per filter, enough will be look... | Arthur Schiwon | 2014-03-20 | 1 | -4/+7 | |
| * | | | | | | | | | | | LDAP Wizard: when determining objectclasses, we realy do not need to look at ... | Arthur Schiwon | 2014-03-20 | 1 | -4/+19 | |
* | | | | | | | | | | | | Merge pull request #8122 from owncloud/issue/8048 | Joas Schilling | 2014-04-09 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Always define sendmail_is_available | Joas Schilling | 2014-04-09 | 1 | -3/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-09 | 365 | -3687/+6474 | |
* | | | | | | | | | | | | Merge pull request #8117 from owncloud/fix-hard-coded-uman-str | Thomas Müller | 2014-04-08 | 1 | -5/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Make hardcoded exception messages translatable | Volkan Gezer | 2014-04-08 | 1 | -5/+6 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #7643 from owncloud/chainable_response | Thomas Müller | 2014-04-08 | 6 | -0/+62 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add @return PHPDocs | Thomas Tanghus | 2014-03-10 | 3 | -0/+7 | |
| * | | | | | | | | | | | | Chainable Response in AppFramework | Thomas Tanghus | 2014-03-09 | 6 | -0/+55 | |
* | | | | | | | | | | | | | Merge pull request #8111 from owncloud/trash-disablesharing | Vincent Petry | 2014-04-08 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Disable sharing in trashbin app | Vincent Petry | 2014-04-08 | 1 | -0/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #8110 from owncloud/fix-failing-config-unit-test | Thomas Müller | 2014-04-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | class Test_Config is already declared | Thomas Müller | 2014-04-08 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #8032 from owncloud/fs-backend-registration | Thomas Müller | 2014-04-08 | 10 | -166/+462 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | unit tests for dynamic backend registration | Thomas Müller | 2014-04-07 | 2 | -14/+141 | |
| * | | | | | | | | | | | | remove duplicate method checkDependencies() | Thomas Müller | 2014-04-03 | 1 | -12/+0 | |
| * | | | | | | | | | | | | use command -v to detect if smbclient exists | Thomas Müller | 2014-04-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'master' into fs-backend-registration | Thomas Müller | 2014-04-03 | 3 | -145/+172 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ |