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

106 Commits

Author SHA1 Message Date
Kovah
09cdaa47a7
Fixes username saving, implements some toggles foer the demo 2019-04-28 14:47:29 +02:00
Kovah
c7c94dd7ee
Correct password change controller 2019-04-28 14:31:23 +02:00
Kovah
8a67737f29
Fix implementation for meta generation for links (#47) 2019-04-27 11:58:13 +02:00
Kovah
058e22fc01
Fix issues with meta tag parsing by using get_meta_tags() (#47) 2019-04-27 11:25:54 +02:00
Kovah
ed012a2da8
Check for duplicate links in the link creation form (#46) 2019-04-27 10:56:18 +02:00
Kovah
ecfe01afbb
Add some statistics to the dashboard 2019-04-24 21:53:33 +02:00
Kovah
e33e31e53c
Minor code formatting for helpers 2019-03-24 22:14:15 +01:00
Kovah
f2c9224727
Implement Wayback Machine into Link model (#39) 2019-03-24 22:14:02 +01:00
Kovah
5672f1d6f1
Add helper for Wayback Machine (#39) 2019-03-24 22:13:38 +01:00
Kovah
9e4197bd9f
Add option to enable / disable backups 2019-03-22 21:21:46 +01:00
Kovah
be77eb75a7
Remove Rememberable package as it causes too much headache right now 2019-03-22 17:02:36 +01:00
Kovah
9b3ed8cc7d
Add notifications for the link check (#38) 2019-03-22 16:23:49 +01:00
Kovah
2eae2530e3
Add the Spatie Backup package with configuration (#23) 2019-03-22 12:18:07 +01:00
Kovah
25bcf08e73
Use cache tags only if an appropriate driver is used (#25) 2019-03-22 11:40:01 +01:00
Kovah
a5a600cc0b
Fix issue with session handling of the bookmarklet 2019-03-22 11:09:23 +01:00
Kovah
2866650eca
Implement system settings via settings page (#34) 2019-03-01 21:13:10 +01:00
Kovah
f4981c5677
Remove the Laravel Permissions package (#36) 2019-03-01 14:15:14 +01:00
Kovah
4e22e33923
Remove category and tags overviews from guest view 2019-03-01 09:57:24 +01:00
Kovah
f991a8d984
Small cron controller change 2019-02-11 17:05:50 +01:00
Kovah
719b82d230
Implement first version for automated link checks (#20) 2019-02-11 16:46:52 +01:00
Kovah
5abc8f6584
Add a status for links to indicate if they are broken or were moved (#20) 2019-02-11 16:04:18 +01:00
Kovah
121a607c8f
Rename registeruser command 2019-02-11 15:02:32 +01:00
Kovah
2181885867
Add a system settings page accessible by admins 2019-02-11 00:08:49 +01:00
Kovah
61bc634d4a
Add cron controller with route 2019-02-11 00:04:04 +01:00
Kovah
57b029a287
Implement helper to get system settings 2019-02-11 00:03:37 +01:00
Kovah
6e74ac51a8
Update the registeruser command to handle user roles 2019-02-10 23:22:14 +01:00
Kovah
e0dd883fd7
Add laravel-permission package for roles (#33) 2019-02-10 23:21:59 +01:00
Kovah
f00e03eb98
Implement api token generation in settings (#6) 2019-02-07 23:55:27 +01:00
Kovah
8d6559f44e
Implement exporting of links (#22) 2019-01-31 16:42:39 +01:00
Kovah
c262350486
Remove debug statement 2019-01-31 13:18:11 +01:00
Kovah
e89a95ef82
Automatically detect meta descriptions for links 2019-01-31 13:02:11 +01:00
Kovah
757da6833e
Fix category saving for links 2019-01-30 22:51:35 +01:00
Kovah
3f7215a88f
Correct patterns for the link mapper (#15) 2019-01-30 20:58:09 +01:00
Kovah
eea5de2256
Fully implement link icons, correct icon mapper (#15) 2019-01-30 20:40:40 +01:00
Kovah
ce001d3391
Correct dashboard links query 2019-01-30 20:38:58 +01:00
Kovah
69b65f3f19
Finalize icon map (#15) 2019-01-30 20:12:25 +01:00
Kovah
14b2585992
Add first base for link icons (#15) 2019-01-30 17:47:38 +01:00
Kovah
e6cf288238
Add global scope for ordering by name ascending 2019-01-30 16:24:58 +01:00
Kovah
031476f3d6
Make model class extending more clear 2019-01-30 16:24:40 +01:00
Kovah
a1110e1d88
Fix issue with root route and dashboard redirect 2019-01-29 13:30:13 +01:00
Kovah
287abcaa06
Solve issue with tag imports (#27) 2019-01-29 13:25:34 +01:00
Kovah
42e2773f96
Fix category displaying in lists 2019-01-24 10:59:52 +01:00
Kovah
c6b3b7b7f0
Allow advanced searching by tags 2019-01-23 22:02:02 +01:00
Kovah
008003438e
Fix missing table sorting for logged in users (#21) 2019-01-22 22:41:02 +01:00
Kovah
71b8e4231b
Add table sorting to all item tables (#21) 2019-01-22 22:27:17 +01:00
Kovah
2a338f1960
Further implementation of guest access 2019-01-22 16:16:41 +01:00
Kovah
dfccf93a78
Add notes to trash handling, fix some issues (#11) 2019-01-17 21:28:17 +01:00
Kovah
26391caab7
Implement notes functionality for links (#11) 2019-01-17 21:08:12 +01:00
Kovah
5f38f4aa68
Implement advanced model and data caching to speed up the app 2019-01-16 23:57:28 +01:00
Kovah
0253a1265c
Improve the link displaying 2019-01-16 23:27:09 +01:00