Kovah
ce4bb17d64
Fix issue with duplicate route names in setup
2020-11-13 00:36:00 +01:00
Kovah
5e79ca71a0
Rewording of the Wayback Machine settings
2020-11-12 21:37:06 +01:00
Kovah
d8faee7120
Fix minor layout issue
2020-11-12 21:20:42 +01:00
Kovah
a2358f6239
Slight adjustment of the mobile navigation
2020-11-11 23:08:48 +01:00
Kovah
222e774aed
Update all translations
2020-11-08 20:40:34 +01:00
Kovah
f8b0b31574
Fix issue with import logging at root level ( #169 )
2020-11-08 20:20:08 +01:00
Kovah
113b30120d
Update to Laravel 8, refactor tests to use new factory classes
...
Also updates all other needed packages.
2020-11-08 20:10:42 +01:00
Kovah
ffc5ccf73d
Add check for writable storage directory to setup
2020-11-08 19:03:53 +01:00
Kovah
9fa8bb44aa
Merge remote-tracking branch 'origin/dev' into dev
2020-10-22 19:37:12 +02:00
Kovah
8bccd2372b
Bump required PHP version to 7.3, update some packages
2020-10-22 19:36:48 +02:00
Kevin Woblick
1d97fd4535
Merge pull request #168 from Kovah/issue-templates
...
Update issue templates
2020-10-22 19:16:51 +02:00
Kovah
2b2fd7a364
Update the README, add CONTRIBUTING file
2020-10-22 19:15:26 +02:00
Kevin Woblick
7b6b3b9d7e
Update issue templates
2020-10-22 19:13:32 +02:00
Kovah
aaae5f228e
Update all dependencies
2020-10-22 19:01:07 +02:00
Kovah
4661fe79d7
0.0.43
2020-10-22 18:55:25 +02:00
Kovah
73af10fed5
Merge branch 'dev' of github.com:Kovah/LinkAce into dev
2020-10-22 18:54:14 +02:00
Kovah
ded0982753
Add more settings for guest users ( #161 )
2020-10-22 13:51:27 +02:00
Kovah
e7118237c3
Add tags overview to guest mode ( #160 )
2020-10-22 13:28:55 +02:00
Kovah
b0a1438479
Overhaul guest views for links and lists, add new guest system settings ( #161 )
2020-10-22 13:20:17 +02:00
Kevin Woblick
6abb598adb
Update Crowdin configuration file
2020-10-22 00:23:25 +02:00
Kovah
a94fdeb2b6
Add more sorting options to pages containing lists of entities ( #162 )
2020-10-22 00:17:12 +02:00
Kovah
073ed5d8cb
Remove Fontawesome loading from layouts ( #158 )
2020-10-21 15:23:57 +02:00
Kovah
ea8077ba98
Completely remove the Fontawesome JS stack ( #158 )
2020-10-21 15:17:37 +02:00
Kovah
8cbd36d61e
Migrate to HTMl icons ( #158 )
...
This adjusts multiple components, including the table sorting, link share buttons and link icons. All were changed to use views, dynamic components and the new icons. All views were adjusted to use the new icons instead of the Fontawesome Javascript.
2020-10-21 15:14:53 +02:00
Kovah
479613aa5d
Change mapping of icons for links and social sharing ( #158 )
2020-10-21 13:46:18 +02:00
Kovah
eaba84f476
Add a new dynamic component helper ( #158 )
2020-10-21 13:45:23 +02:00
Kovah
c8696dcb8d
Add missing test for the fetch controller
2020-10-21 11:41:12 +02:00
Kovah
1a9312b7e1
Properly escape search queries for links, lists and tags ( #163 )
2020-10-21 11:29:02 +02:00
Kovah
a65ea1a259
Fix nginx configuration for advanced Docker deployment
2020-10-16 17:07:10 +02:00
Kovah
50e9121326
Minor layout correction for list detail pages
2020-10-09 18:18:01 +02:00
Kevin Woblick
11750d20ec
Merge pull request #157 from Kovah/dev
...
New Languages
v0.0.42
2020-10-09 12:45:20 +02:00
Kovah
2a046f3298
Update tests based on recent settings changes
2020-10-09 12:33:45 +02:00
Kovah
c6bec43867
Add ability to change the user language ( #139 )
2020-10-09 12:25:58 +02:00
Kovah
c43867c20c
Add translations: German, Chinese (Simplified)
2020-10-09 12:13:15 +02:00
Kevin Woblick
4a091d3315
Merge pull request #147 from Kovah/dev
...
v0.0.42
2020-10-09 11:47:48 +02:00
Kovah
7f41725451
Update security information for supported PHP versions
2020-10-09 11:43:24 +02:00
Kovah
de5de45b3e
Correct laravel-backup package version
2020-10-09 11:43:00 +02:00
Kovah
142a0d559a
0.0.42
2020-10-09 11:29:44 +02:00
Kovah
e9bdf442ae
Correct the setup of backup notifications ( #155 )
...
Also optimize the Docker Compose files to include the path for local backups.
2020-10-09 11:05:28 +02:00
Kovah
f9d569f24a
Update dependencies, remove nvmrc and node-version files
2020-09-29 09:32:55 +02:00
Kovah
cee678cf09
Downgrade packages for PHP 7.2 compatibility
2020-09-22 00:20:57 +02:00
Kovah
6e879f53a0
Update of dependencies
2020-09-21 23:52:20 +02:00
Kovah
14ef595196
Reduce output of critical errors ( #152 )
2020-09-21 23:38:45 +02:00
Kovah
adcd6ccd8f
Fix wrong base template for guest view
2020-09-21 23:33:49 +02:00
Kovah
b6b0d22643
Fixes issue with wrong db column names ( #151 )
2020-09-21 23:31:51 +02:00
Kovah
d077600182
Fixes wrong dependency in docker-compose ( #154 )
2020-09-21 23:28:18 +02:00
Kovah
a93d1b8b33
Large update for the Docker-based setup of Linkace
...
- Adds new Dockerfile for unified PHP-nginx container
- Adds new configuration files for simple setup with unified container
- Removes Redis from simple setup
- Changes default cache and session driver form Redis to file
- Updates nginx configuration accordingly
2020-09-07 23:14:53 +02:00
Kovah
4f745d599e
Fix import of tags by using sync instead of attaching new tags
2020-09-07 12:20:08 +02:00
Kovah
6d2ca72579
Correct the base configuration for nginx 1.19, optimize the nginx configuration file
2020-08-31 09:25:29 +02:00
Kovah
354ffe304e
Provide new .env file for production Docker systems, update readme accordingly
2020-08-28 16:08:16 +02:00