Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #17246 from owncloud/share-lock-owner-parent | Joas Schilling | 2015-07-02 | 3 | -10/+134 |
|\ | | | | | lock parent folders for the owner when locking a shared file as recipient | ||||
| * | only lock the parent folders | Robin Appelman | 2015-07-01 | 2 | -2/+13 |
| | | |||||
| * | lock parent folders for the owner when locking a shared file as recipient | Robin Appelman | 2015-07-01 | 3 | -10/+123 |
| | | |||||
* | | Merge pull request #17310 from owncloud/master-remove-ocs-ids | Thomas Müller | 2015-07-02 | 5 | -5/+0 |
|\ \ | | | | | | | [master] Remove OCS IDs | ||||
| * | | [master] Remove OCS IDs | Lukas Reschke | 2015-07-02 | 5 | -5/+0 |
|/ / | | | | | | | | | | | While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867 | ||||
* | | Merge pull request #17293 from owncloud/revert-z-index | Morris Jobke | 2015-07-02 | 2 | -2/+1 |
|\ \ | | | | | | | Revert z-index changes | ||||
| * | | Revert "fix z-index of share-autocomplete" | Jan-Christoph Borchardt | 2015-07-01 | 1 | -1/+0 |
| | | | | | | | | | | | | This reverts commit 4edf388a3852507886e1fc1c396725ea0a6c8e82. | ||||
| * | | Revert "explicitly set z-index on app-content, fix overlap from navigation" | Jan-Christoph Borchardt | 2015-07-01 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit 71e5bc180399e75af7b67b4187c19d94b5586a5f. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-07-02 | 60 | -32/+292 |
| | | | |||||
* | | | Merge pull request #17295 from owncloud/scanfilesignature | Lukas Reschke | 2015-07-01 | 1 | -1/+3 |
|\ \ \ | |/ / |/| | | Fix scanFile signature to avoid boring warning | ||||
| * | | Fix scanFile signature to avoid boring warning | Vincent Petry | 2015-07-01 | 1 | -1/+3 |
| | | | |||||
* | | | This will be 8.2 in the future | Frank Karlitschek | 2015-07-01 | 2 | -3/+3 |
| | | | |||||
* | | | Merge pull request #17252 from owncloud/fix-php-errors-in-app-description | Morris Jobke | 2015-07-01 | 2 | -15/+23 |
|\ \ \ | |/ / |/| | | Only do the description kung-fu on strings | ||||
| * | | Only do the description kung-fu on strings - fixes #17028 | Thomas Müller | 2015-07-01 | 2 | -15/+23 |
| |/ | |||||
* | | Merge pull request #17268 from owncloud/files-cleanuppartfileonlyonce | Vincent Petry | 2015-07-01 | 1 | -4/+8 |
|\ \ | | | | | | | Clean up part file only once, not twice on error | ||||
| * | | 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 #17285 from Rechenzentrum-Universitaet-Augsburg/master | Lukas Reschke | 2015-07-01 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | Changed broken links to php manual | ||||
| * | | Changed broken links to php manual | Michael Roth | 2015-07-01 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #17273 from owncloud/s2s-catchmoreexceptiontypes | Vincent Petry | 2015-07-01 | 1 | -13/+7 |
|\ \ | | | | | | | Catch more error codes thrown by federated shares | ||||
| * | | Catch more error codes thrown by federated shares | Vincent Petry | 2015-07-01 | 1 | -13/+7 |
| |/ | | | | | | | | | | | | | | | Most of the time it doesn't make sense to forward Guzzle's RequestException, so we convert it to StorageNotAvailable instead. This prevents unpredictable error codes to block access to unrelated folders needlessly. | ||||
* | | Merge pull request #15363 from owncloud/ext-ocp | Morris Jobke | 2015-07-01 | 9 | -49/+70 |
|\ \ | |/ |/| | Use OCP classes as much as possible in files_external | ||||
| * | Use OCP classes as much as possible in files_external | Robin McCorkell | 2015-07-01 | 9 | -49/+70 |
|/ | |||||
* | Merge pull request #17088 from owncloud/add-verbosity-to-upgrade | Morris Jobke | 2015-07-01 | 3 | -0/+16 |
|\ | | | | | [upgrade] add verbosity check and show repair info & steps | ||||
| * | [Repair] add repair info for changed collation | Morris Jobke | 2015-06-24 | 1 | -0/+1 |
| | | |||||
| * | [upgrade] add verbosity check and show repair info & steps | Morris Jobke | 2015-06-24 | 2 | -0/+15 |
| | | |||||
* | | Merge pull request #17093 from owncloud/upgrade-timestamp | Morris Jobke | 2015-07-01 | 2 | -3/+119 |
|\ \ | | | | | | | [upgrade] show timestamp for output during upgrade | ||||
| * | | Use a OutputFormatter instead of hacking into writeln() | Joas Schilling | 2015-06-24 | 2 | -49/+133 |
| | | | |||||
| * | | Use logtimezone and logdateformat | Joas Schilling | 2015-06-24 | 1 | -2/+5 |
| | | | |||||
| * | | [upgrade] show timestamp for output during upgrade | Morris Jobke | 2015-06-24 | 1 | -14/+43 |
| |/ | | | | | | | * added --show-timestamp option | ||||
* | | Merge pull request #17078 from owncloud/fix-initial-server-host | Morris Jobke | 2015-07-01 | 2 | -8/+96 |
|\ \ | | | | | | | Fix undefined offset | ||||
| * | | Fix undefined offset | Lukas Reschke | 2015-06-22 | 2 | -8/+96 |
| | | | | | | | | | | | | 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 #16535 from rullzer/ocs_share_api_url | Morris Jobke | 2015-07-01 | 2 | -0/+55 |
|\ \ \ | | | | | | | | | OCS Share API link shares now always have an url | ||||
| * | | | OCS Share API link shares now always have an url | Roeland Jago Douma | 2015-05-22 | 2 | -0/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make sure clients have the correct and latest link add an url field to all OCS Share API return statements on public link shares. * Added unit tests | ||||
* | | | | 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 | 3 | -0/+138 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove unneeded getetag entries in properties table | ||||
| * | | | | | Remove unneeded getetag entries in properties table | Morris Jobke | 2015-06-25 | 3 | -0/+138 |
| | | | | | | | | | | | | | | | | | | | | | | | | * fixes #13281 | ||||
* | | | | | | Merge pull request #15506 from rullzer/core_apps_oc_log2ocp_util | Morris Jobke | 2015-07-01 | 12 | -33/+33 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Move core apps from OC_Log::write to OCP\Util | ||||
| * | | | | | | Move core apps from OC_Log::write to OCP\Util | Roeland Jago Douma | 2015-05-18 | 12 | -33/+33 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #15475 from rullzer/files_sharing_OCP_DB | Morris Jobke | 2015-07-01 | 7 | -14/+14 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Move files sharing app (mostly) to OCP\DB | ||||
| * | | | | | | | Move files sharing app (mostly) to OCP\DB | Roeland Jago Douma | 2015-05-18 | 7 | -14/+14 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #17224 from ↵ | Vincent Petry | 2015-07-01 | 2 | -29/+86 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/webdav-handle-ServerNotAvailableException Adding exception handling for ServerNotAvailableException | ||||
| * | | | | | | | Avoid namespace clash | Thomas Müller | 2015-06-30 | 1 | -5/+4 |
| | | | | | | | | |||||
| * | | | | | | | Fixing content type detection and handle all local printErrorPage calls | Thomas Müller | 2015-06-30 | 1 | -12/+29 |
| | | | | | | | | |||||
| * | | | | | | | Adding request specific exception handling - now with WebDAV responses - ↵ | Thomas Müller | 2015-06-30 | 1 | -7/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refs #17192 | ||||
| * | | | | | | | Adding exception handling for ServerNotAvailableException - refs #17192 | Thomas Müller | 2015-06-30 | 1 | -18/+33 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #17259 from owncloud/chunk-cleanupgracefulonlock | Vincent Petry | 2015-07-01 | 3 | -10/+107 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Do not try clearing locked files in cache folder |