Phan An
d6954a1ace
feat: support reverse proxy authentication
2024-03-31 19:19:03 +02:00
Phan An
fbad8f5ca3
feat: support Google SSO
2024-03-31 13:36:55 +02:00
Phan An
0710daca96
fix: playlist UUID migration
2024-03-12 11:48:57 +07:00
Phan An
2e22cb6e5d
chore: update links to docs
2024-03-08 17:20:46 +07:00
Phan An
c2865e9ce6
feat(plus): create command to setup Dropbox storage
2024-02-05 23:07:38 +01:00
Phan An
1518196af0
feat: wrap scanning in a try/catch (closing #1727 )
2023-12-25 18:15:49 +01:00
Phan An
f87d970b50
feat: invite users
2023-08-22 22:53:55 +02:00
Phan An
fde688d078
chore: typo fix
2023-05-17 13:20:03 +02:00
Phan An
6e86081638
chore: update .env.example
2022-11-30 10:22:52 +01:00
Phan An
f5a96ad10a
chore: add port 8000 into .env's APP_URL ( #1516 )
2022-10-07 16:37:57 +02:00
Phan An
6791624ca5
feat: allow deleting songs from file system ( closes #1478 )
2022-09-16 17:51:55 +07:00
Phan An
50b06e7cce
fix: replace "index" with "fullText" in migration
2022-08-03 12:16:09 +02:00
Phan An
971a3c2629
fix: make koel:init smoother
2022-08-02 08:22:08 +02:00
Phan An
62131da997
feat: support MeiliSearch
2022-07-29 10:04:23 +02:00
Phan An
2ac7b43830
feat(doc): recommend non-php streaming method
2022-07-28 12:55:19 +02:00
Phan An
7f0af57923
chore: update .env.example
2022-07-27 21:58:20 +02:00
Phan An
cebbf13107
feat: improve Spotify integration
2022-07-18 13:24:43 +02:00
Sergey Parfenov
3872482b61
feat: enable usage with S3-compatible services ( #1381 )
...
Co-authored-by: sergiustheblack <sergius@goes.black>
Co-authored-by: Phan An <me@phanan.net>
2021-12-22 11:17:54 +01:00
Phan An
4432ad6c21
feat: use default admin credentials during setup
2021-01-23 19:58:08 +01:00
Phan An
e356e72814
feat: upgrade Laravel to 7.x
2020-09-06 20:21:39 +02:00
Phan An
70e0f28774
feat: make Last.fm-related features queue-ready
2020-04-27 20:55:23 +02:00
Phan An
df7896696e
chore: update koel URLs
2020-04-22 23:46:07 +02:00
Phan An
d55a823036
chore: Better handling errors during installation
2019-09-10 20:30:44 +02:00
Phan An
488854127a
Allow force https
2019-05-18 22:43:30 +02:00
Svante Richter
a01dd87a46
Add sqlite support ( #599 )
...
All the tests already seem to run on sqlite, so there (in my mind) is no reason to not provide support for it.
The only change needed was to lower the delete chunk size.
2019-04-22 16:26:28 +02:00
Phan An
35f7a318ca
Update koel-aws repo url
2019-04-07 23:15:25 +02:00
Javier López
7ba295efad
Non interactive koel:init ( #886 )
...
* Use ADMIN_* variables if available to create the admin account
* Add APP_MEDIA_PATH for media directory
* Use the standard --no-interaction flag to koel:init
* Undo variable aligment and code formatting
* Prefer early return over else, add new line before return statements
* Some fixes
2019-01-01 12:53:20 +01:00
Phan An
ecc284828d
Fix the doc URL for streaming in .env.example
2017-12-03 23:53:18 +01:00
Phan An
f9acc514da
Remove obsolete .env.example entries
2017-12-03 23:28:26 +01:00
leowmjw
baa5b7af13
Add ability to customize port DB ( #655 )
...
* Summary: Add the ability to configure DB ports
* Summary: Reorder port
* Summary: Added example env for DB_PORT customization
Changesets:
- Added DB_PORT and explain about customization
2017-12-03 11:40:35 +01:00
Phan An
a98dc2774f
Provide some defaults for db connection
2017-12-03 10:45:23 +01:00
Phan An
bf1885f8ef
Prepare for Pusher
2017-08-25 01:31:20 +01:00
Phan An
c95d74d487
Add a memory limit setting
2017-08-21 21:45:01 +01:00
Phan An
2c6cb7efe6
Add links into .env.example for better docs
2017-08-19 16:27:38 +01:00
An Phan
bdca871b6e
Upgraded to Laravel 5.4
2017-02-15 11:16:49 +08:00
An Phan
991133045d
Make media caching an option
2017-01-15 12:27:05 +08:00
An Phan
b0f5b3d76e
Upgrade to Laravel 5.3
2016-09-26 14:30:00 +08:00
An Phan
186a2ccc96
Fix grammar
2016-09-18 00:00:43 +08:00
An Phan
e4f0027f6a
Add IGNORE_DOT_FILES setting
...
With this .env setting, user can specify Koel to ignore dot files and
folders (default) or include them during scanning.
2016-09-17 23:56:58 +08:00
An Phan
7c378ac78f
Rearrange .env entries for better priority
2016-09-17 21:45:51 +08:00
An Phan
528469fdc4
Add YouTube service on the server side
2016-07-14 16:53:10 +08:00
An Phan
407ace54ff
Remove redundant .env.example text
2016-06-13 17:06:57 +08:00
An Phan
c098301167
Add S3 functionality
2016-06-13 17:04:42 +08:00
An Phan
5185f3dc6b
Finish structure and song download
2016-06-03 01:53:26 +08:00
An Phan
86ec1661c6
Typo
2016-06-02 18:05:57 +08:00
mburguet
e9ed238630
Add APP_URL env variable ... like the latest versions of laravel
2016-02-17 10:17:01 -05:00
An Phan
853a29a943
More setting explanation
2016-01-31 22:38:32 +08:00
An Phan
5532364518
Album and artist covers now use CDN too
2016-01-30 12:12:09 +08:00
An Phan
65fb45f08a
Add FLAC support
2016-01-28 23:19:06 +08:00
An Phan
3e0c3ab809
Add CDN support
2016-01-25 18:55:00 +08:00