summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-02-18112-210/+22
|
* Merge pull request #14266 from owncloud/encodeUriComponentPerDefaultClark Tomlinson2015-02-172-6/+28
|\ | | | | Encode parameters in `OC.generateUrl` by itself
| * Encode parameters in `OC.generateUrl` by itselfLukas Reschke2015-02-172-6/+28
| | | | | | | | | | | | | | | | This function is often used in a wrong and potential dangerous way... Thus we should escape the URL per default and offer developers to disable the automatic escaping via an option parameter if they really want that behaviour. Might break some things, however, those things are then easy to fix and we really have a ton of bugs caused by this... Fixes https://github.com/owncloud/core/issues/14228
* | Remove Null Byte CheckLukas Reschke2015-02-172-12/+0
|/ | | | This is not relevant anymore since we require PHP 5.4
* Merge pull request #13866 from rullzer/avatar_share_dialogVincent Petry2015-02-175-3/+117
|\ | | | | Avatars in share dialog
| * Extended avatar unit testsRoeland Jago Douma2015-02-131-14/+61
| |
| * Added config checkRoeland Jago Douma2015-02-132-8/+19
| |
| * Small unit test rewriteRoeland Jago Douma2015-02-121-1/+1
| |
| * Added unit testRoeland Jago Douma2015-02-122-2/+37
| |
| * Added dependancy for the JS unit testsRoeland Jago Douma2015-02-121-1/+2
| | | | | | | | Still not correct but it is a small step
| * Display user avatar in share dialogRoeland Jago Douma2015-02-122-2/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-1772-78/+22
| |
* | Merge pull request #13750 from owncloud/enhanced-code-checkerThomas Müller2015-02-162-0/+54
|\ \ | | | | | | Implement php code checker to detect usage of not allowed private ...
| * | implement php code checker to detect usage of not allowed private APIs - ↵Thomas Müller2015-02-102-0/+54
| | | | | | | | | | | | including console command to check local code to be used by developers
* | | Merge pull request #13890 from owncloud/add-no-referrerLukas Reschke2015-02-164-3/+14
|\ \ \ | | | | | | | | Add `rel="noreferrer"` where possible and switch to HTTPS
| * | | Deduplicate template code and do not translate the linksJoas Schilling2015-02-094-3/+14
| | | |
| * | | Add `rel="noreferrer"` where possible and switch to HTTPSLukas Reschke2015-02-043-3/+3
| | | | | | | | | | | | | | | | Just to follow good practise and prevent some automated scanners to complain about "Cross-domain Referer leakage".
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-162-20/+20
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-156-26/+34
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-142-4/+4
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-132-2/+2
| | | |
* | | | Merge pull request #13771 from owncloud/fix-humanfileSizeLukas Reschke2015-02-122-1/+3
|\ \ \ \ | |_|_|/ |/| | | generate valid human readable text for 0
| * | | generate valid human readable text for 0 - fixed #9342Thomas Müller2015-01-292-1/+3
| | | |
* | | | Merge pull request #14121 from Zillode/app-faviconMorris Jobke2015-02-122-4/+4
|\ \ \ \ | | | | | | | | | | Disable application-specific favicons for non-user pages
| * | | | Disable application-specific favicons for non-user pagesLode Hoste2015-02-112-4/+4
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-122-20/+20
|/ / / /
* | | | Second parameter is optionalLukas Reschke2015-02-111-1/+1
| | | | | | | | | | | | | | | | Makes my IDE happier.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-114-12/+12
| |_|/ |/| |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-108-8/+24
| | |
* | | Merge pull request #13958 from owncloud/fix-resize-overlapJan-Christoph Borchardt2015-02-091-0/+7
|\ \ \ | | | | | | | | Avoid dropdown to float under sidebar for mid narrow screens
| * | | Avoid dropdown to float under sidebar for mid narrow screensMorris Jobke2015-02-061-0/+7
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-092-6/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0810-74/+116
| | | |
* | | | Merge pull request #13435 from Zillode/app-faviconMorris Jobke2015-02-073-6/+6
|\ \ \ \ | | | | | | | | | | Allow application-specific favicons
| * | | | Allow application-specific faviconsLode Hoste2015-01-183-6/+6
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-076-40/+66
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0628-84/+140
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0612-0/+36
| | | |
* | | | Update installation.phpcmeh2015-02-061-1/+1
| | | | | | | | | | | | In line 161, "SQLite" has now the same capitalisation as in line 159.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-0674-82/+30
| | | |
* | | | Don't highly discourageThomas Müller2015-02-051-1/+1
| | | |
* | | | Merge pull request #13907 from owncloud/enhance-sqlite-warningBernhard Posselt2015-02-051-1/+6
|\ \ \ \ | | | | | | | | | | enhance sqlite warning on admin page as well as during setup
| * | | | enhance sqlite warning on admin page as well as during setup - fixes #13906Thomas Müller2015-02-041-1/+6
| | |_|/ | |/| |
* / | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-052-32/+66
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-044-8/+34
| | |
* | | Merge pull request #13843 from owncloud/fix-files-disabledThomas Müller2015-02-031-2/+6
|\ \ \ | | | | | | | | Fix disabled files app
| * | | Disallow disabling of files appMorris Jobke2015-02-031-2/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-036-6/+46
|/ / /
* | | Add unit tests for empty tokenLukas Reschke2015-02-011-1/+1
| | |
* | | Default to `null` for lostpasswordLukas Reschke2015-02-011-1/+1
| | | | | | | | | | | | We oC 8 we use the `StringUtils::equals` method which will also verify the type, since we don't anylonger hash the token twice this is required in case somebody is able to invoke this route with an empty `$token`.