Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do urlencoding in linkTo functions | Bart Visscher | 2012-09-28 | 6 | -5/+8 |
| | |||||
* | Fix syntax error in removeETagHook | Bart Visscher | 2012-09-28 | 1 | -5/+5 |
| | |||||
* | After selecting a search result, hide the results | Bart Visscher | 2012-09-28 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | Correctly fix oc-1016 and fix downloading of files | Bart Visscher | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19 from arkascha/master | Lukas Reschke | 2012-09-28 | 8 | -18/+130 |
|\ | | | | | Reimplementation of CSRF protection strategy | ||||
| * | Fix to preserve backward compatibility for apps creating static links ↵ | Christian Reiner | 2012-09-28 | 2 | -2/+10 |
| | | | | | | | | containing the request token (currently the contacts app and maybe some 3rd party implementations) | ||||
| * | Added name to AUTHORS file, since mentioned in file headers. | Christian Reiner | 2012-09-28 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' of git://github.com/owncloud/core | Christian Reiner | 2012-09-28 | 80 | -682/+938 |
| |\ | |||||
| * | | Reimplementation of CSRF protection including autorefresh | Christian Reiner | 2012-09-28 | 7 | -24/+127 |
| | | | |||||
* | | | 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 | 29 | -230/+298 |
| | | |||||
* | | some more sane column sizes for appconfig and preferences | Robin Appelman | 2012-09-27 | 2 | -8/+8 |
| | | |||||
* | | This .gitkeep is unneeded | Lukas Reschke | 2012-09-27 | 1 | -1/+0 |
| | | |||||
* | | LDAP: comparison, not assignment. Thanks to Manuel Delgado | Arthur Schiwon | 2012-09-27 | 2 | -3/+3 |
| | | |||||
* | | check if file really exist before add/remove it | Björn Schießle | 2012-09-27 | 2 | -4/+12 |
| | | |||||
* | | only upload valid ssl root certificates | Björn Schießle | 2012-09-27 | 1 | -6/+14 |
| | | |||||
* | | RC 1v4.5.0RC1 | Frank Karlitschek | 2012-09-27 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-27 | 57 | -443/+616 |
| | | |||||
* | | take '\' on windows systems into account to prevent file deletion above ↵ | Björn Schießle | 2012-09-26 | 1 | -1/+1 |
| | | | | | | | | upload direectory | ||||
* | | fix security issue, don't allow to go back in the path | Björn Schießle | 2012-09-26 | 1 | -1/+1 |
|/ | |||||
* | 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) | ||||
* | fix sharing for newly uploaded or created files | Robin Appelman | 2012-09-26 | 3 | -9/+17 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-26 | 189 | -2863/+6145 |
| | |||||
* | Python language setting on gettext | Thomas Müller | 2012-09-26 | 1 | -1/+1 |
| | | | gettext with language setting 'Python' gives better results than 'Perl' | ||||
* | 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 | ||||
* | Sharing: write update errors to logfile; do not die on errors | Arthur Schiwon | 2012-09-26 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:owncloud/core | Björn Schießle | 2012-09-26 | 37 | -183/+281 |
|\ | |||||
| * | Fix unsetting share expiration date | Michael Gapczynski | 2012-09-26 | 2 | -3/+14 |
| | | |||||
| * | Show share expiration date set for shared item | Michael Gapczynski | 2012-09-26 | 1 | -5/+13 |
| | | |||||
| * | Properly format the share expiration time for the database, fixes bug oc-1779 | Michael Gapczynski | 2012-09-25 | 1 | -5/+10 |
| | | |||||
| * | Stop autocomplete selection event propogration so share dropdown doesn't ↵ | Michael Gapczynski | 2012-09-25 | 1 | -0/+1 |
| | | | | | | | | disappear, fixes bug oc-1773 | ||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-26 | 32 | -167/+223 |
| | | |||||
| * | 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 | ||||
| * | Add missing Sharing permission | Arthur Schiwon | 2012-09-25 | 1 | -1/+1 |
| | | |||||
| * | Sharing update: take over reshares and thus don't fail | Arthur Schiwon | 2012-09-25 | 1 | -1/+1 |
| | | |||||
* | | - take webdav namespace for properties into account | Björn Schießle | 2012-09-26 | 3 | -12/+14 |
|/ | | | | - change update routine to add the namesapce to all stored properties | ||||
* | Merge branch 'master' of github.com:owncloud/core | Björn Schießle | 2012-09-25 | 48 | -370/+630 |
|\ | |||||
| * | Fix files_sharing update script, by making filesystem and users available | Arthur Schiwon | 2012-09-25 | 1 | -0/+7 |
| | | |||||
| * | 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 | 43 | -364/+610 |
| | | |||||
| * | Fix getting individual shared file information | Bart Visscher | 2012-09-24 | 1 | -1/+2 |
| | | |||||
| * | Small css fix for button new in files. fix oc-1638 | Brice Maron | 2012-09-24 | 1 | -1/+1 |
| | | |||||
| * | use file instead of dir in search provider file fix result urls | Jörn Friedrich Dreyer | 2012-09-24 | 1 | -4/+4 |
| | | |||||
* | | seperate the form to set up the mount points and the form to upload ssl ↵ | Björn Schießle | 2012-09-25 | 1 | -11/+15 |
|/ | | | | certificates | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-24 | 75 | -745/+1204 |
| | |||||
* | Fix typo | Lukas Reschke | 2012-09-23 | 1 | -1/+1 |
| |