| Commit message (Expand) | Author | Age | Files | Lines |
* | also set 'renaming' to false if renaming was aborted, this fixes issue #442 | Björn Schießle | 2012-11-15 | 1 | -1/+1 |
* | Merge pull request #335 from owncloud/sharing_folder_sync_stable45 | Björn Schießle | 2012-11-13 | 3 | -8/+108 |
|\ |
|
| * | always calll fopen | Björn Schießle | 2012-11-13 | 1 | -2/+2 |
| * | create correct file cache entries for new files/folder created in shared folders | Björn Schießle | 2012-11-13 | 1 | -9/+29 |
| * | make function static | Björn Schießle | 2012-11-09 | 1 | -1/+1 |
| * | introduce util.php for file sharing which provides functionallity which is al... | Björn Schießle | 2012-11-08 | 2 | -0/+80 |
* | | LDAP: check if search was successful (fixes a PHP warning), provide meaningfu... | Arthur Schiwon | 2012-11-09 | 1 | -0/+6 |
* | | LDAP: convert binary objectGUID-value to string before storing in DB | Arthur Schiwon | 2012-11-08 | 1 | -1/+35 |
* | | Merge pull request #293 from owncloud/backport_ldap_improved_obj_existance_check | blizzz | 2012-11-08 | 2 | -6/+11 |
|\ \ |
|
| * | | Return an empty array on succesful existence check | Lorenzo M. Catucci | 2012-11-06 | 2 | -3/+4 |
| * | | Return true or false from readAttribute if $attr is empty | Lorenzo M. Catucci | 2012-11-06 | 2 | -6/+10 |
* | | | fix file delete in opera - fixes #188 | Georg Ehrke | 2012-11-08 | 1 | -0/+3 |
* | | | backport fix for the user_webdavauth fix to stable45. approved master fix her... | Frank Karlitschek | 2012-11-08 | 4 | -15/+17 |
| |/
|/| |
|
* | | Revert "fix blocking drag & drop upload of folders" | Robin Appelman | 2012-11-07 | 1 | -2/+2 |
* | | LDAP: fix typo in config value handling. | Arthur Schiwon | 2012-11-07 | 1 | -1/+1 |
* | | urlencode file/dir to allow special characters in filename/path (issue #95) | Björn Schießle | 2012-11-07 | 1 | -2/+2 |
* | | Merge pull request #284 from owncloud/backport_improve_files_update | Lukas Reschke | 2012-11-06 | 1 | -2/+2 |
|\ \ |
|
| * | | prepare SQL query only once, that's what prepared statements are for. Should ... | Arthur Schiwon | 2012-11-06 | 1 | -2/+2 |
| |/ |
|
* / | Fix mkdir and opendir warnings when path does not exist | Arthur Schiwon | 2012-11-06 | 1 | -1/+6 |
|/ |
|
* | support string values ('true' and 'false') for configuring the secure paramet... | Robin Appelman | 2012-11-05 | 4 | -3/+45 |
* | Merge branch 'stable45' of https://github.com/owncloud/core into stable45 | Frank Karlitschek | 2012-11-05 | 1 | -6/+6 |
|\ |
|
| * | code style | Arthur Schiwon | 2012-11-05 | 1 | -1/+1 |
| * | LDAP: clear the cache not only when TTL changes, but with every settings upda... | Arthur Schiwon | 2012-11-05 | 1 | -6/+6 |
* | | backport the approved fix from master to stable45 | Frank Karlitschek | 2012-11-05 | 1 | -0/+1 |
|/ |
|
* | Remove uneeded debug output | Lukas Reschke | 2012-11-04 | 1 | -1/+0 |
* | Add CSRF check | Lukas Reschke | 2012-11-02 | 2 | -1/+2 |
* | Merge pull request #171 from owncloud/load_logging_apps | Thomas Müller | 2012-10-31 | 2 | -4/+4 |
|\ |
|
| * | adapted comments to the code changes | Björn Schießle | 2012-10-31 | 2 | -2/+2 |
| * | load logging apps for webdav connections | Björn Schießle | 2012-10-31 | 2 | -2/+2 |
* | | Backport of pull request #155 | Lukas Reschke | 2012-10-31 | 1 | -0/+2 |
|/ |
|
* | don't call $('#found_versions').chosen(); after opening the history drop-down... | Björn Schießle | 2012-10-27 | 1 | -1/+0 |
* | fix broken paths in versions app | Björn Schießle | 2012-10-27 | 1 | -19/+17 |
* | LDAP: fix again proper check if groups are enabled | Arthur Schiwon | 2012-10-24 | 1 | -1/+3 |
* | urlencode | Lukas Reschke | 2012-10-24 | 1 | -17/+17 |
* | Revert "Fix urlencoding in the breadcrumb" | Lukas Reschke | 2012-10-24 | 1 | -1/+1 |
* | urldecode target directory | Björn Schießle | 2012-10-24 | 1 | -1/+1 |
* | Shared files are not stored in the file cache. Therefore we need to | Björn Schießle | 2012-10-24 | 1 | -1/+18 |
* | LDAP: properly check if Groups-feature is enabled | Arthur Schiwon | 2012-10-24 | 1 | -3/+2 |
* | Fix urlencoding in the breadcrumb | Lukas Reschke | 2012-10-23 | 1 | -1/+1 |
* | Files: urldecode urlencoded dir names, fixes oc-2111 | Arthur Schiwon | 2012-10-23 | 1 | -1/+1 |
* | LDAP: fix db update for Postgres | Arthur Schiwon | 2012-10-23 | 2 | -2/+2 |
* | LDAP: fix cache save and check, fixes oc-2118 | Arthur Schiwon | 2012-10-22 | 1 | -4/+5 |
* | fix copy&paste error from previous commit | Björn Schießle | 2012-10-22 | 1 | -2/+2 |
* | don't call OC_Filesystem::normalizePath() but simply remove trailing slashes. | Björn Schießle | 2012-10-22 | 1 | -2/+8 |
* | unset UserID after Update | Arthur Schiwon | 2012-10-18 | 1 | -0/+1 |
* | normalize path to avoid problems with trailing slashes, double-slashes, etc. | Björn Schießle | 2012-10-16 | 1 | -2/+2 |
* | LDAP: fix retrieval of Quota and Email | Arthur Schiwon | 2012-10-15 | 1 | -6/+9 |
* | make files_versions use OC_User::getHome, fixes 'PHP Warning: Missing argume... | Arthur Schiwon | 2012-10-15 | 1 | -278/+279 |
* | LDAP: check if index is set, fix Notices | Arthur Schiwon | 2012-10-15 | 1 | -1/+2 |
* | fix blocking drag & drop upload of folders | Robin Appelman | 2012-10-12 | 1 | -2/+2 |