Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10518 from owncloud/fix_storage_const_autoload | Lukas Reschke | 2014-08-20 | 8 | -15/+13 |
|\ | |||||
| * | fix typo | Morris Jobke | 2014-08-19 | 1 | -1/+1 |
| * | move to public namespace | Morris Jobke | 2014-08-19 | 8 | -14/+11 |
| * | Use tabs for indentation. | Stephan Peijnik | 2014-08-19 | 1 | -3/+3 |
| * | Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy... | Stephan Peijnik | 2014-08-19 | 8 | -14/+15 |
* | | Merge pull request #10422 from owncloud/dav-disablerangerequestwhennotsupported | Vincent Petry | 2014-08-20 | 1 | -0/+22 |
|\ \ | |/ |/| | |||||
| * | Return whole file if range request cannot be granted due to encryption | Vincent Petry | 2014-08-14 | 1 | -0/+22 |
* | | Merge pull request #9866 from owncloud/app-upgrade | Robin Appelman | 2014-08-19 | 5 | -57/+108 |
|\ \ | |||||
| * | | fix undefined variable | Robin Appelman | 2014-08-18 | 1 | -1/+1 |
| * | | only set core version at the end | Robin Appelman | 2014-08-04 | 1 | -2/+0 |
| * | | Also set the app version when updating from app store | Robin Appelman | 2014-08-04 | 2 | -2/+3 |
| * | | Allow loading app without checking the upgrade | Robin Appelman | 2014-08-04 | 1 | -4/+8 |
| * | | extract upgrade parts to their own methods | Robin Appelman | 2014-08-04 | 1 | -19/+62 |
| * | | Throw an exception when we try to load an app that needs to be upgraded | Robin Appelman | 2014-08-04 | 3 | -34/+28 |
| * | | Extend OC_Util::needUpgrade to also catch app upgrades | Robin Appelman | 2014-08-04 | 1 | -1/+12 |
* | | | Merge pull request #10341 from owncloud/issue/9928 | Thomas Müller | 2014-08-19 | 1 | -5/+10 |
|\ \ \ | |||||
| * | | | Ensure that filename is prefixed with a slash | Joas Schilling | 2014-08-14 | 1 | -0/+1 |
| * | | | Do not filemtime() on "." directory. Use empty string instead | Joas Schilling | 2014-08-11 | 1 | -0/+5 |
| * | | | Remove doubled slash between folder and path | Joas Schilling | 2014-08-11 | 1 | -5/+4 |
* | | | | fix typo in util.php | helix84 | 2014-08-18 | 1 | -1/+1 |
* | | | | Merge pull request #10472 from owncloud/fix_undefined_index_ocsid | Thomas Müller | 2014-08-18 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | check if array index ocsid is set before accessing it | Georg Ehrke | 2014-08-17 | 1 | -1/+2 |
* | | | | | Merge pull request #10156 from owncloud/issue/9968 | Thomas Müller | 2014-08-18 | 1 | -5/+8 |
|\ \ \ \ \ | |||||
| * | | | | | Check return of fopen() before using it | Joas Schilling | 2014-08-04 | 1 | -5/+8 |
* | | | | | | Merge pull request #10456 from kroimon/skeleton_dir_config | Frank Karlitschek | 2014-08-17 | 1 | -1/+4 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Make skeleton directory configurable. | Stefan Rado | 2014-08-16 | 1 | -1/+4 |
* | | | | | | Remove X-Mailer header from mails | Lukas Reschke | 2014-08-17 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #10442 from owncloud/move-failed-logins | Lukas Reschke | 2014-08-15 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | Fix unit test | Lukas Reschke | 2014-08-15 | 1 | -1/+4 |
| * | | | | | Move authentication failed logging to checkPassword | Lukas Reschke | 2014-08-15 | 1 | -0/+2 |
* | | | | | | Merge pull request #9275 from NormalRa/master | Lukas Reschke | 2014-08-15 | 2 | -0/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | APK mimetype icon to be a generic package icon. | Normal Ra | 2014-08-12 | 1 | -0/+1 |
| * | | | | | Add .apk mimetype. | Normal Ra | 2014-06-28 | 1 | -0/+1 |
* | | | | | | add missing @deprecated annotation to legacy classes | Jörn Friedrich Dreyer | 2014-08-14 | 9 | -2/+22 |
* | | | | | | Merge pull request #10417 from owncloud/update_deprecation_doc | Thomas Müller | 2014-08-14 | 2 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | update deprecation docs | Jörn Friedrich Dreyer | 2014-08-14 | 2 | -2/+2 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #10399 from owncloud/fix_setSendMailStatus | Björn Schießle | 2014-08-14 | 1 | -3/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | we need the recipient as a additional parameter to know for which share the n... | Bjoern Schiessle | 2014-08-13 | 1 | -3/+4 |
* | | | | | | | Merge pull request #10414 from owncloud/relax-code-checker | Clark Tomlinson | 2014-08-14 | 1 | -4/+0 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | in order to prevent false-positives on the code checker - exec and eval will ... | Thomas Müller | 2014-08-14 | 1 | -4/+0 |
* | | | | | | | Merge pull request #10395 from owncloud/close-filehandle-lib-files | Morris Jobke | 2014-08-14 | 3 | -0/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Close open file handles in files library | Morris Jobke | 2014-08-13 | 3 | -0/+3 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #10394 from owncloud/close-filehandle-lib-image | Thomas Müller | 2014-08-13 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Close file handle if exception occurs in image class | Morris Jobke | 2014-08-13 | 1 | -0/+4 |
| |/ / / / / | |||||
* / / / / / | Cast file id's to int so we can compare them properly | Robin Appelman | 2014-08-13 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #9762 from owncloud/owner-public | Robin Appelman | 2014-08-12 | 1 | -0/+10 |
|\ \ \ \ \ | |||||
| * | | | | | Return the proper owner for home storages | Robin Appelman | 2014-07-21 | 1 | -0/+10 |
* | | | | | | Merge pull request #10335 from owncloud/fix-emptyapplist | Clark Tomlinson | 2014-08-11 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix issue when no apps are enabled | Vincent Petry | 2014-08-11 | 1 | -0/+1 |
* | | | | | | | Merge pull request #9890 from owncloud/check-php-charset-master | Thomas Müller | 2014-08-11 | 1 | -0/+7 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | |