| Commit message (Expand) | Author | Age | Files | Lines |
* | 4.5.8v4.5.8 | Frank Karlitschek | 2013-03-09 | 1 | -2/+2 |
* | Check if username is valid and remove slashes from filename | Lukas Reschke | 2013-03-11 | 1 | -1/+10 |
* | fix foldersize check to validate zip input size | Arthur Schiwon | 2013-03-09 | 1 | -5/+11 |
* | backported session fix from pull request #1898 to stable 45 to fix #1049 | Bernhard Posselt | 2013-03-07 | 1 | -3/+18 |
* | backport 6acbadf41833c8d5a78aabb06c6c7e0f4f4c019b | Arthur Schiwon | 2013-03-06 | 1 | -2/+4 |
* | 4.5.7v4.5.7 | Frank Karlitschek | 2013-02-18 | 1 | -2/+2 |
* | we should never drop a database | Thomas Mueller | 2013-02-15 | 1 | -0/+3 |
* | Invalidate existing HSTS headers | Lukas Reschke | 2013-02-14 | 1 | -0/+5 |
* | Remove invalid characters from app id to prevent loading of invalid ressources. | Lukas Reschke | 2013-02-11 | 1 | -0/+9 |
* | know your libraries ;-) | Thomas Müller | 2013-02-09 | 1 | -6/+2 |
* | simplify mimetype parsing of 'file' output | Jörn Friedrich Dreyer | 2013-02-07 | 1 | -10/+4 |
* | backport #1357 to stable45 | Thomas Mueller | 2013-02-06 | 2 | -0/+10 |
* | use variable instead of a second array lookup | Björn Schießle | 2013-02-05 | 1 | -1/+1 |
* | remember which item was switched to which id, so that later the correct item ... | Björn Schießle | 2013-02-05 | 1 | -1/+7 |
* | offer change password only when the action is supported by the user backend | Arthur Schiwon | 2013-02-05 | 1 | -0/+18 |
* | Merge pull request #1183 from owncloud/fix-388-stable45 | Michael Gapczynski | 2013-01-31 | 3 | -19/+86 |
|\ |
|
| * | backport of #1066 to stabe45 | Thomas Mueller | 2013-01-14 | 3 | -19/+86 |
* | | Merge pull request #1249 from owncloud/backport_1234 | Thomas Müller | 2013-01-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Backport #1234 by @MTGap | Thomas Tanghus | 2013-01-21 | 1 | -1/+1 |
* | | | Case insensitive Lang Detection fix #1328 | Brice Maron | 2013-01-31 | 1 | -1/+1 |
* | | | Revoke DB rights on install only if the db is newly created | Brice Maron | 2013-01-28 | 1 | -2/+4 |
* | | | fixes #1015 | Thomas Mueller | 2013-01-26 | 1 | -2/+6 |
* | | | Backport of #1113 should fix #622 | Brice Maron | 2013-01-26 | 4 | -14/+23 |
* | | | move hooks to base.php | Björn Schießle | 2013-01-25 | 2 | -2/+5 |
* | | | 4.5.6v4.5.6 | Frank Karlitschek | 2013-01-21 | 1 | -2/+2 |
* | | | Merge pull request #1248 from owncloud/remove_ctrl_M_chars | Lukas Reschke | 2013-01-21 | 1 | -50/+50 |
|\| | |
|
| * | | Remove eol ^M chars. | Thomas Tanghus | 2013-01-21 | 1 | -50/+50 |
* | | | Fix the loop to search al the available languages, not only the las element. | Sergi Almacellas Abellana | 2013-01-21 | 1 | -4/+4 |
* | | | Improve autodetection of language. | Sergi Almacellas Abellana | 2013-01-21 | 1 | -2/+8 |
|/ / |
|
* | | Also replace the backslash with a minus | Lukas Reschke | 2013-01-19 | 1 | -1/+2 |
* | | fix error message, add appid to the output to know which app caused the error | Björn Schießle | 2013-01-18 | 1 | -1/+1 |
|/ |
|
* | use rawurlencode to fix 1073 | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -2/+2 |
* | SQL limit cleanup | Jörn Friedrich Dreyer | 2013-01-09 | 1 | -1/+1 |
* | Merge pull request #867 from eMerzh/pg_install_db | Thomas Müller | 2013-01-08 | 1 | -53/+58 |
|\ |
|
| * | postgresql connect with specify db if 'postgres' does not work | Brice Maron | 2012-12-13 | 1 | -53/+58 |
* | | Merge pull request #963 from schiesbn/fix_expire_all_versions | Frank Karlitschek | 2013-01-07 | 1 | -5/+5 |
|\ \ |
|
| * | | fix the delete all function, no need to add user to the path, fixed broken fu... | Björn Schießle | 2012-12-19 | 1 | -5/+5 |
* | | | Merge pull request #956 from RandolfCarter/DefaultEmailAddressStable45 | Thomas Müller | 2013-01-06 | 1 | -0/+36 |
|\ \ \ |
|
| * | | | Fixes incorrect variable name | Randolph Carter | 2012-12-21 | 1 | -2/+2 |
| * | | | backport of fixing default email sender address | Randolph Carter | 2012-12-19 | 1 | -0/+36 |
| |/ / |
|
* | | | add smtp port configuration option | Thomas Mueller | 2013-01-02 | 1 | -6/+8 |
* | | | Merge pull request #931 from owncloud/stable45_fix_utf8_filenames_in_ie_download | Thomas Müller | 2012-12-25 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | fix utf8 filenames in ie download response header according to rfc5987, see h... | Jörn Friedrich Dreyer | 2012-12-17 | 1 | -1/+6 |
* | | | | Merge pull request #957 from owncloud/download-progress-stable45 | Jan-Christoph Borchardt | 2012-12-20 | 1 | -2/+1 |
|\ \ \ \ |
|
| * | | | | backport of #954 to stable45 | Thomas Mueller | 2012-12-19 | 1 | -2/+1 |
| | |/ /
| |/| | |
|
* / | | | ownCloud 4.5.5v4.5.5 | Frank Karlitschek | 2012-12-19 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge pull request #848 from VicDeo/stable45 | Thomas Müller | 2012-12-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Close DB connection as it is no longer required. Fix #638 | Victor Dubiniuk | 2012-12-12 | 1 | -1/+1 |
* | | | | Merge pull request #835 from owncloud/increasesize_rootfolder | Thomas Müller | 2012-12-14 | 1 | -3/+9 |
|\ \ \ \ |
|
| * | | | | fix increaseSize when called directly on the root folder | Robin Appelman | 2012-12-12 | 1 | -1/+4 |