Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | 6 | -1/+32 |
| | |||||
* | Merge pull request #23 from lipemat/patch-1 | Lukas Reschke | 2012-10-01 | 1 | -1/+1 |
|\ | | | | | | | Fix the File Upload Button in Chrome Arrow was showing under the button in Chrome. With this commit it should be shown correctly. | ||||
| * | Update apps/files/css/files.css | Mat Lipe | 2012-10-01 | 1 | -1/+1 |
| | | | | | | Fixed a strange comment issue | ||||
| * | Update apps/files/css/files.css | Mat Lipe | 2012-09-30 | 1 | -2/+2 |
| | | | | | | Fix the File Upload Button in Chrome. Tested in IE9-8-7, Firefox, Chrome | ||||
* | | LDAP: fix sharing doesn't work with ldap groups, oc-1819 | Arthur Schiwon | 2012-10-01 | 2 | -2/+8 |
| | | |||||
* | | 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 | 2 | -0/+10 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-28 | 8 | -0/+113 |
| | |||||
* | Do urlencoding in linkTo functions | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | Correctly fix oc-1016 and fix downloading of files | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-28 | 4 | -6/+39 |
| | |||||
* | This .gitkeep is unneeded | Lukas Reschke | 2012-09-27 | 1 | -1/+0 |
| | |||||
* | LDAP: comparison, not assignment. Thanks to Manuel Delgado | Arthur Schiwon | 2012-09-27 | 2 | -3/+3 |
| | |||||
* | check if file really exist before add/remove it | Björn Schießle | 2012-09-27 | 2 | -4/+12 |
| | |||||
* | only upload valid ssl root certificates | Björn Schießle | 2012-09-27 | 1 | -6/+14 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-27 | 16 | -0/+136 |
| |