10 Commits

Author SHA1 Message Date
mhilbrunner
aa657e4ca0 Small fixes: Remove empty files, fix comment, update footer to 2017 (#114)
* Remove empty files (api\api.php, api\config.php)

* Fix comment (undelete instead of delete)

* Updated footer to 2017
2017-09-27 13:36:58 +03:00
merumelu
ebc9dfb129 Apply PSR-1 and PSR-2 standard using php-cs-fixer --level=psr2
Manual fixes:
- Change method names to camelCase to comply with PSR-1 section 4.3
- Add namespace to Utils and Tokens classes to comply with PSR-1 section 3
- Capitalize src/helpers/, src/helpers/utils.php, and src/helpers/tokens.php
so they match with the class names. This also makes it possible to add them
to Composer's autoloader
2016-12-17 17:39:31 +01:00
merumelu
4a2ad38cc4 Use a constant to mark requests coming from frontend 2016-10-14 21:04:54 +02:00
Bojidar Marinov
a19b9537b0 Move session cookie name config right before session start.
As suggested by @merumelu in b1d3172f89
2016-09-16 21:03:19 +03:00
Bojidar Marinov
b1d3172f89 Change session cookie name, fixes (probably) #38. 2016-09-14 18:51:43 +03:00
Bojidar Marinov
b9eca05a1d Slight fix for sessions 2016-08-15 16:59:46 +03:00
Rémi Verschelde
2e1d2ff16f Rename last occurences of "Addonlib" to "Asset Library"
Also drop templates/index.html as advised by @bojidar-bg.
2016-08-09 09:02:33 +02:00
Bojidar Marinov
f60103450f Add partial user authentication 2016-05-28 15:56:50 +03:00
Bojidar Marinov
c822806977 Refactor project, remove vendor/, switch to PDO, use local composer 2016-04-17 20:52:21 +03:00
Alket Rexhepi
1cf9be0cd2 from ftp to here 2016-04-16 16:21:40 +02:00