summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | clean up the sharing ajax calls, add mail notification classBjoern Schiessle2014-02-191-99/+13
| * | | | | | | | | Merge pull request #7255 from owncloud/fix-admin-remoteLukas Reschke2014-02-201-6/+21
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | Check whether the app is setLukas Reschke2014-02-181-1/+4
| | * | | | | | | | Check whether the Key is setLukas Reschke2014-02-181-1/+1
| | * | | | | | | | An admin should not be able to add remote and public services on its own. Thi...Lukas Reschke2014-02-181-6/+18
* | | | | | | | | | remove additional transition rule, reduce width of collapsed search barJan-Christoph Borchardt2014-02-201-5/+1
* | | | | | | | | | restrict zooming in to not mangle layout accidentallyJan-Christoph Borchardt2014-02-201-1/+1
* | | | | | | | | | do not show display name on mobile when profile picture is presentJan-Christoph Borchardt2014-02-203-2/+23
* | | | | | | | | | move avatar into clickable area of user menuJan-Christoph Borchardt2014-02-203-8/+10
* | | | | | | | | | reduce width of searchbox on mobile, fix overlap, fix #7282Jan-Christoph Borchardt2014-02-202-4/+26
|/ / / / / / / / /
* | | | / / / / / Optimize some imageskondou2014-02-19174-2969/+1125
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-194-7/+0
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #7114 from owncloud/scrutinizer_documentation_patchesThomas Müller2014-02-191-0/+8
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-184-5/+772
| |\| | | | | |
| * | | | | | | Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-143-2/+6
| |\ \ \ \ \ \ \
| * | | | | | | | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+8
* | | | | | | | | Merge pull request #7252 from owncloud/autocomplete-autocapitalize-autocorrectTom Needham2014-02-182-12/+22
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | do not autocapitalize fields on mobile, fix user name input. Also disable aut...Jan-Christoph Borchardt2014-02-182-12/+22
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #7243 from owncloud/core-sessionlifetimedefaultThomas Müller2014-02-181-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Now using PHP session lifetime as default value for the JS configVincent Petry2014-02-171-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | add cbr/cbz file type icon, fix #6953Jan-Christoph Borchardt2014-02-172-0/+771
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #7132 from owncloud/issue/6920Jan-Christoph Borchardt2014-02-171-4/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Do not select input for all text input fieldsJoas Schilling2014-02-071-4/+0
| |/ / / / /
* | | | | | Merge pull request #6726 from owncloud/fix_6630Vincent Petry2014-02-141-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | remove empty lineGeorg Ehrke2014-01-301-1/+0
| * | | | | don't urldecode get var, php does this automaticallyGeorg Ehrke2014-01-301-1/+2
* | | | | | fix DIArthur Schiwon2014-02-111-1/+2
* | | | | | move sorter into a classArthur Schiwon2014-02-111-24/+3
* | | | | | respect coding guidelinesArthur Schiwon2014-02-111-1/+1
* | | | | | on filtering the share box users and groups whose name begins with the search...Arthur Schiwon2014-02-111-0/+24
| |_|_|_|/ |/| | | |
* | | | | Change MySQL to MySQL/MariaDB in the frontendJoas Schilling2014-02-071-1/+1
| |/ / / |/| | |
* | | | fixing autoconfig handlingThomas Müller2014-02-051-4/+5
* | | | Merge pull request #7067 from owncloud/core-sessionheartbeatconfigVincent Petry2014-02-054-16/+135
|\ \ \ \
| * | | | fixing typosThomas Müller2014-02-041-2/+2
| * | | | Added unit tests for session_keepalive / heartbeatVincent Petry2014-02-042-1/+91
| * | | | Added session_keepalive settingVincent Petry2014-02-042-15/+44
* | | | | Merge pull request #6969 from owncloud/tests-morecoverageThomas Müller2014-02-042-24/+118
|\ \ \ \ \
| * | | | | Added core unit tests for basename and dirnameVincent Petry2014-01-301-0/+99
| * | | | | Fixed unit test scripts + coverageVincent Petry2014-01-301-24/+19
* | | | | | Merge pull request #4795 from owncloud/setupMorris Jobke2014-02-043-135/+154
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Use === instead of ==, add missing whitespace and CSS classMorris Jobke2014-02-011-2/+2
| * | | | | DRY for database type radiolistBart Visscher2014-01-312-54/+25
| * | | | | Do setup default value handling in the controller not the templateBart Visscher2014-01-312-9/+19
| * | | | | Merge branch 'master' into setupBart Visscher2014-01-31172-2216/+9114
| |\ \ \ \ \
| * | | | | | fix undefined $htaccessWorkingMorris Jobke2013-10-071-1/+1
| * | | | | | Merge remote-tracking branch 'origin/master' into setupBart Visscher2013-10-02100-82/+1281
| |\ \ \ \ \ \
| * | | | | | | Copyright and small fixBart Visscher2013-10-021-1/+7
| * | | | | | | fixing typo on $htaccessWorking - testing own code before pushing is appreciatedThomas Müller2013-09-241-1/+2
| * | | | | | | Merge branch 'master' into setupBart Visscher2013-09-127-23/+68
| |\ \ \ \ \ \ \
| * | | | | | | | Check for failure in creating htaccessWorking testfileBart Visscher2013-09-101-2/+12