Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | Merge pull request #18035 from owncloud/ocs-2.0 | Bernhard Posselt | 2015-08-05 | 5 | -196/+135 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Return 200 not null - we should return consistent types | Thomas Müller | 2015-08-05 | 1 | -1/+2 | |
| * | | | | | | | | | | Fix unit test within OCSController | Thomas Müller | 2015-08-03 | 1 | -2/+1 | |
| * | | | | | | | | | | Remove duplicate and unused code | Thomas Müller | 2015-08-03 | 4 | -172/+40 | |
| * | | | | | | | | | | Fix authors | Thomas Müller | 2015-08-03 | 1 | -7/+1 | |
| * | | | | | | | | | | Reduce duplicate code | Thomas Müller | 2015-08-03 | 2 | -15/+44 | |
| * | | | | | | | | | | Adding ocs/v2.php with status code mapper | Thomas Müller | 2015-08-03 | 1 | -8/+56 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #17961 from owncloud/make_knowledgebase_configurable | Thomas Müller | 2015-08-05 | 2 | -1/+21 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | make knowledge base url configurable | Bjoern Schiessle | 2015-07-29 | 2 | -1/+21 | |
* | | | | | | | | | | Remove "use" statement | Lukas Reschke | 2015-08-05 | 2 | -4/+6 | |
* | | | | | | | | | | Use StringUtils::equals on CSRF token and add unit tests | Lukas Reschke | 2015-08-04 | 1 | -5/+4 | |
* | | | | | | | | | | Merge pull request #18024 from owncloud/phpseclib-2.0 | Thomas Müller | 2015-08-04 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Update phpseclib to 2.0 | Andreas Fischer | 2015-08-03 | 1 | -5/+5 | |
* | | | | | | | | | | | [PHP 7] Change type hint to also accept Errors | Lukas Reschke | 2015-08-04 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #17820 from owncloud/dav-exception-log-class | Morris Jobke | 2015-08-03 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | also log the class for dav exceptions | Robin Appelman | 2015-07-24 | 1 | -0/+1 | |
* | | | | | | | | | | | always update file cache, the cache can handle partial data correctly if the ... | Bjoern Schiessle | 2015-07-31 | 1 | -5/+4 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-31 | 100 | -660/+290 | |
* | | | | | | | | | | Merge pull request #17981 from owncloud/correct-regex | Thomas Müller | 2015-07-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Correct regular expressions | Lukas Reschke | 2015-07-30 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #17963 from owncloud/remove-derecated-mysql-functions | Morris Jobke | 2015-07-30 | 7 | -149/+226 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Check for PDO instead of removed function for PHP 7 compatibility | Lukas Reschke | 2015-07-30 | 1 | -8/+22 | |
| * | | | | | | | | | | - more injection | Thomas Müller | 2015-07-30 | 5 | -66/+115 | |
| * | | | | | | | | | | Moving mysql setup code over to Doctrine | Thomas Müller | 2015-07-29 | 5 | -95/+109 | |
* | | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-30 | 96 | -168/+72 | |
|/ / / / / / / / / / | ||||||
* | | / / / / / / / | Remove remainings of mssql | Thomas Müller | 2015-07-29 | 7 | -258/+2 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #17950 from owncloud/config-dontdetectfschangesinrootbydef... | Robin McCorkell | 2015-07-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Disable filesystem_check_changes by default | Vincent Petry | 2015-07-29 | 1 | -1/+1 | |
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-29 | 2 | -0/+6 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #15543 from rullzer/mimetypedetector | Morris Jobke | 2015-07-28 | 5 | -90/+238 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Pass config dir as parameter to detection class | Roeland Jago Douma | 2015-07-27 | 2 | -8/+15 | |
| * | | | | | | | | Proper deprecate methods | Roeland Jago Douma | 2015-07-27 | 2 | -14/+5 | |
| * | | | | | | | | Loading of mapping/aliases is done in class | Roeland Jago Douma | 2015-07-27 | 2 | -25/+48 | |
| * | | | | | | | | Move mimetypedetection to files/type/detection | Roeland Jago Douma | 2015-07-27 | 3 | -168/+60 | |
| * | | | | | | | | Added mimetype detector | Roeland Jago Douma | 2015-07-27 | 5 | -1/+236 | |
* | | | | | | | | | Merge pull request #17195 from rullzer/no_multiple_remote_shares_of_same_file | Roeland Douma | 2015-07-28 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Cannot share the same file multiple times with remote user | Roeland Jago Douma | 2015-07-15 | 1 | -0/+13 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-28 | 4 | -0/+18 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #17902 from owncloud/fix_17898 | Vincent Petry | 2015-07-27 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | get header size before we open the file to avoid locking exception | Bjoern Schiessle | 2015-07-27 | 1 | -1/+2 | |
* | | | | | | | | | Merge pull request #17840 from owncloud/fix-enc-wrapper-without-encryption | Thomas Müller | 2015-07-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Only set is encrypted when encryption is enabled | Joas Schilling | 2015-07-23 | 1 | -1/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #17879 from owncloud/scan-check-path | Thomas Müller | 2015-07-27 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | check if the user is trying to scan a valid path | Robin Appelman | 2015-07-27 | 1 | -0/+3 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* / | | | | | | | Add PHPDoc for classes and interfaces | Morris Jobke | 2015-07-27 | 5 | -0/+12 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #17838 from owncloud/sharing-password-policy-master | Thomas Müller | 2015-07-24 | 2 | -2/+24 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | Fix PHPDoc on setPassword | Thomas Müller | 2015-07-23 | 2 | -2/+2 | |
| * | | | | | | Use a hook to integrate sharing password verification | Thomas Müller | 2015-07-23 | 1 | -0/+22 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #17755 from owncloud/alias-container-alive | Thomas Müller | 2015-07-24 | 3 | -51/+55 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | add registerAlias method to shorcut interface registration | Bernhard Posselt | 2015-07-18 | 3 | -51/+55 |