Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-09-30 | 668 | -7715/+22511 |
|\ | |||||
| * | 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 | 2 | -2/+3 |
| | | | | | | | | default app (oc-1873) | ||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-30 | 19 | -70/+98 |
| | | |||||
| * | Fix a typo | Lukas Reschke | 2012-09-30 | 1 | -1/+1 |
| | | |||||
| * | Fix double url decoding in fileDownloadPath function | Bart Visscher | 2012-09-29 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #21 from raghunayyar/master | Lukas Reschke | 2012-09-29 | 1 | -1/+1 |
| |\ | | | | | | | CSS typo fixed. | ||||
| | * | Update settings/css/settings.css | Raghu Nayyar | 2012-09-29 | 1 | -1/+1 |
| | | | | | | | | | CSS typo fixed. | ||||
| * | | Fallback for systems without openssl | Lukas Reschke | 2012-09-29 | 3 | -7/+30 |
| | | | |||||
| * | | 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 | ||||
| * | | rand() + uniqid() are not from cryptographic quality | Lukas Reschke | 2012-09-29 | 1 | -1/+1 |
| | | | |||||
| * | | Removed sectoken | Lukas Reschke | 2012-09-29 | 3 | -9/+1 |
| | | | | | | | | | | | | | | | This token is completly useless since an attacker can easily extract it from the page. | ||||
| * | | Removed sectoken | Lukas Reschke | 2012-09-29 | 2 | -12/+4 |
| | | | | | | | | | | | | | | | 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 | 15 | -55/+92 |
| | | | |||||
| * | | [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 | ||||
| | * | | 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 |
| |\ \ \ | | |/ / | |/| | | 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 |
| | | | |