| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-28 | 107 | -1250/+1718 |
* | Merge pull request #20 from scambra/undo-l10n | Thomas Müller | 2012-09-28 | 1 | -4/+4 |
|\ |
|
| * | undo interpolation in js for 4.5 | scambra | 2012-09-28 | 1 | -4/+4 |
* | | 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 |
|\ \
| |/
|/| |
|
| * | Fix to preserve backward compatibility for apps creating static links contain... | Christian Reiner | 2012-09-28 | 2 | -2/+10 |
| * | 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 de... | Björn Schießle | 2012-09-28 | 2 | -2/+10 |
* | | | move back to "lastmodified" property since "getlastmodified" is protected by ... | Björn Schießle | 2012-09-28 | 1 | -5/+3 |
| |/
|/| |
|
* | | [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 uploa... | Björn Schießle | 2012-09-26 | 1 | -1/+1 |
* | | 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 fr... | Björn Schießle | 2012-09-26 | 1 | -0/+2 |
* | 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 |
* | prepare server for move of property name "lastmodified" to "getlastmodified" ... | Björn Schießle | 2012-09-26 | 1 | -4/+6 |
* | 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 disa... | Michael Gapczynski | 2012-09-25 | 1 | -0/+1 |
| * | [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 |
| * | Passwords containing a ":" don't work with this explode | Lukas Reschke | 2012-09-25 | 1 | -2/+2 |
| * | 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 |
|/ |
|
* | 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 ca... | Arthur Schiwon | 2012-09-25 | 1 | -0/+6 |
| * | [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 |