1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 19:22:35 +01:00

267 Commits

Author SHA1 Message Date
Kovah
a2b8662b61
Implement possible fix for the mobile navigation (#131) 2020-06-04 12:22:59 +02:00
Kovah
285308331e
Add option to export links to CSV file (#30) 2020-06-03 15:38:44 +02:00
Kovah
d2a9326abd
Improve styling of alerts in dark mode, reduce font size to make them less obtrusive 2020-06-02 16:58:38 +02:00
Kovah
1b4534cb16
Implement duplicate checks for URLs while saving a link (#112) 2020-06-02 16:56:26 +02:00
Kovah
9028f80c3b
Add PCov to dev dockerfile for faster code coverage generation in PHPUnit 2020-05-06 21:51:05 +02:00
Kovah
29d62c1c8f
Install and prepare xDebug in the development Dockerfile 2020-05-06 19:51:09 +02:00
Kovah
460e836738
Add new settings to control backups by the internet archive (#117) 2020-05-06 17:52:04 +02:00
Kovah
d2a61c868e
Move the import form to fetch via JS to prevent request timeouts (#120) 2020-05-05 23:24:17 +02:00
Kovah
a96d1d488c
Extend user settings with list and tag privacy controls (#113) 2020-05-05 09:56:30 +02:00
Kovah
cccb4904b5
Correct the bookmarklet window close timer 2020-04-30 23:36:36 +02:00
Kovah
897b80bd58
Correct Node version in release Dockerfile 2020-04-30 15:21:02 +02:00
Kovah
7fddb766a9
Prevent long titles from overflowing (#123) 2020-04-29 23:34:44 +02:00
Kovah
2a6ed9a98c
Fix the broken quick-add form for links on the dashboard (#118) 2020-04-28 11:03:53 +02:00
Kovah
e44f10f861
Replace current alert provider with laracasts/flash package 2020-04-28 10:15:32 +02:00
Kovah
0093662eaf
Catch critical Curl errors when trying to get meta of an URL (#115 #116) 2020-04-28 09:52:17 +02:00
Kovah
1840a10f1a
Correct usage of the logo 2020-04-23 10:12:19 +02:00
Kovah
8c7cb3c34c
Update the new LinkAce logo 2020-04-23 09:56:07 +02:00
Kovah
6d9049721d
Update the favicon 2020-04-23 09:53:14 +02:00
Kovah
2afd28793f
Add the IBM Plex font 2020-04-23 09:32:04 +02:00
Kovah
013a99fc16
Change the simple link overview to use the URL icon and display the domain (#108) 2020-04-12 12:54:51 +02:00
Kovah
0563aba043
Overhaul the link display views and implement a new simple list, available in the settings (#108) 2020-04-09 16:19:55 +02:00
Kovah
19827aadbb
Add missing Hacker News icon 2020-04-09 15:35:03 +02:00
Kovah
b114057bc2
Various UI optimizations, make the design lighter and look less cluttered 2020-03-06 15:27:02 +01:00
Kovah
d330e0f3ea
Overhaul of the darkmode theme with various UI tweaks to improve the style and visual guidance 2020-03-05 23:37:18 +01:00
Kovah
c4f2df0745
Implement target handling for external links (#97) 2020-03-05 22:53:36 +01:00
Kovah
47a8c8b7a0
Add new setting for opening links in new tabs (#97) 2020-03-05 22:37:26 +01:00
Kovah
54226a5eca
Implement a basic update check in the system settings (#96) 2020-03-04 14:53:31 +01:00
Kovah
fa552d166e
Add toggle for dis/enabling link checks for links with error status (#93) 2020-02-28 17:14:41 +01:00
Kovah
d89a45aefc
Fix missing icon for moved links 2020-02-28 16:47:20 +01:00
Kovah
eb03855c3c
Allow deletion of entities from the edit screens 2020-02-26 15:16:36 +01:00
Kovah
ff2109e013
Minor UI corrections 2020-02-21 17:02:29 +01:00
Kovah
9537a8bb12
Fix a missing icon for the table sorting helper 2020-02-06 22:00:03 +01:00
Kovah
1855d87715
Refactor the trash controller, add custom error views (WIP) 2020-01-31 12:25:03 +01:00
Kovah
453df74f50
Refactor the system settings controller and add corresponding controller test 2020-01-31 10:46:32 +01:00
Kovah
6632b0b068
Refactor the cron controller and add controller tests for it 2020-01-29 12:07:44 +01:00
Kovah
559a068fd9
Refactor the cron controller 2020-01-28 16:11:42 +01:00
Kovah
c2949b5e5f
Refactoring of the ajax controller, now named FetchController 2020-01-28 13:58:18 +01:00
Kovah
d07439216a
Update the footer 2020-01-28 13:27:42 +01:00
Kovah
891c22c9a9
Update the footer with localized strings 2020-01-26 16:45:13 +01:00
Kovah
aa3e11377f
Optimize the dashboard view by limiting links to one line of text 2020-01-26 16:40:28 +01:00
Kovah
0665ce86ee
Add an additional check for present data before running the database migrations (#88) 2020-01-26 12:25:27 +01:00
Kovah
cce073d5c0
Prevent issues with cron token being not set after setup (#89) 2020-01-25 12:47:07 +01:00
Kovah
ab6def7e07
Add search filter for broken links (#63) 2020-01-24 15:04:22 +01:00
Kovah
eadb6f0445
Fix the navigation padding on large viewports 2020-01-24 14:23:32 +01:00
Kovah
f79c6f9076
Switch to the MariaDB Client for DB dumps 2020-01-24 12:13:35 +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
1df8d903c6
Update to PHP 7.4 (#82) 2020-01-21 20:58:49 +01:00
Kovah
a312a69bda
Fix issue where new tags/lists couln't be added (#84) 2019-12-16 14:27:04 +01:00
Kovah
f0fc9db7c6
Complete refactoring of the Bootstrap variables handling and overriding 2019-11-28 13:22:26 +01:00