Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-12 | 8 | -0/+36 |
| | |||||
* | fix filetype for smb storage backend | Robin Appelman | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | fix webdav storage backend when trying to open a non existing file for reading | Robin Appelman | 2012-10-11 | 2 | -3/+6 |
| | |||||
* | skip the files_external test cases the correct way | Robin Appelman | 2012-10-11 | 8 | -134/+125 |
| | |||||
* | Various bug fixes for swift | Benjamin Liles | 2012-10-11 | 1 | -11/+27 |
| | |||||
* | generate correct link for shared files and shared directories | Björn Schießle | 2012-10-11 | 1 | -2/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-11 | 6 | -0/+29 |
| | |||||
* | don't show the share action in the file view for publically shared files. | Björn Schießle | 2012-10-10 | 3 | -1/+11 |
| | |||||
* | only check if #dropdown hasClass drop-versions if a drop down is open. ↵ | Björn Schießle | 2012-10-10 | 1 | -2/+2 |
| | | | | Otherwise it will never open the history drop-down | ||||
* | fix missing dir creation for file versions (OC_Filesystemview::mkdir doesn't ↵ | Björn Schießle | 2012-10-10 | 2 | -4/+4 |
| | | | | work here because it doesn't create directories recursively) | ||||
* | Merge pull request #25 from visit1985/uploadfilesize | Thomas Müller | 2012-10-10 | 1 | -2/+6 |
|\ | | | | | fixed max possible upload size for files app in admin screen | ||||
| * | fixed max possible upload size for files app in admin screen | Michael Göhler | 2012-10-07 | 1 | -2/+6 |
| | | | | | | | | | | used get_cfg_var() to get the real limit from php.ini instead of .ht_access dont know why we used PHP_INT_MAX here... | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-10 | 5 | -3/+11 |
| | | |||||
* | | Fix closing the sharing dropdown by clicking on the share button | Michael Gapczynski | 2012-10-09 | 1 | -1/+1 |
| | | |||||
* | | add directory while creating mount point | Björn Schießle | 2012-10-09 | 1 | -0/+40 |
| | | |||||
* | | Prevent Versions click handler from closing sharing dropdown | VicDeo | 2012-10-09 | 1 | -4/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-09 | 1 | -17/+17 |
| | | |||||
* | | check if ID was assigned | Björn Schießle | 2012-10-08 | 1 | -1/+3 |
| | | |||||
* | | remove debug output | Björn Schießle | 2012-10-08 | 1 | -1/+1 |
| | | |||||
* | | add data-id directly after upload/creation to the file list (bugfix for #1917) | Björn Schießle | 2012-10-08 | 4 | -5/+16 |
| | | |||||
* | | add ID to upload form and check if ID exist to avoid loading invalid ↵ | Björn Schießle | 2012-10-08 | 2 | -3/+4 |
| | | | | | | | | javascript code for read-only views. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-08 | 2 | -1/+24 |
| | | |||||
* | | Remove old Shared folders from the file cache, fixes bug oc-1911 | Michael Gapczynski | 2012-10-07 | 2 | -1/+9 |
| | | |||||
* | | Revert part of 5beca59b, fixes file upload bug oc-1926 | Michael Gapczynski | 2012-10-07 | 1 | -4/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-07 | 6 | -0/+34 |
|/ | |||||
* | add support to mount a specific folder from dropbox | Robin Appelman | 2012-10-06 | 1 | -0/+11 |
| | |||||
* | test case for dropbox storage | Robin Appelman | 2012-10-06 | 2 | -0/+37 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-06 | 2 | -0/+18 |
| | |||||
* | LDAP: we're good for 0.3 now. No code change | Arthur Schiwon | 2012-10-06 | 1 | -1/+1 |
| | |||||
* | prevent xss attacks | Björn Schießle | 2012-10-05 | 1 | -2/+2 |
| | |||||
* | enable user to download selected files from publically shared directory | Björn Schießle | 2012-10-05 | 2 | -2/+9 |
| | |||||
* | 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 |
| | |||||
* | stripsplashes doesn't work if the slash is the only character -> creating ↵ | Björn Schießle | 2012-10-05 | 1 | -4/+3 |
| | | | | file in root dir leads to "//filename" | ||||
* | 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 |
| | |||||
* | check if element really exists before calling it. (e.g. for public shared ↵ | Björn Schießle | 2012-10-05 | 1 | -2/+8 |
| | | | | files view, elements like "navigation" doesn't exist) | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-05 | 1 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-04 | 10 | -0/+63 |
| | |||||
* | 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-03 | 2 | -0/+11 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-02 | 33 | -92/+120 |
| | |||||
* | l18n support added to files_external/js | Thomas Mueller | 2012-10-02 | 2 | -15/+33 |
| | |||||
* | remove textbox after pressing "enter" even if the name is the same | Björn Schießle | 2012-10-02 | 1 | -16/+15 |
| | |||||
* | escape identifiers in queries | Jörn Friedrich Dreyer | 2012-10-02 | 1 | -9/+9 |
| | |||||
* | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 7 | -7/+7 |
| | | | | | | | 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 |