74 Commits (8c020e86661cd727f76c3b0a47ef551491f5eaec)

Author SHA1 Message Date
Timothée Jaussoin b79edc66f0 Add type in Post parseContent 1 year ago
Timothée Jaussoin 78bda20686 Fix a fatal error in Post 1 year ago
Timothée Jaussoin 4557214d30 Save the Pubsub affiliations in the database, allow Communities owners to edit the articles 2 years ago
Timothée Jaussoin 45fbe00e7e Fix empty post default error when previewing 2 years ago
Timothée Jaussoin 413f416b28 Fix comments and likes issue introduced by 0d9854cbef 2 years ago
Timothée Jaussoin 6b405528c1 Simplify the post titles display 2 years ago
Timothée Jaussoin 0d9854cbef Treat the post title as a content if there is no content available 2 years ago
Timothée Jaussoin 79c1d526c0 Fix Atom parsing when title contains valid XHTML 2 years ago
Timothée Jaussoin 749a86812e Introduce a view counter for Posts, show the counter above 3 views 2 years ago
Timothée Jaussoin d443b86eef Create the content hash from the <item/> element and not the <entry/> one to fix the aid change 2 years ago
Timothée Jaussoin ba680362a2 Generalize the hash check to the whole Post (and not only the content), don't save it if nothing has changed from the cache version 3 years ago
Timothée Jaussoin 9e61ce574d Refactor the Post embed handling, add Redgifs support next to Youtube 3 years ago
Timothée Jaussoin e5821618f0 Fix attachement duplicate issues in Post 3 years ago
Timothée Jaussoin 2007cd5855 Fix gallery layout 3 years ago
Timothée Jaussoin 0cbb682a00 Move the purifyHTML function to the API to save memory 3 years ago
Timothée Jaussoin db230f5e3c Move to the arrow function syntax when possible 3 years ago
Timothée Jaussoin 45bbca98c7 Slightly simplify the likes subquery 3 years ago
Timothée Jaussoin 8b1920d82b Fix #1134 Count only once likes from the same aid 3 years ago
Timothée Jaussoin 8fe3013519 Fix post display in Blog 3 years ago
Timothée Jaussoin 23987c5438 Fix two fatal errors 3 years ago
Timothée Jaussoin 119828448b Fix #1034 set rel="alternate" by default if rel not set 3 years ago
Timothée Jaussoin f27106a1ce Remove empty tags when parsing Posts 3 years ago
Timothée Jaussoin e42ac296cb Fix some fatal errors 3 years ago
Timothée Jaussoin 9e4fa1a0be Prepare PHP 8.1 support 4 years ago
Timothée Jaussoin 4620f729ee Fix NSFW detection when there is several tags attached 4 years ago
Timothée Jaussoin 93192b5275 Don't decode drafts 5 years ago
Timothée Jaussoin 063b0d0d27 Fix post edition htmlspecialentities 5 years ago
Timothée Jaussoin c3aebf31a6 Fix Notification for MySQL and fix a performance issue 5 years ago
Timothée Jaussoin 502f04743a More code conditions to prevent unwanted PHP errors 5 years ago
Timothée Jaussoin c08454ba70 Use union instead of where in to retrieve posts in Menu and Search widgets 5 years ago
Timothée Jaussoin 7f72e5e89a Cleanup related/enclosure attachments in Post 6 years ago
Timothée Jaussoin 27c61ddde5 Fix #820 Rename SQL_DATE to MOVIM_SQL_DATE to prevent redefined constant error 6 years ago
Timothée Jaussoin 4636dd557c Merge Capabilities and Infos and create Identities 6 years ago
Timothée Jaussoin faf714ed60 Always add the http://jabber.org/protocol/muc#user NS when sending MUC PM 6 years ago
Timothée Jaussoin 7d0274c3a1 Add Moxl code for reactions 7 years ago
Timothée Jaussoin eeb1832314 Add Moxl code for reactions 7 years ago
Timothée Jaussoin dfe2dfd233 Add + run default PHP-CS-Fixer rules 7 years ago
Timothée Jaussoin 2cf09add98 Only display open articles for next/prev links 7 years ago
Timothée Jaussoin 896ed6981d Code formating to unify the style and respect the PSR rules 7 years ago
Timothée Jaussoin 19c6560e5b Fix Comments handling and retract 7 years ago
Timothée Jaussoin 449c2b51e8 Fix "open" state for Post and switching between the states when editing 7 years ago
Timothée Jaussoin 0b9a602f9b Fix #714, catch the PDOExceptions when saving tags in the DB 7 years ago
Timothée Jaussoin f7edea6c94 Add a hash of the content when to optimize the parsing of a Post 7 years ago
Timothée Jaussoin 310847548e Create a singleton for the Configuration to prevent multiple requests from the DB 7 years ago
Timothée Jaussoin b94bf4f2d2 Move some Post relations to eager loading to boost the performances 7 years ago
Timothée Jaussoin 1004d9940d More eager loading in Posts 8 years ago
Timothée Jaussoin 986e82d844 Fix Posts suggestions, groups by Communities and Blog 8 years ago
Timothée Jaussoin 2f52a1bae3 Try to extract a picture from the content for the thumbnails 8 years ago
Timothée Jaussoin e5d247f7d7 Fix #630 8 years ago
Timothée Jaussoin 55df6867a6 Fix attachement in PublishBrief 8 years ago