Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Unit tests for the default share provider | Roeland Jago Douma | 2016-01-21 | 2 | -56/+412 |
| | |||||
* | [Share 2.0] Add subfiles=x | Roeland Jago Douma | 2016-01-21 | 3 | -13/+45 |
| | |||||
* | Add intergration test for shared_with me and group shares | Roeland Jago Douma | 2016-01-21 | 1 | -0/+13 |
| | |||||
* | [Share 2.0] Resolve group shares | Roeland Jago Douma | 2016-01-21 | 1 | -5/+72 |
| | |||||
* | Renable intergration test | Roeland Jago Douma | 2016-01-21 | 1 | -17/+14 |
| | |||||
* | [Sharing 2.0] Start with getShares | Roeland Jago Douma | 2016-01-21 | 5 | -14/+185 |
| | |||||
* | Merge pull request #21761 from owncloud/share2_link | Thomas Müller | 2016-01-21 | 9 | -262/+615 |
|\ | | | | | Share2 link | ||||
| * | Add Unit tests | Roeland Jago Douma | 2016-01-20 | 2 | -0/+115 |
| | | |||||
| * | Directly get from the server container | Roeland Jago Douma | 2016-01-20 | 3 | -66/+76 |
| | | | | | | | | * Updated unit tests | ||||
| * | Do not use deprected activities API | Roeland Jago Douma | 2016-01-20 | 1 | -21/+33 |
| | | |||||
| * | Get correct path for activity downloads | Roeland Jago Douma | 2016-01-20 | 1 | -1/+1 |
| | | |||||
| * | [Share 2.0] Make public link work without view | Roeland Jago Douma | 2016-01-20 | 1 | -2/+13 |
| | | |||||
| * | [Share 2.0] Make link share download use share manager | Roeland Jago Douma | 2016-01-20 | 3 | -72/+79 |
| | | |||||
| * | [Share 2.0] Move tests over the sharemanager | Roeland Jago Douma | 2016-01-20 | 3 | -111/+196 |
| | | | | | | | | Nice side effect... pure unit tests! | ||||
| * | [Share 2.0] Move showing link share to sharing 2.0 | Roeland Jago Douma | 2016-01-20 | 3 | -37/+91 |
| | | |||||
| * | [Share 2.0] Add fetching link shares to share manager | Roeland Jago Douma | 2016-01-20 | 3 | -12/+71 |
| | | |||||
* | | Merge pull request #21797 from owncloud/proper-controller-in-core | Thomas Müller | 2016-01-21 | 12 | -52/+21 |
|\ \ | | | | | | | Move controller in core/ to a common subfolder | ||||
| * | | move lost controller to core/controller | Morris Jobke | 2016-01-20 | 7 | -42/+11 |
| | | | | | | | | | | | | | | | | | | | | | * lostpassword.css is unneeded since #11696 is merged - 1b50d4f7ceb92fffe0d38f823f175cf7e419c69e * js is already in core/js * css is moved to core/css/lostpassword * template is moved to core/templates/lostpassword | ||||
| * | | move user controller to core/controller | Morris Jobke | 2016-01-20 | 2 | -2/+2 |
| | | | |||||
| * | | move setup controller to core/controller | Morris Jobke | 2016-01-20 | 2 | -3/+3 |
| | | | |||||
| * | | move avatar controller to core/controller | Morris Jobke | 2016-01-20 | 3 | -5/+5 |
| | | | |||||
* | | | Merge pull request #21808 from owncloud/testing-app-details | Thomas Müller | 2016-01-21 | 2 | -2/+6 |
|\ \ \ | | | | | | | | | Testing app details | ||||
| * | | | testing app: fix app name capitalization | Jan-Christoph Borchardt | 2016-01-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | testing app: add max version | Jan-Christoph Borchardt | 2016-01-21 | 1 | -1/+1 |
| | | | | |||||
| * | | | testing app: add logo | Jan-Christoph Borchardt | 2016-01-21 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge pull request #21778 from owncloud/share-calendars | Thomas Müller | 2016-01-21 | 22 | -204/+339 |
|\ \ \ \ | | | | | | | | | | | More tests for CalDAV | ||||
| * | | | | Add back the current-user-principal test suite | Thomas Müller | 2016-01-19 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | CalDAV sync tests | Thomas Müller | 2016-01-19 | 21 | -203/+331 |
| | | | | | |||||
| * | | | | Adjust CalDAV tests | Thomas Müller | 2016-01-19 | 2 | -2/+9 |
| | | | | | |||||
* | | | | | Merge pull request #21792 from owncloud/systemtags-managerfactory | Thomas Müller | 2016-01-21 | 9 | -7/+192 |
|\ \ \ \ \ | | | | | | | | | | | | | Allow custom implementation of system tag managers | ||||
| * | | | | | Allow custom implementation of system tag managers | Vincent Petry | 2016-01-20 | 9 | -7/+192 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added config.php option to replace the default implementation of system tag manager and system tag object mapper. Also adjusted the comments manager factory to inject the server container | ||||
* | | | | | | Merge pull request #20847 from owncloud/systemtags-ui | Thomas Müller | 2016-01-21 | 23 | -8/+1553 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | System tags sidebar section | ||||
| * | | | | | Adjust system tags app max version | Vincent Petry | 2016-01-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix app metadata/test issues for system tags app | Vincent Petry | 2016-01-20 | 2 | -2/+2 |
| | | | | | | |||||
| * | | | | | Fix content type parsing in system tags plugin | Vincent Petry | 2016-01-20 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Added system tags GUI in sidebar | Vincent Petry | 2016-01-19 | 22 | -26/+1512 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags. | ||||
| * | | | | | Implement toggleselect extension for select2 | Vincent Petry | 2016-01-19 | 1 | -0/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | To make it possible to toggle selected values inside the dropdown | ||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-01-21 | 134 | -222/+154 |
| | | | | | | |||||
* | | | | | | Merge pull request #21782 from ↵ | Thomas Müller | 2016-01-21 | 22 | -138/+207 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | owncloud/update-system-addressbook-on-user-change-2 Introduce IUser::setEMailAddress and add hook mechanism | ||||
| * | | | | | Use IUser::setEMailAddress in ldap as well | Thomas Müller | 2016-01-20 | 11 | -103/+132 |
| | | | | | | |||||
| * | | | | | Emit OC\User::changeUser on change of display name | Thomas Müller | 2016-01-20 | 1 | -1/+6 |
| | | | | | | |||||
| * | | | | | React on OC_User::changeUser hook and update the user's vcard | Thomas Müller | 2016-01-20 | 1 | -0/+9 |
| | | | | | | |||||
| * | | | | | Introduce IUser::setEMailAddress and add hook mechanism | Thomas Müller | 2016-01-20 | 11 | -37/+63 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #21775 from owncloud/apcu-iterator-constructor | Thomas Müller | 2016-01-20 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix constructor arguments for APCUIterator | ||||
| * | | | | | Fix constructor arguments for APCUIterator | Robin Appelman | 2016-01-18 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #21805 from owncloud/app-dependency-spacing | Frank Karlitschek | 2016-01-20 | 1 | -1/+0 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | remove unneeded margin of app dependencies in app mgmt | ||||
| * | | | | | remove unneeded margin of app dependencies in app mgmt | Jan-Christoph Borchardt | 2016-01-20 | 1 | -1/+0 |
|/ / / / / | |||||
* | | | | | Merge pull request #20804 from owncloud/fix-ldap-process-user-wo-displayname | Thomas Müller | 2016-01-20 | 5 | -1/+141 |
|\ \ \ \ \ | | | | | | | | | | | | | LDAP: do not attempt to process user records without display name, fi… | ||||
| * | | | | | LDAP: do not attempt to process user records without display name, fixes ↵ | Arthur Schiwon | 2016-01-11 | 5 | -1/+141 |
| | | | | | | | | | | | | | | | | | | | | | | | | fatal error | ||||
* | | | | | | Merge pull request #21793 from owncloud/di_shareproviderfactory | Thomas Müller | 2016-01-20 | 4 | -6/+28 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Properly DI the servercontainer into share provider factory |