Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-31 | 1 | -4/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-30 | 1 | -0/+2 |
| | |||||
* | Fix shared status icons | Michael Gapczynski | 2012-10-28 | 1 | -30/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-27 | 2 | -0/+8 |
| | |||||
* | Forget to urlencode the path | Lukas Reschke | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | urlencode | Lukas Reschke | 2012-10-24 | 1 | -6/+6 |
| | |||||
* | Apply coding style guide | Thomas Müller | 2012-10-24 | 1 | -1/+2 |
| | |||||
* | fix copy&paste bug from previous commit | Björn Schießle | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Place the brackets in the first line | Lukas Reschke | 2012-10-24 | 1 | -60/+59 |
| | |||||
* | Apply coding style guide | Thomas Müller | 2012-10-24 | 1 | -203/+203 |
| | | | http://owncloud.org/dev/coding-style-guide/ | ||||
* | calling OC_Filesystem at this point will initialize file system with wrong ↵ | Björn Schießle | 2012-10-24 | 1 | -2/+8 |
| | | | | user (for public shared links if another user is logged in). Therefore remove trailing slashes without the help of OC_Filesystem. | ||||
* | Merge pull request #76 from fmms/master | Lukas Reschke | 2012-10-23 | 1 | -1/+1 |
|\ | | | | | checkstyle: some more cleanups | ||||
| * | Codestyle: FunctionCallArgumentSpacing | Felix Moeller | 2012-10-23 | 1 | -1/+1 |
| | | |||||
* | | Remove uneeded vendor prefixes | Lukas Reschke | 2012-10-24 | 1 | -2/+0 |
| | | |||||
* | | Format the CSS in a readable way | Lukas Reschke | 2012-10-23 | 1 | -11/+73 |
| | | |||||
* | | Merge pull request #12 from scambra/fixes | icewind1991 | 2012-10-23 | 1 | -0/+8 |
|\ \ | |/ |/| | check free space using folder's owner | ||||
| * | check free space using folder's owner | scambra | 2012-09-19 | 1 | -0/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-23 | 3 | -5/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-21 | 1 | -0/+9 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-20 | 4 | -5/+14 |
| | | |||||
* | | unset UserID after Update | Arthur Schiwon | 2012-10-18 | 1 | -0/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-16 | 1 | -0/+9 |
| | | |||||
* | | normalize path to avoid problems with trailing slashes, double-slashes, etc. | Björn Schießle | 2012-10-16 | 1 | -2/+2 |
| | | |||||
* | | Whitespace cleanup | Bart Visscher | 2012-10-14 | 2 | -7/+7 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-14 | 1 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-12 | 2 | -0/+4 |
| | | |||||
* | | 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-10 | 2 | -1/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-10 | 1 | -0/+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 |
| | |