Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #26051 from owncloud/stable9-fix-preview-tests | Vincent Petry | 2016-09-07 | 2 | -15/+7 | |
|\ \ | |/ |/| | [stable9] Fix failing preview unit tests (#26039) | |||||
| * | Fix preview namespaces from backport | Vincent Petry | 2016-09-07 | 1 | -15/+14 | |
| | | ||||||
| * | Fix failing preview unit tests (#26039) | Thomas Müller | 2016-09-07 | 2 | -29/+22 | |
|/ | ||||||
* | [stable9] Comments field is not properly escaped (#26008) (#26010) | Thomas Müller | 2016-09-02 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #25992 from ↵ | Vincent Petry | 2016-08-31 | 5 | -6/+78 | |
|\ | | | | | | | | | owncloud/stable9-integration_tests_local_external_storage Stable9 integration tests local external storage | |||||
| * | Changed enabled/disabled app in provisioning api tests | Sergio Bertolín | 2016-08-31 | 1 | -6/+7 | |
| | | ||||||
| * | External storage was not enabled and content was not deleted before scenarios | Sergio Bertolín | 2016-08-31 | 1 | -0/+3 | |
| | | | | | | | | | | | | Conflicts: build/integration/features/bootstrap/BasicStructure.php build/integration/run.sh | |||||
| * | Added local_storage folder | Sergio Bertolín | 2016-08-31 | 1 | -0/+4 | |
| | | ||||||
| * | Run as current user | Sergio Bertolin | 2016-08-31 | 1 | -0/+3 | |
| | | | | | | | | | | Conflicts: build/integration/run.sh | |||||
| * | Removed extra context added needed option and remove storage after external ↵ | Sergio Bertolin | 2016-08-31 | 3 | -25/+2 | |
| | | | | | | | | | | | | | | | | storage scenarios Conflicts: build/integration/features/bootstrap/BasicStructure.php build/integration/run.sh | |||||
| * | Added feature and context, not working yet, option to allow sharing needs to ↵ | Sergio Bertolin | 2016-08-31 | 2 | -0/+50 | |
| | | | | | | | | be added | |||||
| * | Creating the folder when the tests run | Sergio Bertolín | 2016-08-31 | 2 | -0/+34 | |
|/ | | | | | | Conflicts: build/integration/features/bootstrap/BasicStructure.php build/integration/run.sh | |||||
* | Fix redirection taking care of protocol and port (#25957) | VicDeo | 2016-08-29 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #25953 from owncloud/stable9-integration-tests-subadmins | Vincent Petry | 2016-08-29 | 2 | -0/+80 | |
|\ | | | | | Stable9 integration tests subadmins | |||||
| * | Typo in scenario | Sergio Bertolín | 2016-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | Change of user missing | Sergio Bertolin | 2016-08-26 | 1 | -0/+1 | |
| | | ||||||
| * | Only check the pertenence to groups | Sergio Bertolin | 2016-08-26 | 2 | -4/+24 | |
| | | ||||||
| * | Added testcases about adding and removing users to groups using subadmins | Sergio Bertolin | 2016-08-26 | 1 | -0/+59 | |
|/ | | | | | Conflicts: build/integration/features/provisioning-v1.feature | |||||
* | Merge pull request #25817 from owncloud/stable9-smbfixes | Jörn Friedrich Dreyer | 2016-08-26 | 3 | -30/+163 | |
|\ | | | | | [Stable9] smbfixes | |||||
| * | trust libsmbclient on stat, only do dir fallback for smbclient | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -9/+16 | |
| | | ||||||
| * | allow unhiding root folder in subfolder of share | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -3/+4 | |
| | | ||||||
| * | fix return values for smbclient backend | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -1/+1 | |
| | | | | | | | | see https://github.com/icewind1991/SMB/commit/6e544f617cc271e34d41ea28dd7714a9b1ff75f1 | |||||
| * | add dir based stat fallback | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -1/+17 | |
| | | ||||||
| * | fix test execution due to connection limit | Jörn Friedrich Dreyer | 2016-08-26 | 2 | -6/+13 | |
| | | ||||||
| * | do not overwrite stat cache with plain array | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -1/+1 | |
| | | ||||||
| * | share root is always readable | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -2/+12 | |
| | | ||||||
| * | always try stat, fake if forbidden, actually return the fileinfo array | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -11/+17 | |
| | | ||||||
| * | move share check to getFileInfo | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -14/+11 | |
| | | ||||||
| * | stat now handles mtime for root shares, simplify hasUpdated | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -8/+2 | |
| | | ||||||
| * | use stat to determine has updated | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -4/+4 | |
| | | ||||||
| * | overwrite target on rename | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -0/+34 | |
| | | ||||||
| * | formatInfo should include type | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -3/+8 | |
| | | ||||||
| * | don't list hidden files | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -3/+12 | |
| | | ||||||
| * | stat for root of a share does not work | Jörn Friedrich Dreyer | 2016-08-26 | 1 | -1/+48 | |
|/ | ||||||
* | Merge pull request #25932 from owncloud/stable9-users-lazydropdownwithpencil | Vincent Petry | 2016-08-24 | 7 | -119/+143 | |
|\ | | | | | [stable9] Users page lazy multiselect group dropdowns | |||||
| * | Users page lazy multiselect group dropdowns | Vincent Petry | 2016-08-24 | 7 | -119/+143 | |
|/ | | | | | | | | | | Instead of pre-rendering all multiselects with lots of group entries, the current groups are now displayed as simple labels. Behind the labels there is a pencil icon like for other fields. When clicking the pencil icon, the dropdown will be spawned and will open itself. Upon closing of the dropdown, the label comes back with the updated selection and the dropdown is destroyed. | |||||
* | [stable9] Add occ command to expire the trashbin (#25878) (#25915) | Thomas Müller | 2016-08-24 | 4 | -0/+263 | |
| | | | | | * Add occ command to expire the trashbin * Fix versions folder in setup check | |||||
* | Merge pull request #25899 from ↵ | Vincent Petry | 2016-08-22 | 2 | -2/+2 | |
|\ | | | | | | | | | owncloud/stable9-a9e633db0cd04cb6288ce74c197153920a0b4665 [9.0] Best practice through out the web speak of a max avatar image s… | |||||
| * | [9.0] Best practice through out the web speak of a max avatar image size ↵ | Thomas Müller | 2016-08-22 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | of… (#25857) * Best practice through out the web speak of a max avatar image size of 96 pixels * Respect size argument THX @felixboehm | |||||
* | | Merge pull request #25889 from ↵ | Vincent Petry | 2016-08-22 | 1 | -1/+26 | |
|\ \ | |/ |/| | | | | | owncloud/stable9-891c5311357e7ac1408776a2850eac334885ed1e [9.0] Before a user is getting scanned the database connection is re-… | |||||
| * | [9.0] Before a user is getting scanned the database connection is re-established | Thomas Müller | 2016-08-22 | 1 | -1/+26 | |
|/ | ||||||
* | Hide the LDAP password in the client side (#25874) | Juan Pablo Villafañez | 2016-08-19 | 4 | -6/+24 | |
| | | | | | | | | Connection checks will be done by using the configuration id, with the stored password. LDAP password won't be sent to the client. Conflicts: apps/user_ldap/ajax/getConfiguration.php apps/user_ldap/ajax/testConfiguration.php | |||||
* | [stable9] Move over to new CalDAVTester repo (#25859) (#25864) | Thomas Müller | 2016-08-19 | 2 | -12/+12 | |
| | | | | | * Move over to new caldac tester repo * no run.py anymore | |||||
* | ownCloud Server 9.0.5 RC1v9.0.5RC1 | Daniel Molkentin | 2016-08-18 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #25832 from owncloud/stable9-dont-decrypt-shared-files | Vincent Petry | 2016-08-18 | 2 | -3/+11 | |
|\ | | | | | [stable9] Don't decrypt shared files | |||||
| * | Fix unit tests | Thomas Müller | 2016-08-17 | 1 | -3/+7 | |
| | | ||||||
| * | Take from ↵ | Thomas Müller | 2016-08-17 | 1 | -0/+4 | |
| | | | | | | | | https://github.com/nextcloud/server/pull/608/commits/351cab6bce41b53f9efd4ba9aed4e7435f843691 - THX @schiessle | |||||
* | | Merge pull request #25843 from owncloud/stable9_remove_reference_magic | Vincent Petry | 2016-08-18 | 1 | -4/+4 | |
|\ \ | | | | | | | [stable9] remove reference magic | |||||
| * | | remove reference magic | Jörn Friedrich Dreyer | 2016-08-18 | 1 | -4/+4 | |
| | | | ||||||
* | | | Merge pull request #25836 from owncloud/stable9_nobodyifnocontent | Vincent Petry | 2016-08-18 | 1 | -5/+11 | |
|\ \ \ | |/ / |/| | | [stable9] 204 and 304 must not have a body, see https://tools.ietf.org/html/rfc7230#section-3.3 |