summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* use urlencode not rawurlencodeThomas Mueller2013-02-111-1/+1
|
* the path must be encoded because within the smb4pph code it's decoded again ↵Thomas Mueller2013-02-111-0/+1
| | | | - pretty easy but still .....
* [files_external] fix config gui for all usersThomas Mueller2013-02-111-1/+1
| | | | backport of 9e05781ec22c3f4e6b89b188332242b03088736e
* [files_external] fixing some undefined indexThomas Mueller2013-02-111-0/+10
|
* [files_external] removing function as it's the same in the base class - THX ↵Thomas Mueller2013-02-111-5/+0
| | | | | | | Robin Conflicts: apps/files_external/lib/smb.php
* Merge pull request #1608 from owncloud/fix-shared-linksLukas Reschke2013-02-116-295/+83
|\ | | | | Fix shared links
| * Share: fix table head color for public shared foldersRobin Appelman2013-02-111-0/+4
| |
| * Share: fix downloading selected files from public shared folderRobin Appelman2013-02-111-1/+1
| |
| * Share: fix sorting of files in public shared folderRobin Appelman2013-02-111-0/+12
| |
| * Share: fix nested subfolders in public shared foldersRobin Appelman2013-02-111-3/+6
| |
| * Share: fix breadcrumbs for public shared folderRobin Appelman2013-02-111-1/+1
| |
| * Share: fix downloading files from a public shared folderRobin Appelman2013-02-111-1/+1
| |
| * Sharing: fix position of file list in public link view of folderRobin Appelman2013-02-111-3/+3
| |
| * Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman2013-02-111-1/+1
| |
| * fix positioning of password label, add autofocus to password fieldBjörn Schießle2013-02-111-2/+2
| |
| * Set permissions to read onlyMichael Gapczynski2013-02-101-0/+1
| |
| * Remove additional old compatibility codeMichael Gapczynski2013-02-101-34/+1
| |
| * Replace filename key with fileTarget in templateMichael Gapczynski2013-02-101-3/+3
| |
| * Merge branch 'master' into fix-shared-linksMichael Gapczynski2013-02-10127-285/+26445
| |\
| * | Proper fix for shared linksMichael Gapczynski2013-02-102-21/+26
| | |
| * | Merge branch 'master' into fix-shared-linksMichael Gapczynski2013-02-10142-1027/+1197
| |\ \
| * | | Fix public linksMichael Gapczynski2013-02-101-198/+40
| | | |
| * | | Remove old OC4 link compatibilityMichael Gapczynski2013-02-061-46/+0
| | | |
* | | | Merge pull request #1493 from owncloud/fix_ldap_stored_homedirFrank Karlitschek2013-02-114-28/+34
|\ \ \ \ | |_|_|/ |/| | | Fix ldap stored homedir
| * | | LDAP: fix database cleanup in update scriptArthur Schiwon2013-02-092-3/+4
| | | |
| * | | LDAP: fix settings handling of homeFolderNamingRule optionArthur Schiwon2013-02-061-1/+6
| | | |
| * | | LDAP: version bump -> clean up databaseArthur Schiwon2013-02-062-2/+5
| | | |
| * | | code styleArthur Schiwon2013-02-061-1/+1
| | | |
| * | | LDAP: do not store user home as it destroys configurability. always fetch ↵Arthur Schiwon2013-02-061-25/+22
| | | | | | | | | | | | | | | | it. use of cache is save however, it is cleared when settings are saved
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-1113-0/+32
| | | |
* | | | Merge pull request #1558 from schiesbn/trashbin_sizelimitBjörn Schießle2013-02-101-27/+135
|\ \ \ \ | | | | | | | | | | Trashbin sizelimit
| * | | | debug output removedBjörn Schießle2013-02-091-1/+0
| | | | |
| * | | | comment addedBjörn Schießle2013-02-091-2/+1
| | | | |
| * | | | use never more that 50% of available disc space for the trash binBjörn Schießle2013-02-072-24/+67
| | | | |
| * | | | keep track of trash bin sizeBjörn Schießle2013-02-071-11/+78
| | | | |
* | | | | Merge pull request #1594 from hkjolhede/masterLukas Reschke2013-02-101-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Corrected namespace path for files_external SFTP backend
| * | | | | Update apps/files_external/lib/config.phphkjolhede2013-02-101-1/+1
| | | | | | | | | | | | | | | | | | Corrected minor error
* | | | | | Merge pull request #1585 from owncloud/fix_breadcrumb_resizingLukas Reschke2013-02-101-3/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | count divs in actions instead of action div itself (is set to 100%)
| * | | | | | count divs in actions instead of action div itself (is set to 100%)Jörn Friedrich Dreyer2013-02-101-3/+4
| | | | | | |
* | | | | | | Merge pull request #1030 from hkjolhede/masterLukas Reschke2013-02-1026-1/+25969
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / SFTP support in files_external app
| * | | | | Final changes from icewind1991Henrik Kjölhede2013-02-101-0/+8
| | | | | |
| * | | | | Updated phpseclib from git + requested style changesHenrik Kjölhede2013-02-1017-896/+1413
| | | | | |
| * | | | | Security bugHenrik Kjölhede2013-02-091-1/+1
| | | | | |
| * | | | | Just a little cleaner in touchHenrik Kjölhede2013-02-091-1/+1
| | | | | |
| * | | | | Update to touchHenrik Kjölhede2013-02-091-1/+5
| | | | | |
| * | | | | Spelling mistakeHenrik Kjölhede2013-02-091-1/+1
| | | | | |
| * | | | | Added unittestHenrik Kjölhede2013-02-091-0/+7
| | | | | |
| * | | | | Update to conform to API changesHenrik Kjölhede2013-02-091-3/+4
| | | | | |
| * | | | | corrected namespaceHenrik Kjölhede2013-02-091-2/+1
| | | | | |
| * | | | | Modified to new class structureHenrik Kjölhede2013-02-091-1/+3
| | | | | |