Commit Graph

2675 Commits

Author SHA1 Message Date
Buster "Silver Eagle" Neece 7f126afbbb #706 -- Fix regression with X-Frame-Options security header. 2018-08-10 14:03:43 -05:00
Buster "Silver Eagle" Neece 1c31b06f22 #691 -- Implement Telegram Bot API Webhook 2018-08-10 04:10:23 -05:00
Buster "Silver Eagle" Neece 6d25090212 Code style cleanup 2018-08-10 04:10:05 -05:00
Buster "Silver Eagle" Neece 31e97068a5 Update success message for updates; try to use more accurate IP for Docker 2018-08-08 19:01:46 -05:00
Buster "Silver Eagle" Neece 45ce11f3b3 Rebuild asset manager to auto-detect CSP domains, allow deferral, etc.
...and remove Google Maps dependency for the listener mapping feature.
2018-08-08 01:32:27 -05:00
Buster "Silver Eagle" Neece 723265ed64
Fix namespacing on migration 2018-08-07 04:19:42 -05:00
Buster "Silver Eagle" Neece 695ec6ec49 More namespacing fixes. 2018-08-05 15:48:38 -05:00
Buster "Silver Eagle" Neece 538f093afd Fix issue with namespacing in LS adapter 2018-08-05 15:40:05 -05:00
Buster "Silver Eagle" Neece 95d7947414 #698 -- Update traditional install to handle refactored code. 2018-08-05 15:24:30 -05:00
Buster "Silver Eagle" Neece 5943ccca1b Retire App\Mvc namespace, shift to other folders. 2018-08-04 23:13:27 -05:00
Buster "Silver Eagle" Neece 7b2e979bf9 Fix issues with error handling. 2018-08-04 21:03:47 -05:00
Buster "Silver Eagle" Neece 98ff8f69cf
Core code restructure (#697)
* Initial renaming to a single global App\ namespace.
* Move CSRF/Flash under Session, move Session under Request
* Use new Request Station helper
* Unify App/Acl and App/Acl/StationAcl
* Alphabetize composer.json
2018-08-04 17:05:14 -05:00
Buster Silver dcd3ed0859 Move "src/" to "app/src/" and reintroduce modularization for easy plugin-style extension. 2017-04-08 03:05:33 -05:00
Buster Silver ade20d1b90 Closes #100 -- Fix permission assignment issues and add a new "administer all" permission at the station level to avoid needing to specify each one. 2017-04-07 23:08:36 -05:00
Buster Silver 4ba84540e1 Prevent users from impersonating themselves and move non-service config back into main bootstrap.. 2017-04-05 22:22:39 -05:00
Buster Silver 17aadf0337 Clean up routes, split DI services into a standalone file, fix various minor errors. 2017-04-05 20:09:27 -05:00
Buster Silver 8921255ad0 Move AzuraCore back into AzuraCast because it's obnoxious maintaining two split libraries like that. 2017-04-05 18:37:26 -05:00
Buster Silver 40ae6c6555 Closes #83 -- More robust handling of remote URLs with unique query strings or other parameters. 2017-02-20 03:15:47 -06:00
Buster Silver 4467b16e50 Second run of PSR-1/2 formatting and include updated AzuraCore code. 2017-01-23 18:35:16 -06:00
Buster Silver 5164d5184b Revert "Optimize imports and enforce PSR-1 and PSR-2 formatting standards."
This reverts commit 7cdba9a90b.
2017-01-23 18:17:50 -06:00
Buster Silver 7cdba9a90b Optimize imports and enforce PSR-1 and PSR-2 formatting standards. 2017-01-22 14:58:40 -06:00
Buster Silver d1334b1f82 Break out from old Zend-style modular framework to new PSR-friendly style: move configs into single "config" directory, controllers into src/Controller, templates into single "templates" directory. 2017-01-17 03:48:14 -06:00
Buster Silver 270e6370d9 Move Entity, Migration and AzuraCast classes into a PSR-friendly "src/" folder, move Entity Repositories into their own classes, and update AzuraCore to reflect this change. 2017-01-17 02:46:43 -06:00
Buster Silver e9c62a3ea5 Revert "Move AzuraCore back into the main app, and move library code to src/ because it's what all the cool kids are doing."
This reverts commit 95e393d60d.
2016-12-30 23:27:06 -06:00
Buster Silver 95e393d60d Move AzuraCore back into the main app, and move library code to src/ because it's what all the cool kids are doing. 2016-12-30 23:13:23 -06:00