summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Improve chunk upload AssemblyStream performance (#26062) (#26072)Vincent Petry2016-09-092-11/+94
|
* Fix fed share test call to return proper resultVincent Petry2016-09-072-7/+23
| | | | | | Fixes an issue where retrying a previously failed federated share would not properly reset the availability flag because the return value was undefined instead of "true".
* Allow increasing permissions for share ownerVincent Petry2016-09-062-1/+109
| | | | | | In some cases, the owner of the share is also recipient through a group share. The owner must still be able to increase permissions in that situation.
* forward port smbfixes (#25951)Jörn Friedrich Dreyer2016-09-062-61/+170
|
* [stable9.1] Comments field is not properly escaped (#26008) (#26009)Thomas Müller2016-09-021-1/+1
|
* Allow space for federated share id search (#25981)Vincent Petry2016-08-302-1/+53
|
* Added closeCursor in SharedMount numeric id (#25979)Vincent Petry2016-08-301-0/+1
|
* Prevent error with orphaned shares when updating user mount cacheVincent Petry2016-08-292-2/+10
|
* Merge pull request #25914 from ↵Vincent Petry2016-08-244-0/+263
|\ | | | | | | | | owncloud/stable9.1-4f73fb491a2bf12dbf4d20964cfd0f7129f998b1 [stable9.1] Add occ command to expire the trashbin (#25878)
| * [stable9.1] Add occ command to expire the trashbin (#25878)Thomas Müller2016-08-234-0/+263
| | | | | | | | | | | | * Add occ command to expire the trashbin * Fix versions folder in setup check
* | [stable9.1] 2FA can now be enabled and disabled via the provisioning api ↵Thomas Müller2016-08-233-164/+218
|/ | | | | | | | (#25911) * [stable9.1] 2FA can now be enabled and disabled via the provisioning api * [9.1] Return proper 'true' and 'false' values for two_factor_auth_enabled in provisioning api
* Merge pull request #25898 from ↵Vincent Petry2016-08-221-1/+1
|\ | | | | | | | | owncloud/stable9.1-a9e633db0cd04cb6288ce74c197153920a0b4665 [stable9.1] Best practice through out the web speak of a max avatar i…
| * [stable9.1] Best practice through out the web speak of a max avatar image ↵Thomas Müller2016-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | size 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 #25888 from ↵Vincent Petry2016-08-221-1/+26
|\ \ | | | | | | | | | | | | owncloud/stable9.1-27a5be96f108d4ab2b91bcd765433e1646ba9bf2 [9.1] Before a user is getting scanned the database connection is re-…
| * | [9.1] Before a user is getting scanned the database connection is re-establ…Vincent Petry2016-08-221-1/+26
| |/
* / Make sure file list files config always existsVincent Petry2016-08-221-0/+4
|/ | | | Initialize files config with defaults in case none was passed
* Display number of hidden files in files summary (#25877)Vincent Petry2016-08-194-52/+230
| | | | When dot files are hidden, the table summary and selection summary will not show how many hidden files were included.
* Fix hidden files handling (#25865)Vincent Petry2016-08-194-31/+82
| | | | | | Hidden files (dot files) are now always rendered in the DOM to make sure that all file operations and selection still work as expected. Their visibility is now toggled on CSS level.
* Hide the LDAP password in the client side (#25872)Juan Pablo Villafañez2016-08-194-7/+25
| | | | | | | 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/testConfiguration.php
* [stable9.1] Move over to new CalDAVTester repo (#25859) (#25863)Thomas Müller2016-08-192-12/+12
| | | | | * Move over to new caldac tester repo * no run.py anymore
* fix typoJörn Friedrich Dreyer2016-08-181-1/+1
|
* remove reference magicJörn Friedrich Dreyer2016-08-171-4/+4
|
* Merge pull request #25811 from owncloud/stable9.1-smb-traceVincent Petry2016-08-161-67/+211
|\ | | | | [stable9.1] add conditional smb trace logging for debug purposes
| * add conditional smb trace logging for debug purposesJörn Friedrich Dreyer2016-08-161-67/+211
| |
* | Merge pull request #25789 from ↵Vincent Petry2016-08-162-8/+24
|\ \ | | | | | | | | | | | | owncloud/stable9.1-usermountcache-hell-shortcutstorageid [stable9.1] Fix sharedstorage recursion hell
| * | Use FailedStorage when share is invalidVincent Petry2016-08-151-3/+4
| | |
| * | Flag to not recurse into shared mounts in getPathVincent Petry2016-08-151-1/+1
| | |
| * | Lazy init shared storage by tweaking jailVincent Petry2016-08-152-7/+13
| | |
| * | Get shared storage numeric id directly from DBVincent Petry2016-08-151-0/+9
| | | | | | | | | | | | | | | To prevent recursions in initMountPoints which requires the numeric id to populate oc_mounts
* | | Merge pull request #25797 from ↵Vincent Petry2016-08-162-58/+258
|\ \ \ | |_|/ |/| | | | | | | | owncloud/stable9.1-provisioning-api-subadmin-addtogroup [stable9.1] Fix subadmin permission check for addToGroup/removeFromGroup
| * | Fix subadmin permission check for addToGroup/removeFromGroupVincent Petry2016-08-152-58/+258
| |/ | | | | | | | | Fixes issue where subadmins could never add users to a group. Added missing unit tests
* / Store the shared propagator instanceVincent Petry2016-08-151-1/+6
|/ | | | This instead of recreating it for every call.
* DAV: Return data-fingerprint always when asked (#25482)Markus Goetz2016-08-132-9/+6
| | | | | | For owncloud/client#5056 Users can configure arbitrary subfolders for syncing, therefore we should always return it when asked for. The sync client makes sure to not always ask for it to save bandwidth.
* [stable9.1] lastInsertId requires the prefix (#25785)Jörn Friedrich Dreyer2016-08-121-1/+1
| | | backport of https://github.com/owncloud/core/pull/25764
* [stable9.1] Fix smb attributes stable9 1 (#25733)Juan Pablo Villafañez2016-08-121-0/+13
| | | | | | | | * Fix file permissions for SMB (read-only folders will be writeable) * Read-only folders won't be deletable * Added comment for the read-only behaviour for folders
* Fix OR operands in SharedMountTest (#25779)Vincent Petry2016-08-121-9/+9
|
* [Stable9.1] fix unit test on new jenkins setup and adjust Jenkinsfile (#25772)Thomas Müller2016-08-112-0/+7
| | | | | | | | | | | | | | | | | | | | | | * [stable9.1] Next step jenkinsfile (#25622) * Adding timestamper and evaluation of test results even in case of failure * Adding build timeout * use fixed value 120 minutes as timeout for each test executing for now * Terminate the build as soon as test execution fails * Adjust external testing as well * Finalize use of executeAndReport * [stable9.1] Fix discoverymanager tests (#25769) * Allow testing of the DiscoveryManager * Array sort order is of no relevance
* [stable9.1] Faster classification migration (#25638)Thomas Müller2016-08-104-104/+39
| | | | | | * [stable9.1] Faster classification migration * Update PHPDoc
* Skip version and trash expiry for users that never logged in (#25745)Jörn Friedrich Dreyer2016-08-102-2/+2
|
* Respect theme for external folder icon (#25487) (#25711)VicDeo2016-08-091-1/+1
| | | | | | See issue #25461. When using a theme with alternative filetype icons `OCA.External.StatusManager.Utils.getIconRoute` should respect that, rather than hard coding the default icon. Note this change does not affect windows_network_drive and sharepoint icons, which appear not to be easily themeable.
* [stable9.1] Fix undefined OfflineUser::composeAndStoreDisplayName() - fixes ↵Thomas Müller2016-08-031-2/+8
| | | | #23248 (#25601)
* [stable9.1] Added integration test (#25675)Thomas Müller2016-08-021-0/+10
| | | | | | * [stable9.1] Added integration test * A shared storage is never a home storage - fixes #25582
* [stable9.1] Adding quota plugin to new dav endpoint (#25615) (#25648)Thomas Müller2016-08-011-0/+3
| | | | | | | * Adding quota plugin to new dav endpoint * Added integrated test failing in old endpoint * Added 0B quota test
* Prevent setting email and triggering events at login time (#25554)Vincent Petry2016-07-261-1/+4
| | | | | | | | | | | | Whenever an LDAP user also has an email address defined in LDAP, the LDAP code will try and update the email address of the locally known user. This happens at login time or every time the user's LDAP attributes are processed. There is code listening to the email setting hook which updates the system address book, which also will trigger FS setup due to avatars and other things. This fix only sets the email address when really necessary.
* [stable9.1] Group shares with same source and target (#25534)Vincent Petry2016-07-264-97/+376
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Group shares with same source and target Fixes #24575 Note that this is a very limited solution and eventually we want smarter merging! * Add integration tests for merging received shares * Improved share grouping readability + fixed test * Add repair step for unmerged shares (WIP) * Added more tests for sharing's MountProvider * Group incoming shares for resharing in JS * Adjust repair version check for unmerged shares * Fix RepairUnmergedShares to not skip valid repair cases The repair step was a bit overeager to skip repairing so it missed the case where a group share exists without subshares but with an additional direct user share. * Add integration tests for double shares with rename in between * Make share target consistent when grouping group share with user share In some situations, a group share is created before a user share, and the recipient renamed the received share before the latter is created. In this situation, the "file_target" was already modified and the second created share must align to the already renamed share. To achieve this, the MountProvider now groups only by "item_source" value and sorts by share time. This makes it so that the least recent share is selected as super-share and its "file_target" value is then adjusted in all grouped shares. This fixes the issue where this situation would have different "file_target" values resulting in two shared folders appearing instead of one.
* [stable9.1] Simplify testPermissionMovedGroupShare (#25573) (#25607)Thomas Müller2016-07-261-55/+20
| | | | Reduces significantly the testing time but still cover the permission change
* Add all properties while creating a subscription (#25318) (#25335)Thomas Müller2016-07-212-10/+21
| | | Fixes #24469
* [stable9.1] Filelist change dir auto-prepend slash (#25377)Vincent Petry2016-07-212-4/+13
| | | | | | | | | * Filelist change dir auto-prepend slash Prepend a slash to directories in case it was missing since many places assume that it's there. * Fix js unit test in filelist spec
* [stable9.1] Added custom exception as non fatal (#25486) (#25489)Thomas Müller2016-07-161-0/+2
|
* Change load order of auth backends so that we can throw an exception in ↵Vincent Petry2016-07-141-1/+4
| | | | OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25478)