Commit Graph

59 Commits

Author SHA1 Message Date
Andr3as
3b39edfec3 Corrects file mode 2014-03-06 18:33:20 +01:00
Andr3as
774eaaec71 Implements security check method globally 2014-02-25 20:39:50 +01:00
daeks
8897134b45 wrong whitespace format 2013-12-12 11:15:52 +01:00
daeks
a2af5f8ae6 renamed to fit codiad convention 2013-12-12 11:13:37 +01:00
daeks
8fc2c572f6 external auth 2013-12-12 11:05:26 +01:00
daeks
bb2f9e0a24 removed json file 2013-09-16 18:48:04 +02:00
Yassine Guedidi
9206eb7b58 Make getConstant default value optional
Signed-off-by:Yassine Guedidi <yassine.guedidi@gmail.com>
2013-06-20 10:01:41 +02:00
Yassine Guedidi
87ab21bf9d Rename getRemoteURL to getConstant + fix it
Signed-off-by:Yassine Guedidi <yassine.guedidi@gmail.com>
2013-06-20 09:43:02 +02:00
daeks
c76bf2f7dd remote merge 2013-06-18 15:50:56 +02:00
daeks
e238ccb8e1 plugin url, part 1 2013-06-18 15:39:54 +02:00
Evertton de Lima
d73c470583 Fix the issues #420 (the language selector) and #427 (the undefined constant: base_path). 2013-06-11 06:57:43 -03:00
Danny Morabito
90651ca291 Small fix for some php configurations
Some php configurations handle `{$var}` in string as the var itself
2013-06-09 16:50:12 +03:00
Danny Morabito
f80ab9620d Allow args in i18n
i18n function should be able to handle args, for example when a file name is required. Something like: `There's already a file named %{name}%`. In some languages it could be written differently so I added this to the core. Now language files could contain something like: 
```php
$lang["There's already a file named %{name}%"] = "Esiste gi&agrave; un file chiamato %{name}%";
```
2013-06-09 16:47:11 +03:00
Evertton de Lima
f531816a21 Fix the language selector... Resolves issue #420. 2013-06-05 22:42:30 -03:00
daeks
2c49b95c95 changed config loading for demo 2013-05-06 16:42:36 +02:00
daeks
d4c47d7155 initialize path 2013-05-03 11:31:09 +02:00
daeks
0f9abc96cb better error message 2013-05-03 07:22:17 +02:00
daeks
c6c5657597 minor cleanups 2013-05-02 08:19:38 +02:00
daeks
43df642215 language stuff 2013-05-01 13:29:24 +02:00
daeks
d697d227e6 global cookie_lifetime 2013-05-01 13:19:51 +02:00
daeks
60a9423cd7 removed base_path for data stuff 2013-05-01 13:14:10 +02:00
daeks
d4c9cdd6ca refactored common.php 2013-05-01 13:11:22 +02:00
daeks
e7c31ce210 merged common class 2013-05-01 12:55:28 +02:00
David Dyess
8c7315fef7 Check for DATA constant
Added a check for DATA constant to prevent a PHP Strict notice in
index.html
2013-04-28 17:44:51 +02:00
daeks
d70033c2ed fix authentification for plugins 2013-04-19 10:47:58 +02:00
daeks
3d98029c0a plugins 2013-04-19 10:35:19 +02:00
circuitbomb
d6c5ca717e Replace common.php with index.php 2013-04-15 15:03:57 -04:00
circuitbomb
2c7348f8a3 Use session names instead of setting path 2013-04-12 12:21:56 -04:00
circuitbomb
45efa674af removed appearance of a rogue s 2013-04-09 13:41:48 -04:00
circuitbomb
f97664a1a3 Rollback $rel check 2013-04-09 13:40:20 -04:00
circuitbomb
eb618d8732 Removed $rel check in cookie_path set 2013-04-09 13:12:12 -04:00
circuitbomb
f36d24710a cookie lifetime in common.php fix 2013-04-09 10:40:34 -04:00
circuitbomb
521a2c084c Fixed line 43 2013-04-09 08:41:34 -04:00
circuitbomb
bfebc3ee21 Misc fixes 2013-04-08 14:48:13 -04:00
Kent Safranski
d5cb5928aa Merge pull request #263 from circuitbomb/installation_issues
Installation issues
2013-04-06 10:55:47 -07:00
circuitbomb
a049057e24 Add check for issues 2013-04-06 13:43:30 -04:00
daeks
0d3dcbe348 fixed minor issues 2013-04-05 22:17:36 +02:00
circuitbomb
75c59efa47 Fixes some install errors, part of #213 and #214 2013-04-05 16:12:03 -04:00
circuitbomb
6ba9cde7ee Installer scroll, fixes #210 2013-04-05 15:27:45 -04:00
daeks
5ce3f00a11 security checks to prevent unwanted changes 2013-04-05 16:08:51 +02:00
Christian von Arnim
475ccab54d Fix Notice and Syntax error
Fix a notice in common.php
2013-04-04 23:28:17 +02:00
Christian von Arnim
148e84e89e Merge index.php 2013-04-04 23:22:05 +02:00
daeks
7eb66f4e5b moved theme definition to common.php 2013-04-04 21:42:54 +02:00
Christian von Arnim
4b1a27a1c3 Fix Notice and Login-Problem
Notice: Undefined variable path

Makes Login impossible with error_reporting E_ALL in php.ini
2013-04-04 20:59:28 +02:00
daeks
4912d5e91a rollback cookie_lifetime back to config.php 2013-04-04 07:46:59 +02:00
daeks
1025389b93 merged config.php to be in common.php 2013-04-03 12:04:08 +02:00
Verdier
0d45ac333e Remove debugs. 2013-02-18 15:46:39 +01:00
Verdier
6928bf17e6 Create a simple file db and use it. 2013-02-18 15:23:04 +01:00
Verdier
b49c4e725d Fix typo. 2013-02-16 11:09:40 +01:00
Verdier
b8379f2288 New color for each user + debug system. 2013-02-16 11:04:44 +01:00