jo
|
c34f02d916
|
fix(legacy): improve error messages and logs
|
2023-02-02 08:23:03 +02:00 |
Jonas L
|
c28c048bf4
|
chore: use https links (#2075)
|
2022-08-25 16:25:54 +02:00 |
jo
|
db976881f0
|
fix: use constrained foreign key for files track_type
|
2022-07-07 21:07:41 +02:00 |
jo
|
0d16960887
|
feat: remove php web installer
|
2022-06-08 23:23:08 +02:00 |
jo
|
aed6d2f294
|
feat: change config dir path to /etc/libretime
BREAKING: The configuration directory changed from `/etc/airtime` to
`/etc/libretime`. Please rename your configuration directory accordingly.
|
2022-06-08 23:23:08 +02:00 |
jo
|
604ff20239
|
feat: change config filename to config.yml
BREAKING: The configuration file name changed from `airtime.conf` to
`config.yml`. Please rename your configuration file accordingly.
|
2022-06-08 23:23:08 +02:00 |
jo
|
981ba4fe33
|
fix(legacy): the ini config parser requires a .conf ext
- rename installer config filepath
|
2022-04-25 16:45:01 +02:00 |
Kyle Robbertze
|
d698ace89f
|
chore: update code of conduct URLs (#1724)
* chore: update code of conduct URLs
* lowercase org name
Co-authored-by: Jonas L <jooola@users.noreply.github.com>
|
2022-04-01 13:02:13 +00:00 |
Jonas L
|
331df277b4
|
docs: fix and update links (#1714)
|
2022-03-29 13:07:38 +02:00 |
Jonas L
|
69d8eae845
|
style(legacy): fix code format with php-cs-fixer (#1674)
|
2022-03-14 12:15:04 +02:00 |
Jonas L
|
173ec6b334
|
fix(legacy): revert default storage path (#1563)
The installer hasn't been updated to create the default storage path.
|
2022-02-04 15:57:09 +02:00 |
Jonas L
|
729a7b99e0
|
feat(legacy): consolidate constants (#1558)
* remove unused file
* fix paths leading slash
* remove useless imports
* refactor(legacy): use constants everywhere
* fix path leading slash
* remove useless import
* consolidate legacy contants
* format code
* reuse LIBRETIME_CONFIG_DIR
* fix test config path
* remove ci legacy log dir creation
* some logs improvements
|
2022-02-04 12:00:41 +02:00 |
Jonas L
|
0ce1634c9d
|
feat(legacy): rename log filepath (#1551)
BREAKING CHANGE: moved legacy log file from '/var/log/airtime/zendphp.log' to '/var/log/libretime/legacy.log'
|
2022-01-31 11:27:53 +02:00 |
Jonas L
|
c2cd1c28b8
|
chore: rename master branch to main (#1508)
|
2022-01-13 16:03:31 +00:00 |
jo
|
d52c6184b9
|
Format code using php-cs-fixer
|
2021-10-12 11:07:56 +02:00 |
jo
|
3e18d42c8b
|
Rename airtime_mvc/ to legacy/
|
2021-10-11 13:43:25 +02:00 |