summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* merge master into webdav-injectionRobin Appelman2014-04-25130-1049/+1055
|\
| * [tx-robot] updated from transifexJenkins for ownCloud2014-04-2550-71/+52
| |
| * Merge pull request #8026 from owncloud/remove_shared_folderBjörn Schießle2014-04-2432-822/+792
| |\ | | | | | | remove the "Shared" folder
| | * always allow to rename the share mount pointBjoern Schiessle2014-04-233-1/+19
| | |
| | * split-up the update script and add unit tests for itBjoern Schiessle2014-04-232-21/+92
| | |
| | * make it possible to move files out of a shared mount pointBjoern Schiessle2014-04-232-13/+45
| | |
| | * typos, use, unused and return fixedThomas Müller2014-04-233-7/+9
| | |
| | * Dont throw an error when a storage isn't found for shared cacheRobin Appelman2014-04-231-3/+3
| | |
| | * some fixes to make the gallery work, this made it necessary to adjust some ↵Bjoern Schiessle2014-04-234-219/+32
| | | | | | | | | | | | tests and the encryption code
| | * add unit tests which got lost during rebaseBjoern Schiessle2014-04-231-0/+23
| | |
| | * we don't allow to share a folder if it contains a share mount pointBjoern Schiessle2014-04-234-6/+72
| | |
| | * fix etag propagationBjoern Schiessle2014-04-233-46/+68
| | |
| | * update script, create Shared folder and adjust target path for the sharesBjoern Schiessle2014-04-232-61/+44
| | |
| | * allow to rename group share mount pointsBjoern Schiessle2014-04-231-7/+36
| | |
| | * cleanup the shared storage, always keep the whole share resourceBjoern Schiessle2014-04-232-39/+43
| | |
| | * external storages: allow to mount a folder called "Shared", it is no longer ↵Bjoern Schiessle2014-04-232-6/+3
| | | | | | | | | | | | a reserved name
| | * also fetch the etag from file cacheBjoern Schiessle2014-04-231-1/+2
| | |
| | * make sure that path is not 'false'Bjoern Schiessle2014-04-232-6/+4
| | |
| | * fix deleting of shared filesBjoern Schiessle2014-04-231-0/+3
| | |
| | * fix updating of shared filesBjoern Schiessle2014-04-231-7/+3
| | |
| | * fix encryption tests after the removal of the shared folderBjoern Schiessle2014-04-237-67/+59
| | |
| | * fix share api testsBjoern Schiessle2014-04-2310-176/+90
| | |
| | * we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-237-140/+8
| | |
| | * don't overwrite shared folder iconBjoern Schiessle2014-04-231-2/+1
| | |
| | * show "shared by ..." for share mount pointBjoern Schiessle2014-04-232-1/+14
| | |
| | * generate unique target nameBjoern Schiessle2014-04-231-15/+29
| | |
| | * fix getMimeType call, we always need to check the source pathBjoern Schiessle2014-04-231-3/+0
| | |
| | * user should be able to rename/delete shared files if the owner allowed itBjoern Schiessle2014-04-232-3/+108
| | |
| | * no exception for the root of the mount point (formerly Shared/), just get ↵Bjoern Schiessle2014-04-232-26/+1
| | | | | | | | | | | | the file cache information from the cache
| | * make sure that we have the right permissions for the mount pointsBjoern Schiessle2014-04-231-1/+3
| | |
| | * first steps to remove the shared folder:Bjoern Schiessle2014-04-233-73/+106
| | | | | | | | | | | | | | | | | | | | | | | | - mount shares to the root folder instead of "Shared/" - navigate in shared folder and sub-folders - show previews - show correct file permissions - download/edit files
| * | [tx-robot] updated from transifexJenkins for ownCloud2014-04-2414-2/+20
| | |
| * | Merge pull request #6297 from leo-b/fix_ldap_errorsblizzz2014-04-233-5/+10
| |\ \ | | | | | | | | only check ldap_errno if an ldap_* function actually fails
| | * | "reset" ldap pagedSearch control by setting it to a high valueAlexander Bergolth2014-03-061-1/+1
| | | |
| | * | "reset" ldap pagedSearch control by setting it to a high valueroot2014-03-061-1/+1
| | | | | | | | | | | | | | | | call nextEntry via invokeLDAPMethod
| | * | only check ldap_errno if an ldap_* function actually failsroot2014-03-063-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fix wizard errors reset search paging right after the search, not before some of the possible next search operations cookie contains binary characters, don't log it (avoids json_encode(): Invalid UTF-8 sequence in argument errors)
| * | | Merge pull request #8233 from owncloud/fix-newdialog-ieThomas Müller2014-04-231-1/+1
| |\ \ \ | | | | | | | | | | fix shift of icons in 'New' menu in IE8/9, fix #7987
| | * | | fix shift of icons in 'New' menu in IE8/9, fix #7987Jan-Christoph Borchardt2014-04-161-1/+1
| | | | |
| * | | | Adjust renaming of directories, fixes #8280Robin McCorkell2014-04-231-1/+2
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Directories will not be considered to have an extension, even if a dot is found. Stop Scrutinizer being annoyed But the spaced version looked good! Stop jsHint being annoyed These code quality tools are really pestering
| * | | Merge pull request #8164 from owncloud/fix-6651blizzz2014-04-233-79/+122
| |\ \ \ | | | | | | | | | | LDAP: fix random resets of filter
| | * | | fixing some JSHint warningsThomas Müller2014-04-232-17/+18
| | | | |
| | * | | Give hint when composing filter failedArthur Schiwon2014-04-111-1/+2
| | | | |
| | * | | fix comparison in determineMode, fixes problems with restoring the filter ↵Arthur Schiwon2014-04-111-1/+4
| | | | | | | | | | | | | | | | | | | | mode (assisted or manually) on page refresh
| | * | | Merge branch 'ldap-filter-reset-fix' of github.com:ben-denham/core into fix-6651Arthur Schiwon2014-04-113-74/+112
| | |\ \ \
| | | * | | Changed conditions in user_ldap's ldapFilter.js to use ===, fixed indentation.ben-denham2014-03-141-3/+3
| | | | | |
| | | * | | Moved LdapFilter into a separate js file in user_ldap.ben-denham2014-03-073-102/+96
| | | | | |
| | | * | | Added improved version of patch by @blizzz in ↵ben-denham2014-03-071-74/+118
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/owncloud/core/issues/6651#issuecomment-32261257 to stop filter settings from being reset under a race condition.
| * | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-04-2376-68/+41
| | | | | |
| * | | | | add additional comments, PHPdoc and check whether it's really applicableArthur Schiwon2014-04-221-3/+12
| | | | | |
| * | | | | LDAP: cache display names immediately on retrieval, saves tens of unecessary ↵Arthur Schiwon2014-04-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | queries to LDAP server in the share dialog for example