Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OC\App to PSR-4 | Roeland Jago Douma | 2016-04-13 | 14 | -0/+0 |
| | |||||
* | Merge pull request #23962 from owncloud/activity-psr4 | Thomas Müller | 2016-04-13 | 1 | -0/+0 |
|\ | | | | | Move files in \OC\Activity to PSR-4 | ||||
| * | Move files in \OC\Activity to PSR-4 | Roeland Jago Douma | 2016-04-13 | 1 | -0/+0 |
| | | |||||
* | | Merge pull request #23963 from owncloud/lazyRoot | Joas Schilling | 2016-04-13 | 3 | -3/+494 |
|\ \ | | | | | | | Add LazyRootFolder | ||||
| * | | Make shareproviders use the lazy root folder | Roeland Jago Douma | 2016-04-13 | 1 | -2/+2 |
| | | | |||||
| * | | Add lazyRootFolder | Roeland Jago Douma | 2016-04-13 | 2 | -1/+492 |
| |/ | |||||
* | | Merge pull request #23954 from stweil/master | Thomas Müller | 2016-04-13 | 1 | -1/+1 |
|\ \ | |/ |/| | misc: Fix some typos | ||||
| * | misc: Fix some typos | Stefan Weil | 2016-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | Some of them were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-13 | 2 | -2/+12 |
| | | |||||
* | | set $share to null if getShareByToken() failed | Björn Schießle | 2016-04-12 | 1 | -1/+1 |
|/ | |||||
* | Add unit testing capabilities for templates (#23708) | Thomas Müller | 2016-04-12 | 2 | -27/+39 |
| | | | | Add unit testing capabilities for templates | ||||
* | Migrate post_groupDelete hook to share manager (#23841) | Roeland Douma | 2016-04-12 | 7 | -14/+75 |
| | | | | | | | | The hook now calls the share manager that will call the responsible shareProvider to do the proper cleanup. * Unit tests added Again nothing should change it is just to cleanup old code | ||||
* | Don't calculate permissions twice (#23917) | Roeland Douma | 2016-04-12 | 1 | -1/+1 |
| | | | | There is no need to calculate the permissions twice. Saves some is_dir and file_exists calls. | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-12 | 2 | -0/+2 |
| | |||||
* | Merge pull request #23856 from owncloud/share_remove_addtogroup_hooks | Joas Schilling | 2016-04-11 | 2 | -120/+0 |
|\ | | | | | Remove pre/post_addToGroup hooks for shares | ||||
| * | Remove pre/post_addToGroup hooks for shares | Roeland Jago Douma | 2016-04-08 | 2 | -120/+0 |
| | | | | | | | | | | There is no need to perform the checks for unique targets on add to group as we have to do this all when mounting the shares anyway. | ||||
* | | Catch the AutoloadNotAllowedException also for legacy jobs (#23901) | Morris Jobke | 2016-04-11 | 1 | -2/+9 |
| | | | | | | | | * same as #18839 for legacy jobs * avoids spamming the log with useless entries | ||||
* | | To be safe don't unload until end (#23752) | Joshua Ruehlig | 2016-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | * To be safe don't unload until end * unlink needs to be before return to actually do anything | ||||
* | | Merge pull request #23798 from owncloud/federated-unshare-background-job | Morris Jobke | 2016-04-11 | 1 | -1/+2 |
|\ \ | | | | | | | re-try to send unshare notification if remote server is not available | ||||
| * | | re-try to send unshare notification if remote server is not available | Bjoern Schiessle | 2016-04-08 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #23860 from owncloud/followup-23304-opening-empty-file | Thomas Müller | 2016-04-11 | 1 | -3/+9 |
|\ \ \ | | | | | | | | | Correctly return an empty string for empty files | ||||
| * | | | Correctly return an empty string for empty files | Joas Schilling | 2016-04-08 | 1 | -3/+9 |
| | |/ | |/| | |||||
* | | | Merge pull request #23553 from owncloud/lock-ttl-execution-time | Thomas Müller | 2016-04-08 | 4 | -8/+15 |
|\ \ \ | | | | | | | | | Make lock ttl configurable | ||||
| * | | | Make lock ttl configurable | Robin Appelman | 2016-04-07 | 4 | -8/+15 |
| | | | | |||||
* | | | | Merge pull request #23736 from owncloud/move_public_webdav_auth_to_share_manager | Thomas Müller | 2016-04-08 | 1 | -1/+19 |
|\ \ \ \ | | | | | | | | | | | Move public webdav auth to share manager | ||||
| * | | | | Set proper permissions on link share | Roeland Jago Douma | 2016-04-08 | 1 | -1/+19 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | If we do not allow public upload we should limit the permissions on links shares upon retrieval. * Added unit test * Allow fetching federated shares by token as well | ||||
* / | | | lib: Fix typos (found by codespell) | Stefan Weil | 2016-04-07 | 29 | -36/+36 |
|/ / / | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | | | Merge pull request #23773 from owncloud/share_move_delete_user_hook | Joas Schilling | 2016-04-07 | 7 | -20/+125 |
|\ \ \ | |_|/ |/| | | Migrate post_userDelete hook to share manager | ||||
| * | | Migrate post_userDelete hook to share manager | Roeland Jago Douma | 2016-04-04 | 7 | -20/+125 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the post_userDelete hook call the sharemanager. This will cleanup to and from this user. * All shares owned by this user * All shares with this user (user) * All custom group shares * All link share initiated by this user (to avoid invisible link shares) Unit tests are added for the defaultshare provider as well as the federated share provider | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-07 | 2 | -0/+4 |
| |/ |/| | |||||
* | | Merge pull request #23766 from owncloud/replace-getid-3 | Lukas Reschke | 2016-04-06 | 1 | -6/+10 |
|\ \ | | | | | | | Replace getid3 with ID3Parser | ||||
| * | | Replace getid3 with ID3Parser | Lukas Reschke | 2016-04-06 | 1 | -6/+10 |
| | | | |||||
* | | | Merge pull request #23819 from owncloud/move-core-completely-to-psr4 | Roeland Douma | 2016-04-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Move OC/Core completely to PSR-4 | ||||
| * | | | Remove OC/Core autoloading from old autoloader | Lukas Reschke | 2016-04-06 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #23820 from owncloud/move-settings-completely-to-psr4 | Roeland Douma | 2016-04-06 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Move OC/Settings completely to PSR-4 | ||||
| * | | | Remove OC/Settings from old autoloader | Lukas Reschke | 2016-04-06 | 1 | -1/+1 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-04-06 | 2 | -0/+2 |
|/ / | |||||
* | | Merge pull request #23763 from owncloud/do_not_export_share_type_2 | Morris Jobke | 2016-04-06 | 1 | -2/+0 |
|\ \ | | | | | | | Share type 2 is private | ||||
| * | | Share type 2 is private | Roeland Jago Douma | 2016-04-04 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | This was added to the factory for legacy reasons when converting from old to new sharing code. It is not used anymore so can be deleted. Which means we no longer expose internal types. | ||||
* | | | Merge pull request #23811 from owncloud/move-settings-and-oc-core-to-composer | Thomas Müller | 2016-04-05 | 2 | -1/+3 |
|\ \ \ | | | | | | | | | Add OC\Core and OC\Settings to composer autoloader | ||||
| * | | | Move OC\Core and OC\Settings to composer autoloader | Lukas Reschke | 2016-04-05 | 2 | -1/+3 |
| | | | | |||||
* | | | | Merge pull request #23794 from owncloud/handle-null-in-usermanager | Thomas Müller | 2016-04-05 | 2 | -10/+14 |
|\ \ \ \ | |/ / / |/| | | | Prevent null to be passed into the closure of callForAllUsers | ||||
| * | | | Prevent null to be passed into the closure of callForAllUsers | Thomas Müller | 2016-04-05 | 2 | -10/+14 |
| | | | | |||||
* | | | | load mobile styles last, fix #19596 | Jan-Christoph Borchardt | 2016-04-05 | 1 | -6/+6 |
|/ / / | |||||
* | | | Merge pull request #23677 from owncloud/db-schema-migration-feedback | Thomas Müller | 2016-04-05 | 3 | -15/+52 |
|\ \ \ | | | | | | | | | Show individual sql schema migration steps during upgrade - on web as… | ||||
| * | | | Fix verbose output of upgrade command - not progressbar in this case and the ↵ | Thomas Müller | 2016-04-04 | 1 | -3/+18 |
| | | | | | | | | | | | | | | | | schema migration test has one progressbar now for all tables - before we had one progressbar for each table | ||||
| * | | | Show individual sql schema migration steps during upgrade - on web as well ↵ | Thomas Müller | 2016-04-04 | 3 | -12/+34 |
| | | | | | | | | | | | | | | | | as on the command line | ||||
* | | | | Fix PHP memory leak in file_get_contents() | Morris Jobke | 2016-04-04 | 2 | -2/+9 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | * ref https://bugs.php.net/bug.php?id=61961 * ref https://github.com/owncloud/core/issues/20261#issuecomment-180000256 * code is based on the proposal of @chriseqipe * fixes #20261 | ||||
* | | | Merge pull request #23557 from owncloud/sabre-plugin-browser-error-page | Thomas Müller | 2016-04-04 | 2 | -1/+12 |
|\ \ \ | |/ / |/| | | In case of exception we return an html page in case the client is a b… | ||||
| * | | Add magical regex to catch browsers | Lukas Reschke | 2016-03-24 | 1 | -0/+8 |
| | | |