Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make php also use config/mimetypealiases.json | Roeland Jago Douma | 2015-07-07 | 1 | -71/+7 |
| | |||||
* | Merge pull request #16924 from owncloud/copy-recursive-polyfill | Thomas Müller | 2015-07-06 | 1 | -0/+89 |
|\ | | | | | add recursive copy polyfill for storage backends | ||||
| * | better handling of folders | Robin Appelman | 2015-07-03 | 1 | -1/+1 |
| | | |||||
| * | phpdoc | Robin Appelman | 2015-06-15 | 1 | -2/+30 |
| | | |||||
| * | add recursive copy polyfill for storage backends | Robin Appelman | 2015-06-14 | 1 | -0/+61 |
| | | |||||
* | | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 5 | -155/+24 |
| | | |||||
* | | Remove OC_Log | Thomas Müller | 2015-07-03 | 33 | -190/+121 |
| | | |||||
* | | Remove legacy search classes | Thomas Müller | 2015-07-03 | 4 | -171/+0 |
| | | |||||
* | | Merge pull request #17379 from owncloud/kill-file-mapper | Vincent Petry | 2015-07-03 | 3 | -1050/+282 |
|\ \ | | | | | | | Remove file mapper - was only use in Windows and never worked properly | ||||
| * | | Remove file mapper - was only use in Windows and never worked properly | Thomas Müller | 2015-07-03 | 3 | -1050/+282 |
| | | | |||||
* | | | Merge pull request #16923 from owncloud/flysystem-base | Thomas Müller | 2015-07-03 | 1 | -0/+243 |
|\ \ \ | | | | | | | | | Flysystem base adapter | ||||
| * | | | also dont download existing on fopen when using w+ and wb+ | Robin Appelman | 2015-07-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | add phpdoc | Robin Appelman | 2015-07-03 | 1 | -0/+55 |
| | | | | |||||
| * | | | add flysystem adapater | Robin Appelman | 2015-07-03 | 1 | -0/+188 |
| |/ / | |||||
* | | | Merge pull request #15470 from rullzer/files_sharing_getUrlContent | Vincent Petry | 2015-07-03 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Move away from private static function OC_Util::getUrlContent | ||||
| * | | Depreatace OC_Util::getUrlContent | Roeland Jago Douma | 2015-05-18 | 1 | -0/+1 |
| | | | | | | | | | | | | It is just a wrapper and the other functions are deprecated already | ||||
* | | | Merge pull request #17348 from owncloud/fix-lower-than | Morris Jobke | 2015-07-03 | 1 | -11/+38 |
|\ \ \ | | | | | | | | | Correct lower than wording | ||||
| * | | | fix wording | Morris Jobke | 2015-07-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Correct wording | Lukas Reschke | 2015-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | If a max version of 8.0.1 has been specified the message should indicate that 8.0.1 is also supported. | ||||
| * | | | Add missing type annotations | Lukas Reschke | 2015-07-02 | 1 | -10/+37 |
| | | | | |||||
* | | | | Merge pull request #17345 from owncloud/app-code-check-search | Lukas Reschke | 2015-07-03 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | [app code check] add OC_Search_Provider and _Result | ||||
| * | | | | [app code check] add OC_Search_Provider and _Result | Morris Jobke | 2015-07-02 | 1 | -0/+2 |
| |/ / / | | | | | | | | | | | | | Thanks to @libasys for noticing this. | ||||
* | | | | Merge pull request #17291 from owncloud/mount-manager-public | Vincent Petry | 2015-07-03 | 3 | -5/+17 |
|\ \ \ \ | | | | | | | | | | | expose the mount manager in the public api | ||||
| * | | | | fix typehinting | Robin Appelman | 2015-07-01 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | expose the mount manager in the public api | Robin Appelman | 2015-07-01 | 3 | -3/+14 |
| | | | | | |||||
* | | | | | Merge pull request #17327 from owncloud/fix_index | Morris Jobke | 2015-07-02 | 2 | -2/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | owner is stored as 'uid_owner', not as 'owner' in the oc_share table | ||||
| * | | | | call post_addToGroup als for class OC_User because sharing and LDAP are ↵ | Bjoern Schiessle | 2015-07-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | using this class. Minimal approach to fix #16740 | ||||
| * | | | | owner is stored as 'uid_owner', not as 'owner' in the oc_share table | Bjoern Schiessle | 2015-07-02 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #17077 from owncloud/files-scan-absolute-path | Morris Jobke | 2015-07-02 | 2 | -5/+10 |
|\ \ \ \ \ | | | | | | | | | | | | | fix getting mount points when passing a path to the files:scan command | ||||
| * | | | | | handle invalid results from mount providers | Robin Appelman | 2015-06-29 | 1 | -1/+4 |
| | | | | | | |||||
| * | | | | | add unit test | Robin Appelman | 2015-06-29 | 1 | -2/+5 |
| | | | | | | |||||
| * | | | | | fix getting mount points when passing a path to the files:scan command | Robin Appelman | 2015-06-29 | 1 | -3/+2 |
| | | | | | | |||||
* | | | | | | Delete OCS ID from DB if none is specified | Lukas Reschke | 2015-07-02 | 1 | -0/+2 |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | If no OCS ID is specified in appinfo.xml and an app update is triggered and a OCS ID is stored in the DB we should clean the value. Ref https://github.com/owncloud/activity/issues/320#issuecomment-117937748 | ||||
* | | | | | Merge pull request #17252 from owncloud/fix-php-errors-in-app-description | Morris Jobke | 2015-07-01 | 1 | -15/+19 |
|\ \ \ \ \ | | | | | | | | | | | | | Only do the description kung-fu on strings | ||||
| * | | | | | Only do the description kung-fu on strings - fixes #17028 | Thomas Müller | 2015-07-01 | 1 | -15/+19 |
| | |/ / / | |/| | | | |||||
* | | | | | Only delete part file on error if it is really a part file | Vincent Petry | 2015-07-01 | 1 | -2/+6 |
| | | | | | |||||
* | | | | | Clean up part file only once, not twice on error | Vincent Petry | 2015-07-01 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #17088 from owncloud/add-verbosity-to-upgrade | Morris Jobke | 2015-07-01 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | [upgrade] add verbosity check and show repair info & steps | ||||
| * | | | | [upgrade] add verbosity check and show repair info & steps | Morris Jobke | 2015-06-24 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | Merge pull request #17093 from owncloud/upgrade-timestamp | Morris Jobke | 2015-07-01 | 1 | -0/+107 |
|\ \ \ \ \ | | | | | | | | | | | | | [upgrade] show timestamp for output during upgrade | ||||
| * | | | | | Use a OutputFormatter instead of hacking into writeln() | Joas Schilling | 2015-06-24 | 1 | -0/+107 |
| |/ / / / | |||||
* | | | | | Merge pull request #17078 from owncloud/fix-initial-server-host | Morris Jobke | 2015-07-01 | 1 | -6/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix undefined offset | ||||
| * | | | | | Fix undefined offset | Lukas Reschke | 2015-06-22 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | There are cases where no trusted host is specified such as when installing the instance, this lead to an undefined offset warning in the log right after installing. (when another domain than localhost or 127.0.0.1 was used) | ||||
* | | | | | | Merge pull request #16406 from owncloud/enc-strlenperffix | Morris Jobke | 2015-07-01 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Small perf tweak in strlen loop | ||||
| * | | | | | | Small perf tweak in strlen loop | Vincent Petry | 2015-05-18 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #15569 from owncloud/remove-getetag-properties | Morris Jobke | 2015-07-01 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove unneeded getetag entries in properties table | ||||
| * | | | | | | | Remove unneeded getetag entries in properties table | Morris Jobke | 2015-06-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes #13281 | ||||
* | | | | | | | | Merge pull request #17224 from ↵ | Vincent Petry | 2015-07-01 | 1 | -15/+29 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/webdav-handle-ServerNotAvailableException Adding exception handling for ServerNotAvailableException | ||||
| * | | | | | | | | Avoid namespace clash | Thomas Müller | 2015-06-30 | 1 | -5/+4 |
| | | | | | | | | | |||||
| * | | | | | | | | Adding exception handling for ServerNotAvailableException - refs #17192 | Thomas Müller | 2015-06-30 | 1 | -18/+33 |
| | | | | | | | | |