1b41a38719[CORE] Another inboxnoticestream improvement
Alexei Sorokin
2019-09-10 22:25:45 +03:00
1b66209e53[DAEMONS] Switch daemons to double-forking for daemonisation
Alexei Sorokin
2019-09-10 21:14:27 +03:00
72f5576795[DAEMONS] Properly disconnect daemons from the database
Alexei Sorokin
2019-09-10 20:25:28 +03:00
cb412d228c[OpportunisticQM] Revamped plugin to be able to use other poll based queuemanagers, no just the DB
Miguel Dantas
2019-09-02 21:39:55 +01:00
b0e10f01cb[StompQueue] Changed StompQueueManager to use polling rather than sockets
Miguel Dantas
2019-09-02 21:13:26 +01:00
7cdd64f594[PLUGINS] Added UnQueue, a new default plugin which does all actions immediately
Miguel Dantas
2019-09-01 00:40:33 +01:00
333b915740[PLUGINS] Added DBQueue plugin
Miguel Dantas
2019-08-31 23:53:01 +01:00
e3c34c4693[PLUGINS] Added StompQueue plugin, based on the implementation in lib/queue/stompqueuemanager. Updated to new STOMP library version. Dropped liberalstomp.php and stompqueuemanager.php
Miguel Dantas
2019-08-31 20:22:08 +01:00
3fbf974dad[PLUGINS] Added RedisQueue
Miguel Dantas
2019-08-30 22:42:08 +01:00
44e96deecd[CORE][AUTOLOAD] Fix class OAuthRequest not found Issue description as reported by aab:
Miguel Dantas
2019-09-02 16:55:15 +01:00
55f4ed036d[FRAMEWORK][AUTOLOAD] Fix autoloads
Miguel Dantas
2019-08-23 23:25:36 +01:00
ab3e8ce21d[LIB_REFACTOR] Fix requires
Miguel Dantas
2019-08-23 13:36:02 +01:00
2ab2e22a36[LIB_REFACTOR] Moving files into separate semantic categories
Miguel Dantas
2019-08-22 18:06:14 +01:00
5e16606358[RedisCache] Fix call to getPayload on int. The library is badly documented, but seems to return the TTL instead of the normal redis response Issue description as reported by aab:
Miguel Dantas
2019-09-02 16:49:46 +01:00
ba593bfa39[Memcached] Fix call to undefined method close Issue description as reported by aab:
Miguel Dantas
2019-09-02 16:42:10 +01:00
a99ae06573[Embed] Fix use of undefined img_data Got error 'PHP message: PHP Notice: Undefined variable: img_data in /var/www/html/plugins/Embed/EmbedPlugin.php on line 544'
Miguel Dantas
2019-09-02 16:31:32 +01:00
8f070f53ec[CORE] Fix undefined offset warnings in different files
tenma
2019-09-01 21:33:11 +01:00
fe2168c5ae[ActivityPub] Add support fox search-box profile/notice grabbing
tenma
2019-08-29 16:49:13 +01:00
18d9875e59[CORE] Fix small bug where Notice was sending a JSON representation to the queue, instead of sending itself
Miguel Dantas
2019-09-01 00:48:39 +01:00
8d9b88a8bc[OverwriteThemeBackground] This new plugin will let the admin set a custom background theme independent
Diogo Cordeiro
2019-08-19 15:35:52 +01:00
616858ea89[ExtendedProfile] Fix Admin menu option
Diogo Cordeiro
2019-08-21 17:11:37 +01:00
428878b6d8[MODULES] Allow to delete third party plugins
Diogo Cordeiro
2019-08-17 05:52:02 +01:00
0d7c0069f2[MODULES] Allow to upload third party plugins Fixed some bugs
Diogo Cordeiro
2019-08-17 02:33:31 +01:00
ca22279797[MODULES] List all available plugins and allow enabling them via UI Yet another revision of the Admin Plugin Management tool
Diogo Cordeiro
2019-08-16 15:06:27 +01:00
5524cf331c[DOCUMENTATION][DEVELOPERS][PLUGINS] Some updates to Plugins doc
Diogo Cordeiro
2019-08-12 21:48:29 +01:00
3bf010ddd8[ExtendedProfile] Hide 'Extra fields' from profile when no field was created by the sysadmin
Diogo Cordeiro
2019-08-10 20:04:43 +01:00
9a9fa89a0c[ExtendedProfile] Allow to delete custom profile field
Diogo Cordeiro
2019-08-10 13:40:47 +01:00
fd1a7a5e68[Plugins] Incorporated GNUsocialExtendedProfile as part of ExtendedProfile Also improved a lot of the plugin and made things in a way it would make sense
Diogo Cordeiro
2019-08-09 15:22:55 +01:00
2f1ddd8280[CORE] Add ActivityPub plugin This is not the same as the one in https://notabug.org/diogo/gnu-social-activitypub-plugin Differences to the first "release" -> Doesn't use guzzle nor has any composer dependencies -> Supports HTTP Signatures -> Has basic l10n/i18n -> Some minor bug fixes
Diogo Cordeiro
2019-05-11 12:27:21 +01:00
6bf888b520[PLUGINS] Dropped Memcache in favor of Memcached. The difference between these is that they use a similarly php library to interact with memcache, but memcached is more modern
Miguel Dantas
2019-08-15 16:20:41 +01:00
be1654237d[Memcached] Merged useful features from Memcache
Miguel Dantas
2019-08-15 16:17:49 +01:00