Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 2 | -4/+4 |
| | | | | | | | 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 | ||||
* | fix create folder and upload file issue on win, fixes oc-1747, solution ↵ | Arthur Schiwon | 2012-10-02 | 1 | -2/+2 |
| | | | | follows suggestion from bug tracker | ||||
* | We can't rely on the assumption that if the matching target is from the same ↵ | Björn Schießle | 2012-10-02 | 1 | -10/+30 |
| | | | | | | | | | owner that the share type will be different. Files in different folders can have the same name. Therefore also a unique name has to be generated if the matching target it from the same user. Also for folders and files with the same name a unique target name has to be generated If matching target is from the same owner, use the same target. The share type will be different so this isn't the sa | ||||
* | Search: fix Notice and thus broken search with activiated error reporting | Arthur Schiwon | 2012-10-01 | 1 | -1/+5 |
| | |||||
* | update the filecache by setting mtimes to 0 when the mount configuration has ↵ | Robin Appelman | 2012-09-30 | 3 | -4/+18 |
| | | | | changed instead of clearing the cache | ||||
* | fix updating the filecache for when contents of a folder has changed | Robin Appelman | 2012-09-30 | 1 | -5/+8 |
| | |||||
* | fix mimetype detection using the 'file' command in some edge cases | Robin Appelman | 2012-09-30 | 1 | -0/+1 |
| | |||||
* | reload the current url when login in instead of always redirecting to the ↵ | Robin Appelman | 2012-09-30 | 1 | -1/+2 |
| | | | | default app (oc-1873) | ||||
* | Fix a typo | Lukas Reschke | 2012-09-30 | 1 | -1/+1 |
| | |||||
* | Fallback for systems without openssl | Lukas Reschke | 2012-09-29 | 2 | -6/+29 |
| | |||||
* | mt_rand() is not secure from a cryptographic point of view, let's use ↵ | Lukas Reschke | 2012-09-29 | 1 | -1/+2 |
| | | | | openssl_random_pseudo_bytes() here | ||||
* | Removed sectoken | Lukas Reschke | 2012-09-29 | 2 | -8/+1 |
| | | | | | This token is completly useless since an attacker can easily extract it from the page. | ||||
* | mt_rand() is not secure from a security point of view and predictable. Let's ↵ | Lukas Reschke | 2012-09-29 | 1 | -1/+3 |
| | | | | | | | use openssl_random_pseudo_bytes() instead. Before: 26 bits entropy After: 72 bits entropy | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-29 | 1 | -0/+24 |
| | |||||
* | Do urlencoding in linkTo functions | Bart Visscher | 2012-09-28 | 4 | -3/+6 |
| | |||||
* | Fix syntax error in removeETagHook | Bart Visscher | 2012-09-28 | 1 | -5/+5 |
| | |||||
* | urlencode filename in search result, fixes problems with & in name | Bart Visscher | 2012-09-28 | 1 | -0/+1 |
| | |||||
* | Simplify generating file search results | Bart Visscher | 2012-09-28 | 1 | -8/+14 |
| | |||||
* | Merge pull request #19 from arkascha/master | Lukas Reschke | 2012-09-28 | 3 | -10/+30 |
|\ | | | | | Reimplementation of CSRF protection strategy | ||||
| * | Fix to preserve backward compatibility for apps creating static links ↵ | Christian Reiner | 2012-09-28 | 1 | -0/+8 |
| | | | | | | | | containing the request token (currently the contacts app and maybe some 3rd party implementations) | ||||
| * | Merge branch 'master' of git://github.com/owncloud/core | Christian Reiner | 2012-09-28 | 2 | -4/+4 |
| |\ | |||||
| * | | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 3 | -16/+28 |
| | | | |||||
* | | | etag has to be removed after version rollback to enable the sync client to ↵ | Björn Schießle | 2012-09-28 | 2 | -2/+10 |
| | | | | | | | | | | | | detect the changes (bug #1829) | ||||
* | | | move back to "lastmodified" property since "getlastmodified" is protected by ↵ | Björn Schießle | 2012-09-28 | 1 | -5/+3 |
| |/ |/| | | | | | webdav | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-28 | 1 | -2/+2 |
| | | |||||
* | | some more sane column sizes for appconfig and preferences | Robin Appelman | 2012-09-27 | 1 | -1/+1 |
| | | |||||
* | | RC 1v4.5.0RC1 | Frank Karlitschek | 2012-09-27 | 1 | -2/+2 |
|/ | |||||
* | The mtime in the file cache has to be updated after version rollback (copy ↵ | Björn Schießle | 2012-09-26 | 1 | -0/+2 |
| | | | | from outside of the regular files root) (fixes bug #1720) | ||||
* | prepare server for move of property name "lastmodified" to "getlastmodified" ↵ | Björn Schießle | 2012-09-26 | 1 | -4/+6 |
| | | | | | | according to RFC4918. Depreciated const can be removed after sync client update and release | ||||
* | Merge branch 'master' of github.com:owncloud/core | Björn Schießle | 2012-09-26 | 3 | -8/+34 |
|\ | |||||
| * | Fix unsetting share expiration date | Michael Gapczynski | 2012-09-26 | 1 | -2/+6 |
| | | |||||
| * | Properly format the share expiration time for the database, fixes bug oc-1779 | Michael Gapczynski | 2012-09-25 | 1 | -5/+10 |
| | | |||||
| * | Add OC_Files::searchByMime function | Bart Visscher | 2012-09-25 | 1 | -1/+18 |
| | | | | | | | | Include shared files in result | ||||
| * | Passwords containing a ":" don't work with this explode | Lukas Reschke | 2012-09-25 | 1 | -2/+2 |
| | | | | | | | | Thanks to mETz | ||||
* | | - take webdav namespace for properties into account | Björn Schießle | 2012-09-26 | 1 | -2/+2 |
|/ | | | | - change update routine to add the namesapce to all stored properties | ||||
* | backwards compat to older xcache versions, don't fail when trying to clear ↵ | Arthur Schiwon | 2012-09-25 | 1 | -0/+6 |
| | | | | cache by prefix | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-25 | 1 | -0/+28 |
| | |||||
* | Fix getting individual shared file information | Bart Visscher | 2012-09-24 | 1 | -1/+2 |
| | |||||
* | use file instead of dir in search provider file fix result urls | Jörn Friedrich Dreyer | 2012-09-24 | 1 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-24 | 2 | -1/+30 |
| | |||||
* | fix some more phpdoc | Robin Appelman | 2012-09-23 | 13 | -307/+351 |
| | |||||
* | fix phpdoc and handle some edges cases better in oc_db | Robin Appelman | 2012-09-23 | 1 | -31/+67 |
| | |||||
* | Sanitize user input | Lukas Reschke | 2012-09-22 | 1 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-22 | 1 | -0/+25 |
| | |||||
* | Merge pull request #17 from scambra/4.5-l10n-fixes | Thomas Müller | 2012-09-21 | 1 | -1/+2 |
|\ | | | | | Fix some untranslated strings | ||||
| * | fix translation for core/lostpassword | scambra | 2012-09-21 | 1 | -1/+2 |
| | | |||||
* | | Catch exceptions when updating an app | Bart Visscher | 2012-09-21 | 1 | -1/+7 |
| | | |||||
* | | Fix undefined user var, use getUser | Bart Visscher | 2012-09-21 | 1 | -1/+1 |
| | | |||||
* | | Forgot to return the fileinfo | Bart Visscher | 2012-09-21 | 2 | -1/+2 |
| | | |||||
* | | Don't use OC_FileCache directly, but use the functions in OC_Files | Bart Visscher | 2012-09-21 | 2 | -3/+33 |
| | | | | | | | | This adds getFileInfo to OC_Files to also get fileinfo from shared files |