1670 Commits

Author SHA1 Message Date
Kent Safranski
b2ef139219 Merge pull request #1110 from francescom/master
Incapsulated definitions of mb_ord and mb_chr into a if(!function_exi…
2020-03-21 08:53:04 -05:00
Francesco Munafò
dbd94f89b2 Incapsulated definitions of mb_ord and mb_chr into a if(!function_exists('...')) {...} to avoid error when they are already defined (termux latest) 2019-06-01 13:25:28 +02:00
daeks
97f1331a68 Update issue templates 2018-10-31 14:41:29 +01:00
daeks
3bd14eb66b Update issue templates 2018-10-31 14:41:07 +01:00
daeks
76e043a542 Update issue templates 2018-10-31 14:40:17 +01:00
Kent Safranski
19c9223d70 unmaintained status update 2018-10-27 12:37:17 -05:00
daeks
1128d87809 Merge pull request #1065 from christiaanhuizinga/patch-2
minor update
2018-09-05 08:50:32 +02:00
daeks
2b3ab7115b Merge branch 'master' into patch-2 2018-09-05 08:50:07 +02:00
daeks
fc628f00ee fix .travis.yml 2018-09-05 08:49:34 +02:00
daeks
a94cfea1aa ignore install/view.php with travis 2018-09-05 08:47:30 +02:00
daeks
310d393d90 travis #5 2018-09-05 08:45:18 +02:00
daeks
218a12537b travis #4 2018-09-05 08:41:27 +02:00
daeks
df382205bb fix travis #3 2018-09-05 08:37:34 +02:00
daeks
065125aa33 fix travis #2 2018-09-05 08:33:51 +02:00
daeks
810c5f23e6 fix travis-ci 2018-09-05 08:26:10 +02:00
daeks
b001f8715c Merge pull request #1048 from DanielRuf/fix-travis
fix PHPCS errors
2018-09-05 08:17:13 +02:00
christiaanhuizinga
cb93222363 minor update
All languages are written in their language except Dutch which is written in English. So 'Dutch' should be 'Nederlands'.
2018-04-04 16:39:59 +02:00
Daniel Ruf
a99ad067b9 fix PHPCS errors 2018-01-01 22:30:32 +01:00
daeks
c02582d487 Merge pull request #1019 from cheiff/master
Sanitize path
2017-08-28 07:40:53 +02:00
Javi
35a9739572 Fixed spacing and typo 2017-08-26 09:27:05 +02:00
Javi
700bc375a5 Sanitize path 2017-08-23 13:00:25 +02:00
daeks
06ced3c129 Merge pull request #1003 from paulgeneres/pull-request
Fixed: Marketplace search function.
v.2.8.4
2017-07-26 08:11:18 +02:00
daeks
ca5089eeba Merge pull request #1013 from cheiff/master
Escaping shell arguments
v.2.8.3
2017-07-25 19:53:16 +02:00
daeks
25b1513a63 Merge pull request #1007 from reebr/master
Fixing pt language sentences.
2017-07-25 19:49:27 +02:00
sphinx
b3645b4c67 Escaping shell arguments 2017-07-25 15:45:08 +02:00
Renan
9140ac0b66 Fixing pt language sentences. 2017-06-28 10:32:35 -03:00
paulgeneres
ea3d370192 Fixed: Marketplace search function. 2017-05-26 02:31:17 -05:00
daeks
4e47aa929b Merge pull request #1002 from paulgeneres/pull-request
Fixed: Removed repeated block of code.
2017-05-24 16:55:47 +02:00
paulgeneres
66540da36c Fixed: Removed repeated block of code. 2017-05-24 08:13:42 -05:00
daeks
3ae79edc14 Merge pull request #1001 from paulgeneres/pull-request
Fixed: The property name is gitbranch, not git_branch.
2017-05-24 10:50:16 +02:00
paulgeneres
05d193906b Fixed: The property name is gitbranch, not git_branch. 2017-05-23 16:11:59 -05:00
daeks
6fb5c8dab4 Merge pull request #999 from dehahost/dehahost-patches
Viewport and Czech translation
2017-05-23 16:17:28 +02:00
DEHAHOST
ab9ec80be2 Corrections in Czech translation
Some Czech phrases was not correctly translated, so I took a look at it.
2017-05-20 19:22:11 +02:00
DEHAHOST
e0196eace2 Mobile-ready patch
Added viewport meta tag for mobile-friendlyness. Login form is now bigger on mobiles.
2017-05-20 18:24:04 +02:00
daeks
8ff257e508 Merge pull request #974 from luminoslty/master
Fixed vulnerability.
v.2.8.1
2017-04-24 09:55:53 +02:00
Chad
517119de67 fixed vuln
added \r\n to saveJSON function to prevent sensitive information disclosure
2017-04-18 19:01:22 -04:00
daeks
a30ff319da Merge pull request #982 from Andr3as/issue_959
Encode file path if part of url argument
v.2.8.0
2017-04-18 22:58:44 +02:00
daeks
7f2bfb75d6 Merge pull request #981 from Andr3as/issue_953
Upgrade ace to v1.2.6
2017-04-18 22:56:25 +02:00
Andr3as
adf08d6601 Fixes indentation 2017-03-06 09:44:00 +01:00
Andr3as
52d253c3aa Fixes split after ace upgrade 2017-03-06 09:38:16 +01:00
Andr3as
5affc2a548 Replace escape with encodeURIComponent
Escape was deprecated: see https://www.w3schools.com/jsref/jsref_escape.asp
2017-03-04 11:57:46 +01:00
Andr3as
463af7de71 Encode file path if part of url argument 2017-03-04 11:51:12 +01:00
Andr3as
da20b24d17 Upgrade ace to v1.2.6 2017-03-04 10:48:42 +01:00
Chad
6e2ff815f1 Fixed vulnerability.
view-source: codiad/data/users.php
nginx with fast cgi will disclose the commented out json unless you add a new line before hand.
Fixes username, password "sha1(md5(password))", and last project from being disclosed to public.
2017-01-17 18:43:03 -05:00
daeks
c42d24cb48 Update CONTRIBUTING.md 2016-10-07 19:59:38 +02:00
daeks
6347bc4e68 Update CONTRIBUTING.md 2016-10-07 19:58:48 +02:00
daeks
b961bae1e4 Merge pull request #947 from tom-tan/rm-eol-php-versions
Remove old PHP versions from Travis CI tester
2016-10-07 19:56:31 +02:00
daeks
d64bfb1548 Merge pull request #950 from NewFuture/travis
fixed indent and all passed the Travis -CI
2016-10-07 19:52:56 +02:00
NewFuture
d835bade24 STRICT mode for further update 2016-10-07 16:03:35 +08:00
NewFuture
40a9dc37e2 fixed formatting and .travis.yml 2016-10-07 15:09:11 +08:00