1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-29 19:07:48 +01:00

508 Commits

Author SHA1 Message Date
Kovah
dc26de43f9
Remove Larastan because of too much false-positives and issues with Eloquent 2020-01-24 13:18:07 +01:00
Kovah
e35b9926e1
Major code cleanup with help of linters and Larastan 2020-01-24 13:15:49 +01:00
Kovah
c111f97df3
Replace Travis with Github Actions, add PHP CS and Larastan for linting and tests 2020-01-24 12:27:49 +01:00
Kovah
f79c6f9076
Switch to the MariaDB Client for DB dumps 2020-01-24 12:13:35 +01:00
Kovah
142d5daff6
Reorder contents of the example .env files and update the readme 2020-01-24 11:34:04 +01:00
Kovah
04a85500c9
Merge branch 'master' into dev 2020-01-24 11:11:34 +01:00
Kovah
fc44d5eb28
Remove the setup cli command 2020-01-24 11:10:34 +01:00
Kovah
83063aed80
Update the used node version 2020-01-24 11:07:14 +01:00
Kovah
0837016b50
Update the setup instructions in the readme 2020-01-24 11:04:21 +01:00
Kovah
9b139a7d6f
Add account creation and complete view to the setup 2020-01-24 10:47:41 +01:00
Kovah
da9de76389
Merge branch 'dev' into cli-setup 2020-01-22 23:08:07 +01:00
Kovah
14001d2dff
Remove manual PHPunit command from Travis config 2020-01-21 21:05:07 +01:00
Kovah
1df8d903c6
Update to PHP 7.4 (#82) 2020-01-21 20:58:49 +01:00
Kovah
feb0f008fe
Update the frontend dependencies 2020-01-21 20:44:33 +01:00
Kovah
eaab9cc478
Update PHP dependencies 2020-01-21 20:33:42 +01:00
Kovah
5c386af895
Update the Docker stack to MariaDB 10.4 and Redis 5 2020-01-21 20:29:55 +01:00
Kovah
235b366df3
Minor spelling and formatting updates for the readme 2019-12-16 14:59:35 +01:00
Kovah
b079598fce
Update the readme with the latest information from the wiki 2019-12-16 14:43:19 +01:00
Kovah
a312a69bda
Fix issue where new tags/lists couln't be added (#84) 2019-12-16 14:27:04 +01:00
Kevin Woblick
966b5b2336
Merge pull request #81 from Kovah/dev
0.0.27
v0.0.27
2019-11-28 14:04:42 +01:00
Kovah
f0fc9db7c6
Complete refactoring of the Bootstrap variables handling and overriding 2019-11-28 13:22:26 +01:00
Kovah
03cb4ee148
Update to Node 12 LTS, update frontend dependencies 2019-11-28 13:22:03 +01:00
Kovah
32e19ce77b
Update PHP dependencies 2019-11-28 12:21:28 +01:00
Kovah
676906ac94
Optimize the styling for mobile devices, update the bookmarklet logo to look better in dark-mode 2019-11-28 12:16:57 +01:00
Kovah
162190581d
Make lists available to guests 2019-11-28 11:59:41 +01:00
Kovah
ea610f40f5
Make list descriptions visible in the overview and details screens 2019-11-28 11:44:03 +01:00
Kovah
8b17c3cc9d
Optimize the placeholder texts for inputs 2019-11-28 11:40:38 +01:00
Kovah
8038221b79
Update version to 0.0.27 2019-11-28 11:20:36 +01:00
Kovah
8408c169ca
Optimize display of tags and lists in input fields 2019-11-28 11:19:52 +01:00
Kovah
394b03a9e5
Fix several issues where categories references were not migrated to the new list model 2019-11-28 11:15:22 +01:00
Kevin Woblick
0cd50d1ed1
Merge pull request #80 from Kovah/dev
v0.0.26
v0.0.26
2019-11-20 14:54:57 +01:00
Kovah
ffe0bcd116
Implement a nicer list view 2019-11-20 14:43:05 +01:00
Kovah
6afc0e6e34
Small lang update for the notification email 2019-11-20 14:24:04 +01:00
Kovah
77d927d793
Fix issue with password change form 2019-11-18 17:13:37 +01:00
Kovah
bb6b177d92
Solves issues with pagination styling in dark mode (#77) 2019-10-30 10:52:17 +01:00
Kovah
096db35351
Lists can now be deleted and restored properly, solves #76 and #78 2019-10-30 10:39:57 +01:00
Kevin Woblick
82ff258ec6
Merge pull request #75 from Kovah/dev
v0.0.25
v0.0.25
2019-10-29 18:08:37 +01:00
Kovah
13d327e29e
Disallow the usage of commas in list and tag titles 2019-10-29 17:42:53 +01:00
Kovah
f2cd4041b2
v0.0.25 2019-10-29 17:28:41 +01:00
Kovah
b60e70bdad
Minor change for v0.0.25 migration 2019-10-29 17:28:34 +01:00
Kovah
c327dbef41
Various fixes for the dark theme 2019-10-29 17:24:38 +01:00
Kovah
607c947921
Update all tests 2019-10-29 17:00:33 +01:00
Kovah
5e4005f210
Update all routes 2019-10-29 17:00:19 +01:00
Kovah
f13df7b8e1
Update all views and lang files 2019-10-29 17:00:08 +01:00
Kovah
2d766d4965
Add a database migration, update the factories and seeder 2019-10-29 16:59:42 +01:00
Kovah
7c95ed4233
Update all requests and repositories 2019-10-29 16:59:03 +01:00
Kovah
235ab9e6d8
Update corresponding models, controllers, and add list controllers 2019-10-29 16:58:29 +01:00
Kovah
debed76abd
Add the new list model 2019-10-29 16:57:34 +01:00
Kovah
31dadc9ff5
Remove all category files and classes 2019-10-29 16:56:07 +01:00
Kevin Woblick
f77cc7b68c
Merge pull request #74 from Kovah/dev
v0.0.24
v0.0.24
2019-10-24 16:53:23 +02:00