Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #1015 | Thomas Mueller | 2013-01-26 | 1 | -1/+5 |
| | |||||
* | SQL limit cleanup | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | refs #505 - defining publicListView based on template parameter | Thomas Mueller | 2012-12-12 | 1 | -0/+8 |
| | |||||
* | make sure that all expected array keys are available | Björn Schießle | 2012-12-06 | 1 | -1/+2 |
| | |||||
* | Merge pull request #581 from schiesbn/add_user_to_fscache | Björn Schießle | 2012-11-26 | 1 | -6/+15 |
|\ | | | | | make sure to add the right user as owner of a file to the file cache table | ||||
| * | make sure to add the right user as owner of a file to the file cache table | Björn Schießle | 2012-11-26 | 1 | -6/+15 |
| | | |||||
* | | Backport pull request #380 from butonic/feature_share_link_with_token | Jörn Friedrich Dreyer | 2012-11-26 | 1 | -154/+211 |
|/ | |||||
* | always calll fopen | Björn Schießle | 2012-11-13 | 1 | -2/+2 |
| | |||||
* | create correct file cache entries for new files/folder created in shared folders | Björn Schießle | 2012-11-13 | 1 | -9/+29 |
| | |||||
* | make function static | Björn Schießle | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | introduce util.php for file sharing which provides functionallity which is ↵ | Björn Schießle | 2012-11-08 | 2 | -0/+80 |
| | | | | also needed in other places, e.g. the webdav server | ||||
* | urlencode file/dir to allow special characters in filename/path (issue #95) | Björn Schießle | 2012-11-07 | 1 | -2/+2 |
| | |||||
* | urlencode | Lukas Reschke | 2012-10-24 | 1 | -17/+17 |
| | |||||
* | Shared files are not stored in the file cache. Therefore we need to | Björn Schießle | 2012-10-24 | 1 | -1/+18 |
| | | | | | use the share table from the db to find the item source if the public link re-shares a already shared file. | ||||
* | fix copy&paste error from previous commit | Björn Schießle | 2012-10-22 | 1 | -2/+2 |
| | |||||
* | don't call OC_Filesystem::normalizePath() but simply remove trailing slashes. | Björn Schießle | 2012-10-22 | 1 | -2/+8 |
| | | | | (OC_Filesystem::normalizePath() triggers some strange side effects) | ||||
* | unset UserID after Update | Arthur Schiwon | 2012-10-18 | 1 | -0/+1 |
| | |||||
* | normalize path to avoid problems with trailing slashes, double-slashes, etc. | Björn Schießle | 2012-10-16 | 1 | -2/+2 |
| | |||||
* | generate correct link for shared files and shared directories | Björn Schießle | 2012-10-11 | 1 | -2/+7 |
| | |||||
* | don't show the share action in the file view for publically shared files. | Björn Schießle | 2012-10-11 | 2 | -1/+2 |
| | |||||
* | Fix closing the sharing dropdown by clicking on the share button | Michael Gapczynski | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Remove old Shared folders from the file cache, fixes bug oc-1911 | Michael Gapczynski | 2012-10-07 | 2 | -1/+9 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-07 | 1 | -0/+9 |
| | |||||
* | enable user to download selected files from publically shared directory | Björn Schießle | 2012-10-05 | 1 | -1/+3 |
| | |||||
* | breadcrumbs fixed for public share view | Björn Schießle | 2012-10-05 | 1 | -1/+5 |
| | |||||
* | register download action for directories | Björn Schießle | 2012-10-05 | 1 | -0/+6 |
| | |||||
* | register download action for files | Björn Schießle | 2012-10-05 | 1 | -0/+6 |
| | |||||
* | fix download link for single files in publicly shared directory | Björn Schießle | 2012-10-05 | 1 | -3/+7 |
| | |||||
* | fix download of single publically shared files. | Björn Schießle | 2012-10-05 | 1 | -1/+6 |
| | |||||
* | fixed download of complete publically shared folder | Björn Schießle | 2012-10-05 | 1 | -8/+1 |
| | |||||
* | baseDir has to be the whole path to work with shared directories below the ↵ | Björn Schießle | 2012-10-05 | 1 | -1/+1 |
| | | | | root directory. | ||||
* | no content area, it overlaps the file list | Björn Schießle | 2012-10-05 | 1 | -2/+0 |
| | |||||
* | Prevent displaying errors if public link url parameters are incorrect | Michael Gapczynski | 2012-10-03 | 1 | -0/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-02 | 1 | -3/+3 |
| | |||||
* | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 1 | -1/+1 |
| | | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5 | ||||
* | don't use the complete path but the basename if the file/foder has no ↵ | Björn Schießle | 2012-10-02 | 1 | -1/+1 |
| | | | | | | extension. Otherwise we can end up with different items in the shared directory with the same name (Also folder names can contain dots) | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-02 | 2 | -0/+4 |
| | |||||
* | Sharing: backward compatibility to links from OC 4.0. | Arthur Schiwon | 2012-10-01 | 1 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-01 | 1 | -0/+9 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-28 | 1 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-28 | 1 | -0/+9 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-27 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-26 | 1 | -0/+2 |
| | |||||
* | Sharing: write update errors to logfile; do not die on errors | Arthur Schiwon | 2012-09-26 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-26 | 1 | -0/+2 |
| | |||||
* | Add missing Sharing permission | Arthur Schiwon | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Sharing update: take over reshares and thus don't fail | Arthur Schiwon | 2012-09-25 | 1 | -1/+1 |
| | |||||
* | Fix files_sharing update script, by making filesystem and users available | Arthur Schiwon | 2012-09-25 | 1 | -0/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-25 | 3 | -0/+13 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-24 | 5 | -0/+17 |
| |