Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix search by mime for shared single files | Robin Appelman | 2014-04-25 | 1 | -3/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-04-25 | 50 | -71/+52 |
| | |||||
* | Merge pull request #8026 from owncloud/remove_shared_folder | Björn Schießle | 2014-04-24 | 32 | -822/+792 |
|\ | | | | | remove the "Shared" folder | ||||
| * | always allow to rename the share mount point | Bjoern Schiessle | 2014-04-23 | 3 | -1/+19 |
| | | |||||
| * | split-up the update script and add unit tests for it | Bjoern Schiessle | 2014-04-23 | 2 | -21/+92 |
| | | |||||
| * | make it possible to move files out of a shared mount point | Bjoern Schiessle | 2014-04-23 | 2 | -13/+45 |
| | | |||||
| * | typos, use, unused and return fixed | Thomas Müller | 2014-04-23 | 3 | -7/+9 |
| | | |||||
| * | Dont throw an error when a storage isn't found for shared cache | Robin Appelman | 2014-04-23 | 1 | -3/+3 |
| | | |||||
| * | some fixes to make the gallery work, this made it necessary to adjust some ↵ | Bjoern Schiessle | 2014-04-23 | 4 | -219/+32 |
| | | | | | | | | tests and the encryption code | ||||
| * | add unit tests which got lost during rebase | Bjoern Schiessle | 2014-04-23 | 1 | -0/+23 |
| | | |||||
| * | we don't allow to share a folder if it contains a share mount point | Bjoern Schiessle | 2014-04-23 | 4 | -6/+72 |
| | | |||||
| * | fix etag propagation | Bjoern Schiessle | 2014-04-23 | 3 | -46/+68 |
| | | |||||
| * | update script, create Shared folder and adjust target path for the shares | Bjoern Schiessle | 2014-04-23 | 2 | -61/+44 |
| | | |||||
| * | allow to rename group share mount points | Bjoern Schiessle | 2014-04-23 | 1 | -7/+36 |
| | | |||||
| * | cleanup the shared storage, always keep the whole share resource | Bjoern Schiessle | 2014-04-23 | 2 | -39/+43 |
| | | |||||
| * | external storages: allow to mount a folder called "Shared", it is no longer ↵ | Bjoern Schiessle | 2014-04-23 | 2 | -6/+3 |
| | | | | | | | | a reserved name | ||||
| * | also fetch the etag from file cache | Bjoern Schiessle | 2014-04-23 | 1 | -1/+2 |
| | | |||||
| * | make sure that path is not 'false' | Bjoern Schiessle | 2014-04-23 | 2 | -6/+4 |
| | | |||||
| * | fix deleting of shared files | Bjoern Schiessle | 2014-04-23 | 1 | -0/+3 |
| | | |||||
| * | fix updating of shared files | Bjoern Schiessle | 2014-04-23 | 1 | -7/+3 |
| | | |||||
| * | fix encryption tests after the removal of the shared folder | Bjoern Schiessle | 2014-04-23 | 7 | -67/+59 |
| | | |||||
| * | fix share api tests | Bjoern Schiessle | 2014-04-23 | 10 | -176/+90 |
| | | |||||
| * | we no longer need to handle the Shared folder different from any other folder | Bjoern Schiessle | 2014-04-23 | 7 | -140/+8 |
| | | |||||
| * | don't overwrite shared folder icon | Bjoern Schiessle | 2014-04-23 | 1 | -2/+1 |
| | | |||||
| * | show "shared by ..." for share mount point | Bjoern Schiessle | 2014-04-23 | 2 | -1/+14 |
| | | |||||
| * | generate unique target name | Bjoern Schiessle | 2014-04-23 | 1 | -15/+29 |
| | | |||||
| * | fix getMimeType call, we always need to check the source path | Bjoern Schiessle | 2014-04-23 | 1 | -3/+0 |
| | | |||||
| * | user should be able to rename/delete shared files if the owner allowed it | Bjoern Schiessle | 2014-04-23 | 2 | -3/+108 |
| | | |||||
| * | no exception for the root of the mount point (formerly Shared/), just get ↵ | Bjoern Schiessle | 2014-04-23 | 2 | -26/+1 |
| | | | | | | | | the file cache information from the cache | ||||
| * | make sure that we have the right permissions for the mount points | Bjoern Schiessle | 2014-04-23 | 1 | -1/+3 |
| | | |||||
| * | first steps to remove the shared folder: | Bjoern Schiessle | 2014-04-23 | 3 | -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 transifex | Jenkins for ownCloud | 2014-04-24 | 14 | -2/+20 |
| | | |||||
* | | Merge pull request #6297 from leo-b/fix_ldap_errors | blizzz | 2014-04-23 | 3 | -5/+10 |
|\ \ | | | | | | | only check ldap_errno if an ldap_* function actually fails | ||||
| * | | "reset" ldap pagedSearch control by setting it to a high value | Alexander Bergolth | 2014-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | "reset" ldap pagedSearch control by setting it to a high value | root | 2014-03-06 | 1 | -1/+1 |
| | | | | | | | | | | | | call nextEntry via invokeLDAPMethod | ||||
| * | | only check ldap_errno if an ldap_* function actually fails | root | 2014-03-06 | 3 | -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-ie | Thomas Müller | 2014-04-23 | 1 | -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 #7987 | Jan-Christoph Borchardt | 2014-04-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Adjust renaming of directories, fixes #8280 | Robin McCorkell | 2014-04-23 | 1 | -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-6651 | blizzz | 2014-04-23 | 3 | -79/+122 |
|\ \ \ | | | | | | | | | LDAP: fix random resets of filter | ||||
| * | | | fixing some JSHint warnings | Thomas Müller | 2014-04-23 | 2 | -17/+18 |
| | | | | |||||
| * | | | Give hint when composing filter failed | Arthur Schiwon | 2014-04-11 | 1 | -1/+2 |
| | | | | |||||
| * | | | fix comparison in determineMode, fixes problems with restoring the filter ↵ | Arthur Schiwon | 2014-04-11 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | mode (assisted or manually) on page refresh | ||||
| * | | | Merge branch 'ldap-filter-reset-fix' of github.com:ben-denham/core into fix-6651 | Arthur Schiwon | 2014-04-11 | 3 | -74/+112 |
| |\ \ \ | |||||
| | * | | | Changed conditions in user_ldap's ldapFilter.js to use ===, fixed indentation. | ben-denham | 2014-03-14 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Moved LdapFilter into a separate js file in user_ldap. | ben-denham | 2014-03-07 | 3 | -102/+96 |
| | | | | | |||||
| | * | | | Added improved version of patch by @blizzz in ↵ | ben-denham | 2014-03-07 | 1 | -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 transifex | Jenkins for ownCloud | 2014-04-23 | 76 | -68/+41 |
| | | | | | |||||
* | | | | | add additional comments, PHPdoc and check whether it's really applicable | Arthur Schiwon | 2014-04-22 | 1 | -3/+12 |
| | | | | | |||||
* | | | | | LDAP: cache display names immediately on retrieval, saves tens of unecessary ↵ | Arthur Schiwon | 2014-04-22 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | queries to LDAP server in the share dialog for example |