summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | properly preserve home folder naming enforcement settingMorris Jobke2015-12-152-2/+7
| | | |
* | | | Merge pull request #21198 from owncloud/fix_20296_8.2Thomas Müller2015-12-1510-8/+105
|\ \ \ \ | |/ / / |/| | | [stable8.2] don't allow to create a federated share if source and target are the same
| * | | Fixed JS unit tests for fed owner display nameVincent Petry2015-12-141-0/+4
| | | |
| * | | show display name but internally use the user nameBjörn Schießle2015-12-146-6/+11
| | | |
| * | | don't allow to create a federated share if source and target server are the sameBjörn Schießle2015-12-144-2/+90
|/ / /
* | | Merge pull request #21152 from owncloud/backport-20978-stable8.2Morris Jobke2015-12-141-3/+5
|\ \ \ | | | | | | | | reset mailadress/displayname on blur (backport for stable8.2)
| * | | reset mailadress/displayname on blurmichag862015-12-111-3/+5
| | | |
* | | | Merge pull request #21194 from owncloud/preview-non-existing-82Lukas Reschke2015-12-141-7/+11
|\ \ \ \ | | | | | | | | | | [8.2] Handle non existing files in version previews
| * | | | Handle non existing files in version previewsRobin Appelman2015-12-141-7/+11
|/ / / /
* | | | Merge pull request #21182 from ↵Vincent Petry2015-12-142-27/+11
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | owncloud/stable8.2-share-allowdeleteinshareoverview [stable8.2] Bring back delete permission in share overview
| * | | Bring back delete permission in share overviewVincent Petry2015-12-142-27/+11
|/ / /
* | | Merge pull request #21157 from owncloud/trashbin-loggedout-82Thomas Müller2015-12-142-2/+16
|\ \ \ | | | | | | | | [8.2] Fix trashbin wrapper when no user is loggedin
| * | | skip test if we cant use the filesystem when not logged inRobin Appelman2015-12-111-2/+5
| | | |
| * | | Fix thrashbin wrapper when no user is loggedinRobin Appelman2015-12-112-2/+13
| |/ /
* | | Use XMLWriter to generate responseLukas Reschke2015-12-141-17/+26
| | | | | | | | | | | | Gets rid of manual XML generation.
* | | Merge pull request #21154 from owncloud/stable8.2-files-deleteactiontextMorris Jobke2015-12-113-5/+49
|\ \ \ | |/ / |/| | [stable8.2] Stable8.2 files deleteactiontext
| * | Bring back file delete action text to be based on contextVincent Petry2015-12-113-5/+49
|/ / | | | | | | | | | | | | | | For received shares, the delete action becomes "Unshare" and for personal mounts it becomes "Disconnect storage". This also makes it possible from now on to pass a function to a file action's "displayName" attribute.
* | Merge pull request #21127 from owncloud/stable8.2-backport-21119Lukas Reschke2015-12-111-0/+7
|\ \ | | | | | | [stable8.2] Make AppManager->checkAppForUser more robust
| * | Make AppManager->checkAppForUser more robustMorris Jobke2015-12-101-0/+7
| | | | | | | | | | | | | | | * if the JSON that is stored in the DB is corrupt an error was thrown * with this change it is properly handled and the app is disabled
* | | Merge pull request #21046 from ↵Thomas Müller2015-12-112-3/+34
|\ \ \ | | | | | | | | | | | | | | | | owncloud/stable8.2-catchexceptionindirectdownloadurl [stable8.2] Catch exception when querying direct download link
| * | | Catch exception when querying direct download linkVincent Petry2015-12-092-3/+34
| | |/ | |/|
* | | Merge pull request #21115 from owncloud/stable8.2-backport-21109Roeland Douma2015-12-102-37/+10
|\ \ \ | | | | | | | | [stable8.2] Deduplicate version expire jobs
| * | | Deduplicate version expire jobsMorris Jobke2015-12-102-37/+10
| | | | | | | | | | | | | | | | | | | | | | | | * versionSize is calculated anyway in the expire job - > dropped * offset/neededSpace was needed for expiry before the file is moved to the versions -> now this is included already in the currently used space because the expiry job is defered to a point in time after the version creation * fixes #21108
* | | | Merge pull request #21113 from owncloud/memcache-lock-ttl-82Morris Jobke2015-12-105-4/+55
|\ \ \ \ | | | | | | | | | | [8.2] Add ttl for redis based locking
| * | | | ttl for memcache locking backends that support itRobin Appelman2015-12-103-2/+11
| | | | |
| * | | | Add interface for memcache backends that support setting ttl on exisiting keysRobin Appelman2015-12-102-2/+44
| |/ / /
* | | | Merge pull request #21124 from ↵Vincent Petry2015-12-101-7/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | owncloud/remove-db-locking-performance-warning-stable8.2 Remove info about database locking performance
| * | | Remove info about database locking performanceThomas Müller2015-12-101-7/+1
|/ / /
* | | Merge pull request #21090 from owncloud/backport-20995-stable8.2Vincent Petry2015-12-101-1/+5
|\ \ \ | | | | | | | | [backport] [stable8.2] ensure multiselect always receives an array when setting its value, f…
| * | | ensure multiselect always receives an array when setting its value, fixes #18734Arthur Schiwon2015-12-091-1/+5
| | | |
* | | | Merge pull request #21101 from owncloud/stable8.2_20989Morris Jobke2015-12-101-0/+41
|\ \ \ \ | | | | | | | | | | [Stable 8.2] Update parent when moving share into recieved share
| * | | | Update parent when moving share into recieved shareRoeland Jago Douma2015-12-101-0/+41
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #20769 When I receive a share and move a share of myself into that share (which is allowed currently) I effectively hand over ownership of the files I move. So we need to update the share I move to have as a parent the share I move it into. Else our mounting system gets confused.
* | | | Merge pull request #21112 from owncloud/db-lock-ttl-82Vincent Petry2015-12-102-10/+4
|\ \ \ \ | | | | | | | | | | [8.2] Remove all locks after ttl from the db
| * | | | Remove all locks after ttl from the dbRobin Appelman2015-12-102-10/+4
| | |/ / | |/| |
* | | | Merge pull request #21100 from owncloud/stable8.2_21005Vincent Petry2015-12-101-0/+5
|\ \ \ \ | |/ / / |/| | | [Stable 8.2] The ajax code path unshares a link share when updating the password
| * | | The ajax code path unshares a link share when updating the passwordRoeland Jago Douma2015-12-101-0/+5
| |/ / | | | | | | | | | | | | In order to not mess up existing shares if the password gets verified we should first fire this validation.
* | | Merge pull request #21044 from owncloud/group-propagation-82Vincent Petry2015-12-108-116/+311
|\ \ \ | | | | | | | | [8.2] Group share etag propagation
| * | | fix etag propagation with group resharesRobin Appelman2015-12-094-13/+65
| | | |
| * | | Add test case for group share propagationRobin Appelman2015-12-094-103/+246
| | | |
* | | | Merge pull request #21099 from owncloud/stable8.2_20949Roeland Douma2015-12-101-4/+2
|\ \ \ \ | | | | | | | | | | [Stable 8.2] [Sharing] Properly check if a group already has access
| * | | | [Sharing] Properly check if a group already has accessRoeland Jago Douma2015-12-101-4/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | The old code check was to liberal resulting in wrong matches if a user with the same name as the group already had access. Fixes 20892
* | | | Merge pull request #20985 from owncloud/fix-mysql-setup-unix-socket-stable8.2Thomas Müller2015-12-101-6/+19
|\ \ \ \ | | | | | | | | | | Add unix_socket support for mysql during initial installation - fixes…
| * | | | Add unix_socket support for mysql during initial installation - fixes #20210Thomas Müller2015-12-071-6/+19
| | | | |
* | | | | Merge pull request #21080 from ↵Roeland Douma2015-12-1010-29/+76
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | owncloud/stable8.2-share-computesharepermissions-notstore [stable8.2] Fix (re)share permission checks in a few code paths
| * | | | Add explicit check for groups excluded from sharingVincent Petry2015-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Since isSharable() doesn't do the check for groups excluded from sharing, adding an explicit check in the sharing code.
| * | | | Fix more unit tests to pass a mock storage instead of null to FileInfoVincent Petry2015-12-094-19/+54
| | | | |
| * | | | Add reshare permission checksVincent Petry2015-12-093-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added in isSharable() in incoming remote share. Added in isSharable() in regular incoming share. Added in FileInfo to make sure the proper attributes are returned to the clients.
| * | | | Compute share permissions in the viewVincent Petry2015-12-093-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | The share permissions are now computed in the View/FileInfo instead of storing them directly/permanently on the storage
* | | | | Merge pull request #21069 from owncloud/personal-mount-mountid-82Vincent Petry2015-12-092-4/+54
|\ \ \ \ \ | | | | | | | | | | | | [8.2] Dont set the string storage id to the numeric storage id for personal mounts
| * | | | | Add testsRobin Appelman2015-12-091-0/+50
| | | | | |