63 Commits

Author SHA1 Message Date
Tim
3a7870a68b Move compare button to versions 2025-04-23 21:56:32 +02:00
Tim
0f6cc78e5e Implement MarkDown parser and improve AbstractParser 2025-04-23 21:50:50 +02:00
Tim
cc3e050304 Add compare function between snipsContents 2025-04-23 21:27:47 +02:00
Tim
28a2706525 Fix title in templates 2025-04-23 21:26:52 +02:00
Tim
31cfeca93a Implement snip loader for twig, allowing extends and includes 2025-04-23 02:21:12 +02:00
Tim
ca7a093e55 Fix myerss diff algorithm if first hit is a insert 2025-04-23 02:20:54 +02:00
Tim
4e16444d2f Catch twig parser errors 2025-04-23 01:29:50 +02:00
Tim
701bf6c1ed Implement very basic twig parser 2025-04-23 01:24:08 +02:00
Tim
943177bc08 Implement custom parsers/renderers with autowiring for snip content 2025-04-23 01:06:21 +02:00
Tim
5cec259469 Make snip public index available if not logged in 2025-04-14 23:48:32 +02:00
Tim
22c8126cea Uncomment the migrations again 2025-04-14 23:33:42 +02:00
Tim
5937a9d4f2 Delete all migration content to allow first migration 2025-04-14 23:25:28 +02:00
Tim
2db9c5f1d9 Create a customized myers diff based system for snip content 2025-04-14 23:25:11 +02:00
Tim
a18eda6748 Update composer recipes 2025-04-14 19:54:33 +02:00
Tim
c250c57a22 Update symfony to v7.2 2025-04-14 19:48:52 +02:00
Tim
473a5294ea Fix register route security 2025-03-01 16:31:46 +01:00
tim
b2bc519e26 Dont make new version if content didnt change 2023-12-24 01:06:30 +01:00
tim
6f64f29177 Fix doctrine deprecation 2023-12-24 00:13:40 +01:00
tim
a5619e2307 Refactor templates to be more structured 2023-12-23 23:56:18 +01:00
tim
be5e457d1b Move created by badge to the right 2023-12-23 23:31:08 +01:00
tim
3225ec5fe0 Fix new snip creation with content reference 2023-12-20 23:17:45 +01:00
tim
caa6d4da17 Fix route attribute deprecation 2023-12-20 22:51:29 +01:00
Tim
9e3590a39d Merge pull request 'feature/removegit' (#9) from feature/removegit into master
Reviewed-on: #9
2023-12-20 22:51:08 +01:00
tim
5624fc3a74 Integrate snipContent more tightly into snip and cleanup old code 2023-12-20 22:37:06 +01:00
tim
64bd7e3642 Start on removing git and better integrate db 2023-12-18 01:26:44 +01:00
Tim
dd55126ac2 Merge pull request 'feature/3-git-content-database' (#8) from feature/3-git-content-database into main
Reviewed-on: #8
2023-12-17 22:02:59 +01:00
tim
6107f560e2 Fully implement snip db storage 2023-12-17 01:55:26 +01:00
tim
0fce8ee4fe Start on property keeping track of git db content 2023-12-16 01:26:47 +01:00
tim
a9e740d018 Merge branch 'main' into feature/3-git-content-database 2023-12-16 00:09:56 +01:00
Tim
eeb7ee6921 Formatting 2023-12-15 18:26:21 +01:00
Tim
c7c245bf13 Update php to v8.3 and symfony to v7.0 2023-12-12 23:13:57 +01:00
Tim
4989a9f7cc Allow including other snippets and update to symfony 6.4 2023-12-12 22:51:08 +01:00
Tim
9f5bb66ae9 Allow referencing other snips in snip 2023-12-12 21:35:35 +01:00
Tim
506a0e8dec Start on creating snipContent entities for the db content 2023-04-20 23:23:04 +02:00
Tim
a405578f93 Start with snips content abstraction 2023-04-15 13:20:07 +02:00
tim
980ea6af94 Remove the parsable tags when showing raw snip 2023-04-08 18:08:45 +02:00
tim
669cbfdaca Allow public raw snips to be accessed without account 2023-04-08 17:58:42 +02:00
tim
47167a3e1e Fix the snips git repos not being shared 2023-04-07 18:49:39 +02:00
tim
a697f89083 Allow inlining code blocks with double quotes 2023-04-07 18:45:43 +02:00
tim
9898bce41a Remove dumps 2023-04-06 22:52:56 +02:00
tim
bf63b7a274 Allow code in-lining instead of everything
Create snip content parser
2023-04-06 22:50:54 +02:00
tim
f20608082a Remove my snips from public snips
Remove home button and redirect to snip_index
2023-04-06 21:18:57 +02:00
tim
df708aa931 Allow deleting snips (including git repo) 2023-04-06 20:46:30 +02:00
tim
004044022d Allow browsing public snips
Fixed big with branch name not existing if nothing committed
2023-04-06 20:30:11 +02:00
tim
ce456adf10 Add Security for history 2023-04-05 23:05:33 +02:00
tim
1f464220ee Show current branch in snip single
Reset branch automatically if trying to commit detached
2023-04-05 22:58:58 +02:00
tim
4e56fed76d Allow going back to a previous commit 2023-04-05 22:46:37 +02:00
tim
e461a7ad35 Start on snip history manipulation 2023-04-05 08:26:36 +02:00
tim
ccab49dd3c Expand navbar with protection 2023-04-05 00:55:02 +02:00
tim
22735cf884 Clean up the interface with nice buttons 2023-04-05 00:31:41 +02:00