summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-128-0/+36
|
* fix filetype for smb storage backendRobin Appelman2012-10-111-1/+1
|
* fix webdav storage backend when trying to open a non existing file for readingRobin Appelman2012-10-112-3/+6
|
* skip the files_external test cases the correct wayRobin Appelman2012-10-118-134/+125
|
* Various bug fixes for swiftBenjamin Liles2012-10-111-11/+27
|
* generate correct link for shared files and shared directoriesBjörn Schießle2012-10-111-2/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-116-0/+29
|
* don't show the share action in the file view for publically shared files.Björn Schießle2012-10-103-1/+11
|
* only check if #dropdown hasClass drop-versions if a drop down is open. ↵Björn Schießle2012-10-101-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ßle2012-10-102-4/+4
| | | | work here because it doesn't create directories recursively)
* Merge pull request #25 from visit1985/uploadfilesizeThomas Müller2012-10-101-2/+6
|\ | | | | fixed max possible upload size for files app in admin screen
| * fixed max possible upload size for files app in admin screenMichael Göhler2012-10-071-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 transifexJenkins for ownCloud2012-10-105-3/+11
| |
* | Fix closing the sharing dropdown by clicking on the share buttonMichael Gapczynski2012-10-091-1/+1
| |
* | add directory while creating mount pointBjörn Schießle2012-10-091-0/+40
| |
* | Prevent Versions click handler from closing sharing dropdownVicDeo2012-10-091-4/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-091-17/+17
| |
* | check if ID was assignedBjörn Schießle2012-10-081-1/+3
| |
* | remove debug outputBjörn Schießle2012-10-081-1/+1
| |
* | add data-id directly after upload/creation to the file list (bugfix for #1917)Björn Schießle2012-10-084-5/+16
| |
* | add ID to upload form and check if ID exist to avoid loading invalid ↵Björn Schießle2012-10-082-3/+4
| | | | | | | | javascript code for read-only views.
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-082-1/+24
| |
* | Remove old Shared folders from the file cache, fixes bug oc-1911Michael Gapczynski2012-10-072-1/+9
| |
* | Revert part of 5beca59b, fixes file upload bug oc-1926Michael Gapczynski2012-10-071-4/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-076-0/+34
|/
* add support to mount a specific folder from dropboxRobin Appelman2012-10-061-0/+11
|
* test case for dropbox storageRobin Appelman2012-10-062-0/+37
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-062-0/+18
|
* LDAP: we're good for 0.3 now. No code changeArthur Schiwon2012-10-061-1/+1
|
* prevent xss attacksBjörn Schießle2012-10-051-2/+2
|
* enable user to download selected files from publically shared directoryBjörn Schießle2012-10-052-2/+9
|
* breadcrumbs fixed for public share viewBjörn Schießle2012-10-051-1/+5
|
* register download action for directoriesBjörn Schießle2012-10-051-0/+6
|
* register download action for filesBjörn Schießle2012-10-051-0/+6
|
* fix download link for single files in publicly shared directoryBjörn Schießle2012-10-051-3/+7
|
* fix download of single publically shared files.Björn Schießle2012-10-051-1/+6
|
* fixed download of complete publically shared folderBjörn Schießle2012-10-051-8/+1
|
* stripsplashes doesn't work if the slash is the only character -> creating ↵Björn Schießle2012-10-051-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ßle2012-10-051-1/+1
| | | | root directory.
* no content area, it overlaps the file listBjörn Schießle2012-10-051-2/+0
|
* check if element really exists before calling it. (e.g. for public shared ↵Björn Schießle2012-10-051-2/+8
| | | | files view, elements like "navigation" doesn't exist)
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-051-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-0410-0/+63
|
* Prevent displaying errors if public link url parameters are incorrectMichael Gapczynski2012-10-031-0/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-032-0/+11
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-10-0233-92/+120
|
* l18n support added to files_external/jsThomas Mueller2012-10-022-15/+33
|
* remove textbox after pressing "enter" even if the name is the sameBjörn Schießle2012-10-021-16/+15
|
* escape identifiers in queriesJörn Friedrich Dreyer2012-10-021-9/+9
|
* automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-027-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