Commit graph

903 commits

Author SHA1 Message Date
Marius Orcsik
0e7943dcfd
Updated activitypub package with Collection copy improvements 2021-10-03 15:23:54 +02:00
Marius Orcsik
0895ecc34f
Added Collection related copying of properties
Refactoring of copy functions
2021-10-03 15:01:44 +02:00
Marius Orcsik
2926ccaa43
Updated storage package 2021-10-01 21:48:35 +02:00
mariusor
8d8f739938 Updated storage package 2021-10-01 17:40:29 +02:00
Marius Orcsik
a8f7746c90
Updated activitypub package with correct Count() method on collections 2021-09-18 17:03:19 +02:00
Marius Orcsik
cd6c842227
Remove returning total items for collection, collection page, ordered collection and ordered collection page
This should be moved to a different method/function
2021-09-18 17:01:17 +02:00
Marius Orcsik
774664dd70
Updated activitypub package with nil checks on OnX helpers 2021-09-12 12:59:33 +02:00
Marius Orcsik
df7d3cbe81
Add nil checks for OnX helper functions 2021-09-12 12:52:27 +02:00
Marius Orcsik
f87a23ad66
Updated activitypub package with fixed fastjson Parse 2021-08-28 22:12:11 +02:00
Marius Orcsik
d347363314
Handle errors coming from fastjson Parse 2021-08-28 22:10:10 +02:00
Marius Orcsik
89d3a7be06
Updated activitypub package 2021-08-22 19:01:34 +02:00
Marius Orcsik
71f08af09f
*Better* ItemCollection.Append 2021-08-22 18:59:57 +02:00
Marius Orcsik
3d91847f7f
Fix loading objects w/o type
They usually correspond to Tags
2021-08-22 18:59:32 +02:00
Marius Orcsik
0122eaeca9
Updating activitypub package 2021-08-20 22:27:28 +02:00
Marius Orcsik
4b6c32b98c
Fix items json decoding 2021-08-20 22:22:48 +02:00
mariusor
a797bcb124 Updated activitypub with fixed public key json unmarshal 2021-08-16 16:30:17 +02:00
mariusor
94c953e391 Fix public key decoding 2021-08-16 16:28:43 +02:00
Marius Orcsik
8901b7e3f0
Updated activitypub package again 2021-08-15 19:18:06 +02:00
Marius Orcsik
06ac3605b8
Fix crash for article objects load 2021-08-15 19:11:18 +02:00
Marius Orcsik
e26b856fcc
Use fastjson properly 2021-08-15 13:41:01 +02:00
Marius Orcsik
042e82bafe
Updated activitypub package 2021-08-14 20:19:33 +02:00
Marius Orcsik
c8d01274d3
Fix item collection unmarshall 2021-08-14 20:12:13 +02:00
Marius Orcsik
3bfde6b331
Updated errors package 2021-08-14 19:29:00 +02:00
Marius Orcsik
fb2bab4c89
Updated activitypub package 2021-08-14 19:07:54 +02:00
Marius Orcsik
5c5ff6be80
Broken item collection decoding 2021-08-14 19:04:34 +02:00
Marius Orcsik
f4312e0756
Fix how we test empty objects 2021-08-14 18:34:21 +02:00
Marius Orcsik
73041d04eb
Replace jsonparser to fastjson for parsing json 2021-08-14 18:34:02 +02:00
Marius Orcsik
ca0c565b6f
Changed default test target in the makefile 2021-08-14 18:31:18 +02:00
Marius Orcsik
f9cc94ae39
Output a collection as object if that's what we loaded from the repository 2021-07-31 19:05:04 +02:00
Marius Orcsik
78291be189
Updated activitypub package 2021-07-21 19:36:53 +02:00
Marius Orcsik
e7844f6e2b
Move CopyXProperties and related functionality from the processing package 2021-07-21 19:32:51 +02:00
Marius Orcsik
5fd333bcd1
Export types for function parameters required by the OnXXX utility functions 2021-07-21 18:38:41 +02:00
mariusor
f3c0579763 Updated activitypub package 2021-06-23 17:23:31 +02:00
mariusor
f56d3bfa45 Fixed an actor's public key property Json encode and decode 2021-06-23 16:34:48 +02:00
Marius Orcsik
18b3766ead
Fix module deps download 2021-06-06 17:30:13 +02:00
Marius Orcsik
a8c6603185
Updated activitypub package 2021-06-06 17:29:47 +02:00
Marius Orcsik
2f08d24234
Fix mod download 2021-06-06 17:18:01 +02:00
Marius Orcsik
0158b24880
Improvements to nil checks before trying to access interface values which might be nil 2021-06-06 17:04:34 +02:00
Marius Orcsik
b8343fd3a3
Don't crash if collections are nil when invoking Count() 2021-06-06 14:34:07 +02:00
mariusor
564fcb277a Set cache control HTTP header if not already set 2021-06-01 20:09:36 +02:00
mariusor
1c14ce8a37 Updated errors package (again) 2021-05-27 09:47:28 +02:00
mariusor
134932023a Updated to new errors package 2021-05-26 18:52:50 +02:00
Marius Orcsik
058e93c493
Updated to activitypub package with flatten functionality 2021-04-03 13:44:47 +02:00
Marius Orcsik
558da36360
Moved the flatten functionality to this package 2021-04-03 13:43:33 +02:00
Marius Orcsik
4e2fe10f97
Updated activitypub package 2021-04-02 13:53:40 +02:00
Marius Orcsik
f09fdb0b8b
Disabled all GobEncoding/Decoding and BinaryMarshal/Unmarshal functionality 2021-04-02 13:52:04 +02:00
Marius Orcsik
4903172144
Updated go-ap packages 2021-03-27 14:09:02 +01:00
Marius Orcsik
57a41d04da
Fix ItemMatches function and adding some basic tests 2021-03-27 14:06:24 +01:00
Marius Orcsik
95774ab532
Fix Remove method doc comment 2021-03-27 14:02:30 +01:00
mariusor
638b2912fd Updated go-ap packages 2021-03-26 11:01:12 +01:00