summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-177-12/+24
| | | | Replaced with proper OCP calls
* Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-175-7/+7
| | | | | All function calls are replaced with the recommended (which was already the body of the function).
* Remove deprecated function OC_User::getManagerRoeland Jago Douma2015-12-171-1/+1
| | | | | Private deprecated function => removed Replaced all instances with suggested replacement
* Merge pull request #21200 from owncloud/files-authorizationheaderThomas Müller2015-12-171-1/+2
|\ | | | | Use Authorization headers for public webdav in web UI
| * Use Authorization headers for public webdav instead of URLVincent Petry2015-12-141-1/+2
| | | | | | | | | | | | Instead of prepending the token as username in the URL, use the Authorization header instead. This is because IE9 considers this a cross-domain call and refuses to do it in the first place.
* | Merge pull request #21201 from mmattel/scanFiles_stat_output_IIThomas Müller2015-12-171-6/+184
|\ \ | | | | | | Statistics output for ./occ files:scan (rework)
| * | Statistics output for ./occ files:scanmartin.mattel@diemattels.at2015-12-151-6/+184
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-1716-26/+42
| |
* | add unit test for #21230Morris Jobke2015-12-161-0/+41
| |
* | Use name of ICollection for exception messageMorris Jobke2015-12-161-1/+1
| | | | | | | | * fixes #21230
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-162-0/+20
| |
* | Merge pull request #21133 from owncloud/fix-shared-files-of-deleted-usersC. Montero Luque2015-12-154-9/+203
|\ \ | | | | | | Fix shared files of deleted users, detect DN change when checking for existence on LDAP
| * | fix find DN by UUID for ADArthur Schiwon2015-12-141-13/+56
| | |
| * | unit test on getHome in combination with OfflineUserArthur Schiwon2015-12-111-2/+52
| | |
| * | adjust unit testArthur Schiwon2015-12-111-0/+8
| | |
| * | look for DN changes before marking a user as deletedArthur Schiwon2015-12-113-3/+76
| | |
| * | throw NoUserException in getHome when the requested user does not exist anymoreArthur Schiwon2015-12-111-5/+25
| | |
* | | Merge pull request #21189 from owncloud/fix_21187Thomas Müller2015-12-152-1/+4
|\ \ \ | | | | | | | | File shares can't have create permissions
| * | | File shares can't have create permissionsRoeland Jago Douma2015-12-142-1/+4
| | | | | | | | | | | | | | | | fixes #21187
* | | | Merge pull request #21067 from owncloud/fix_20296Thomas Müller2015-12-157-6/+23
|\ \ \ \ | | | | | | | | | | 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-141-0/+8
| | |_|/ | |/| |
* / | | Remove unneeded upgrade codeMorris Jobke2015-12-151-16/+0
|/ / / | | | | | | | | | stable8.2 has version 0.7.0 of the user_ldap app
* | | Fix mount type root detectionVincent Petry2015-12-142-7/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Webdav doesn't contain that information, we need to rely on the parent folder's mount type to find out whether a child item is a shared/external root or not. Fixed the mount type detection logic and added unit test. Also added a fix that ignores detection if no parent folder exists (ex: shared file list, favorites, etc)
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-12-138-2/+36
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-1286-0/+150
| |
* | Merge pull request #21153 from owncloud/files-deleteactiontextThomas Müller2015-12-113-5/+49
|\ \ | | | | | | Bring back file delete action text to be based on context
| * | 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.
* | | 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
|/ /
* | Merge pull request #21144 from owncloud/dav-auth-checkduplicateheaderThomas Müller2015-12-111-1/+1
|\ \ | | | | | | Properly check X-Requested-With header in case of multiple values
| * | Properly check X-Requested-With header in case of multiple valuesVincent Petry2015-12-111-1/+1
| | | | | | | | | | | | Saw this happening in IE8...
* | | Merge pull request #21135 from owncloud/add-polyfillThomas Müller2015-12-113-111/+9
|\ \ \ | | | | | | | | Add polyfills for PHP55, PHP56 and PHP70 functionalities
| * | | Use PHP polyfillsLukas Reschke2015-12-113-111/+9
| | |/ | |/|
* | | Merge pull request #21045 from owncloud/scrutinizer-patch-1Thomas Müller2015-12-1110-9/+38
|\ \ \ | | | | | | | | Scrutinizer Auto-Fixes
| * | | adjust PHPDocThomas Müller2015-12-102-0/+4
| | | |
| * | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-1010-9/+34
| |/ / | | | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* / / Catch exception when querying direct download linkVincent Petry2015-12-102-3/+33
|/ /
* | Merge pull request #21114 from owncloud/group-propagation-testsThomas Müller2015-12-104-78/+215
|\ \ | |/ |/| Add test case for group share propagation
| * Add test case for group share propagationRobin Appelman2015-12-104-78/+215
| |
* | 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 #21071 from owncloud/fix-swift-unit-test-execution-masterThomas Müller2015-12-102-4/+283
|\ | | | | Looks like ceph requires more time to come up ....
| * Looks like ceph requires more time to come up ....Thomas Müller2015-12-092-4/+283
| | | | | | | | | | | | Use sed - not replace apply btrfs hack
* | [tx-robot] updated from transifexJenkins for ownCloud2015-12-108-0/+54
| |
* | Merge pull request #21077 from owncloud/external-index-namesThomas Müller2015-12-092-7/+1
|\ \ | |/ |/| Let doctrine generate index names for files_external
| * Let doctrine generate index namesRobin Appelman2015-12-092-7/+1
| |
* | Merge pull request #20989 from owncloud/fix_20769Thomas Müller2015-12-091-0/+41
|\ \ | | | | | | Update parent when moving share into recieved share
| * | Update parent when moving share into recieved shareRoeland Jago Douma2015-12-071-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 #21059 from owncloud/remove-deaed-code-mount-configThomas Müller2015-12-091-52/+6
|\ \ \ | | | | | | | | Remove dead code