Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use urlencode not rawurlencode | Thomas Mueller | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | the path must be encoded because within the smb4pph code it's decoded again ↵ | Thomas Mueller | 2013-02-11 | 1 | -0/+1 |
| | | | | - pretty easy but still ..... | ||||
* | [files_external] fix config gui for all users | Thomas Mueller | 2013-02-11 | 1 | -1/+1 |
| | | | | backport of 9e05781ec22c3f4e6b89b188332242b03088736e | ||||
* | [files_external] fixing some undefined index | Thomas Mueller | 2013-02-11 | 1 | -0/+10 |
| | |||||
* | [files_external] removing function as it's the same in the base class - THX ↵ | Thomas Mueller | 2013-02-11 | 1 | -5/+0 |
| | | | | | | | Robin Conflicts: apps/files_external/lib/smb.php | ||||
* | Merge pull request #1608 from owncloud/fix-shared-links | Lukas Reschke | 2013-02-11 | 6 | -295/+83 |
|\ | | | | | Fix shared links | ||||
| * | Share: fix table head color for public shared folders | Robin Appelman | 2013-02-11 | 1 | -0/+4 |
| | | |||||
| * | Share: fix downloading selected files from public shared folder | Robin Appelman | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | Share: fix sorting of files in public shared folder | Robin Appelman | 2013-02-11 | 1 | -0/+12 |
| | | |||||
| * | Share: fix nested subfolders in public shared folders | Robin Appelman | 2013-02-11 | 1 | -3/+6 |
| | | |||||
| * | Share: fix breadcrumbs for public shared folder | Robin Appelman | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | Share: fix downloading files from a public shared folder | Robin Appelman | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | Sharing: fix position of file list in public link view of folder | Robin Appelman | 2013-02-11 | 1 | -3/+3 |
| | | |||||
| * | Update tests and apps to the new \OC\Files\Filesystem::init signature | Robin Appelman | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | fix positioning of password label, add autofocus to password field | Björn Schießle | 2013-02-11 | 1 | -2/+2 |
| | | |||||
| * | Set permissions to read only | Michael Gapczynski | 2013-02-10 | 1 | -0/+1 |
| | | |||||
| * | Remove additional old compatibility code | Michael Gapczynski | 2013-02-10 | 1 | -34/+1 |
| | | |||||
| * | Replace filename key with fileTarget in template | Michael Gapczynski | 2013-02-10 | 1 | -3/+3 |
| | | |||||
| * | Merge branch 'master' into fix-shared-links | Michael Gapczynski | 2013-02-10 | 127 | -285/+26445 |
| |\ | |||||
| * | | Proper fix for shared links | Michael Gapczynski | 2013-02-10 | 2 | -21/+26 |
| | | | |||||
| * | | Merge branch 'master' into fix-shared-links | Michael Gapczynski | 2013-02-10 | 142 | -1027/+1197 |
| |\ \ | |||||
| * | | | Fix public links | Michael Gapczynski | 2013-02-10 | 1 | -198/+40 |
| | | | | |||||
| * | | | Remove old OC4 link compatibility | Michael Gapczynski | 2013-02-06 | 1 | -46/+0 |
| | | | | |||||
* | | | | Merge pull request #1493 from owncloud/fix_ldap_stored_homedir | Frank Karlitschek | 2013-02-11 | 4 | -28/+34 |
|\ \ \ \ | |_|_|/ |/| | | | Fix ldap stored homedir | ||||
| * | | | LDAP: fix database cleanup in update script | Arthur Schiwon | 2013-02-09 | 2 | -3/+4 |
| | | | | |||||
| * | | | LDAP: fix settings handling of homeFolderNamingRule option | Arthur Schiwon | 2013-02-06 | 1 | -1/+6 |
| | | | | |||||
| * | | | LDAP: version bump -> clean up database | Arthur Schiwon | 2013-02-06 | 2 | -2/+5 |
| | | | | |||||
| * | | | code style | Arthur Schiwon | 2013-02-06 | 1 | -1/+1 |
| | | | | |||||
| * | | | LDAP: do not store user home as it destroys configurability. always fetch ↵ | Arthur Schiwon | 2013-02-06 | 1 | -25/+22 |
| | | | | | | | | | | | | | | | | it. use of cache is save however, it is cleared when settings are saved | ||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-11 | 13 | -0/+32 |
| | | | | |||||
* | | | | Merge pull request #1558 from schiesbn/trashbin_sizelimit | Björn Schießle | 2013-02-10 | 1 | -27/+135 |
|\ \ \ \ | | | | | | | | | | | Trashbin sizelimit | ||||
| * | | | | debug output removed | Björn Schießle | 2013-02-09 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | comment added | Björn Schießle | 2013-02-09 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | use never more that 50% of available disc space for the trash bin | Björn Schießle | 2013-02-07 | 2 | -24/+67 |
| | | | | | |||||
| * | | | | keep track of trash bin size | Björn Schießle | 2013-02-07 | 1 | -11/+78 |
| | | | | | |||||
* | | | | | Merge pull request #1594 from hkjolhede/master | Lukas Reschke | 2013-02-10 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Corrected namespace path for files_external SFTP backend | ||||
| * | | | | | Update apps/files_external/lib/config.php | hkjolhede | 2013-02-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Corrected minor error | ||||
* | | | | | | Merge pull request #1585 from owncloud/fix_breadcrumb_resizing | Lukas Reschke | 2013-02-10 | 1 | -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 Dreyer | 2013-02-10 | 1 | -3/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #1030 from hkjolhede/master | Lukas Reschke | 2013-02-10 | 26 | -1/+25969 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | SFTP support in files_external app | ||||
| * | | | | | Final changes from icewind1991 | Henrik Kjölhede | 2013-02-10 | 1 | -0/+8 |
| | | | | | | |||||
| * | | | | | Updated phpseclib from git + requested style changes | Henrik Kjölhede | 2013-02-10 | 17 | -896/+1413 |
| | | | | | | |||||
| * | | | | | Security bug | Henrik Kjölhede | 2013-02-09 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Just a little cleaner in touch | Henrik Kjölhede | 2013-02-09 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Update to touch | Henrik Kjölhede | 2013-02-09 | 1 | -1/+5 |
| | | | | | | |||||
| * | | | | | Spelling mistake | Henrik Kjölhede | 2013-02-09 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Added unittest | Henrik Kjölhede | 2013-02-09 | 1 | -0/+7 |
| | | | | | | |||||
| * | | | | | Update to conform to API changes | Henrik Kjölhede | 2013-02-09 | 1 | -3/+4 |
| | | | | | | |||||
| * | | | | | corrected namespace | Henrik Kjölhede | 2013-02-09 | 1 | -2/+1 |
| | | | | | | |||||
| * | | | | | Modified to new class structure | Henrik Kjölhede | 2013-02-09 | 1 | -1/+3 |
| | | | | | |