Commit Graph

  • 986030060b XMPPHP - Fix string as array usage errors on PHP 7 Diogo Cordeiro 2019-04-19 15:25:01 +01:00
  • 2d20656e22 [StoreRemoteMedia] script removeRemoteMedia.php was trying to remove already removed files Sometimes different posts are associated with the same file, that case wasn't considered Thanks to XRevan86 for spotting this issue. Diogo Cordeiro 2019-04-18 01:03:09 +01:00
  • 98ebe1f63b [StoreRemoteMedia] script removeRemoteMedia.php was deleting every file posted without being via web interface Added two more options: delete image-only attachments; delete previews (like oembed thumbs) Some further minor improvements. Thanks to colegota for spotting this issue. Diogo Cordeiro 2019-04-17 02:00:12 +01:00
  • 1d529c021a Updated HTMLPurifier to 4.10.0 Source: http://htmlpurifier.org/releases/htmlpurifier-4.10.0-lite.zip Release date: 2018-02-22 Diogo Cordeiro 2019-04-16 01:11:54 +01:00
  • f89c052cf8 Set default value of datetime columns to CURRENT_TIMESTAMP This resolves an issue with MySQL 5.7 where the default SQL_MODE is set to disallow zero dates (i.e. '0000-00-00 00:00:00') Fixed thanks to Francis and Normandy from postActiv. Diogo Cordeiro 2019-04-16 00:43:17 +01:00
  • 38f2ecefac extlib/DB/DataObject - Fix PHP 7.3 Warning switch continue -> break Also reformatted under PSR norms Diogo Cordeiro 2019-04-16 00:20:20 +01:00
  • 8305641b20 Update master GS version Diogo Cordeiro 2018-09-14 22:42:51 +01:00
  • e473937cb9 Give priority to ATOM to expose WebSub. Alexandre Alapetite 2018-11-20 22:39:23 +00:00
  • 8c9efff1ac Merge branch 'issue-326' into 'master' Diogo Cordeiro 2018-09-14 21:33:54 +00:00
  • 37f8d3bef2 Merge branch 'issue-337' into 'master' Diogo Cordeiro 2018-09-14 21:33:21 +00:00
  • d1ba0dddec Merge branch 'issue-338' into 'master' Diogo Cordeiro 2018-09-14 21:30:16 +00:00
  • 4a8f330ed2 Merge branch 'issue-323' into 'master' Diogo Cordeiro 2018-09-14 21:29:32 +00:00
  • 63ab20d20b Merge branch 'nightly' into 'master' Diogo Cordeiro 2018-09-14 21:27:40 +00:00
  • 9a39ebe66f Database fields with timestamp type now allow CURRENT_TIMESTAMP to be set as default value Add default values to created and modified columns of Profile_list table to fix issue #338 Diogo Cordeiro 2018-08-25 02:20:10 +01:00
  • ddc3cecfc0 Add default values for avatar and attachment directories in web installer Diogo Cordeiro 2018-08-25 03:32:02 +01:00
  • 45479c90a3 Add option to send email to --all users on sendemail.php script Diogo Cordeiro 2018-08-23 23:48:38 +01:00
  • b3c3af1ef6 Merge branch 'issue-333' into 'nightly' Diogo Cordeiro 2018-08-23 21:43:31 +00:00
  • 2b43d484eb UserFlag: Pass proper profile to FlaggedProfileListItem Chimo 2018-08-16 19:16:15 -04:00
  • 9688a55d56 Merge branch 'nightly' into 'nightly' Diogo Cordeiro 2018-08-14 21:18:10 +00:00
  • e8e487187e Group Members page: Fix typo in groupmembers.php Chimo 2018-08-12 18:27:02 -04:00
  • 4211206e3b Script for removing remote files until a given date Diogo Cordeiro 2018-08-09 16:54:10 +01:00
  • ffe14fe5f3 Merge branch 'nightly' into 'nightly' mmn 2017-12-17 17:41:14 +00:00
  • c285f80b18 Merge branch 'cas-user-whitelist' into 'nightly' mmn 2017-12-17 17:38:21 +00:00
  • 1e1543dd72 Test if $casSettings['user_whitelist'] is an array - and then perform in_array(...) instead of just checking if it's != null. mmn 2017-12-17 17:37:24 +00:00
  • 9c0c8a19dd Merge branch 'backupaccount-xml' into 'nightly' mmn 2017-12-17 17:35:22 +00:00
  • ec98fd0c43 Merge remote-tracking branch 'gnuio/master' into nightly Mikael Nordfeldth 2017-12-17 18:32:23 +01:00
  • 67a9c0415c Merge branch 'cache-html-sanitizer' into 'master' mmn 2017-12-17 17:25:46 +00:00
  • a1ea335140 Merge branch 'cli-install' into 'master' mmn 2017-12-17 17:25:21 +00:00
  • 69bb81556f Merge branch 'master' into 'master' mmn 2017-12-17 17:24:53 +00:00
  • 0b9a2fdf3a allow the cmd installer to load the config file from '/etc/gnusocial/config.d/'.$_server.'.php' using the commandline argument as $_server (passed through lib/common.php to lib/gnusocial.php) nee 2017-12-17 17:52:24 +01:00
  • 3b5fabbe97 set the html sanitizer cache directory to ['cache']['dir'] from the config file; nee 2017-12-06 01:50:22 +01:00
  • fdd3d63098 Don't write the config file when --skip-config flag is given to the installer. nee 2017-11-26 22:14:30 +01:00
  • 5af96d3ec7 fixed hard coded twitter char limit vinz 2017-11-08 22:50:00 +01:00
  • 250221ff7f Merge remote-tracking branch 'upstream/nightly' into nightly vinz 2017-11-08 22:47:23 +01:00
  • ec504ec4df Merge branch 'nightly' of git.gnu.io:gnu/gnu-social into nightly Mikael Nordfeldth 2017-09-10 14:06:03 +02:00
  • 96ce758c05 Trying to debug some stuff regarding oEmbed Mikael Nordfeldth 2017-09-10 14:04:12 +02:00
  • a45d9471ed If $_REQUEST is empty, array_merge == null. Mikael Nordfeldth 2017-09-10 14:02:16 +02:00
  • a6e33bdd6a Fixed code so that GNU social can receive Mastodon boosts (from GNU social nightly commit: c741d1a52a) Sebastian 2017-08-25 11:35:02 +00:00
  • 10f17efc4f disabling auto-backlog-importer on subscribe Mikael Nordfeldth 2017-08-23 18:09:49 +02:00
  • d9fbc17f77 Merge branch 'nightly' into 'nightly' mmn 2017-08-23 15:28:08 +00:00
  • 50f9f23ff1 Merge branch 'xmpphp-fix' into 'master' mmn 2017-08-23 15:27:34 +00:00
  • 34bd4e6441 Merge branch 'patch-1' into 'master' mmn 2017-08-23 15:27:22 +00:00
  • 0b75eaed92 missing argument for sprintf Mikael Nordfeldth 2017-08-22 18:48:04 +02:00
  • e615032331 Fix PHP incompatibilities in XMPPHP Florian Schmaus 2017-08-19 17:55:47 +02:00
  • de8aed6a28 Added bullet point to README Mikael Nordfeldth 2017-08-12 09:50:39 +02:00
  • d61375cb7f Group autocompletion now fills in hostname part Mikael Nordfeldth 2017-08-10 12:41:47 +02:00
  • 4c8a8848ed Groups can now be server-specific with !osm@gnusocial.de vs. !osm@sn.jonkman.ca Mikael Nordfeldth 2017-08-10 12:30:11 +02:00
  • 00cbc852b0 Make use of variable preMention signal method Mikael Nordfeldth 2017-08-10 11:33:18 +02:00
  • 8dd06cd8d8 Harmonize webfinger formatting and enable variable pre-mention character Mikael Nordfeldth 2017-08-10 11:06:52 +02:00
  • 20801a32f7 Logging term used HubSub instead of WebSub. Mikael Nordfeldth 2017-08-07 00:19:12 +02:00
  • 090f4a9474 Mastodon replies 201 Created for salmon slaps. Mikael Nordfeldth 2017-08-05 16:21:34 +02:00
  • 0ef483fb4a preamble with newline for AtomPub output etc. Mikael Nordfeldth 2017-08-05 10:42:38 +02:00
  • 945920f24d Mimetype was not recognized if longer than bare mime Mikael Nordfeldth 2017-08-05 09:46:14 +02:00
  • 6938d26524 List the thread config value in lib/default.php Mikael Nordfeldth 2017-08-03 09:53:00 +02:00
  • dea9f43d85 Updated some PHP-related info in INSTALL Mikael Nordfeldth 2017-08-03 09:52:04 +02:00
  • 90e93b9656 Added base64 encoding to get RMQ to work abjectio 2017-07-28 12:42:21 +02:00
  • 586aaa596e Quote URL on dupe search and better logging on upgrade Mikael Nordfeldth 2017-07-27 19:39:55 +02:00
  • 457d32e273 Merge branch 'takeshitakenji/gnu-social-twitter-repeat-config' into mmn_fixes Mikael Nordfeldth 2017-07-11 22:09:12 +02:00
  • dd8e17a387 Merge branch 'profile' into 'nightly' mmn 2017-07-11 20:05:47 +00:00
  • 93524c4be3 Merge branch 'doc-backup-restore-def-vals' into 'nightly' mmn 2017-07-11 20:01:28 +00:00
  • 924bcd93e5 Merge branch 'notice_id-xml' into 'nightly' mmn 2017-07-11 20:01:01 +00:00
  • aa004d03aa Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes Mikael Nordfeldth 2017-07-11 21:59:49 +02:00
  • 7785219234 Merge branch 'fix-doc-twitterapi' into 'master' mmn 2017-07-11 19:58:48 +00:00
  • 56e2b0007c Issue #279 raises the point of missing newlines Mikael Nordfeldth 2017-07-11 21:58:24 +02:00
  • a75b1df627 Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes Mikael Nordfeldth 2017-07-11 21:44:50 +02:00
  • e3cafc011e Merge branch 'case-sensitive-openid' into 'master' mmn 2017-07-11 19:41:33 +00:00
  • 3b363d626d Merge branch 'safe-gitignore' into 'master' mmn 2017-07-11 19:31:26 +00:00
  • d564e28f8e Merge branch 'xmpp-fix-1' into 'nightly' mmn 2017-07-11 19:18:51 +00:00
  • 9b19688d65 Another solution to merge request !146 Mikael Nordfeldth 2017-07-11 21:16:30 +02:00
  • e4d77cb9b2 Noone uses Facebook anymore. Mikael Nordfeldth 2017-07-11 12:44:24 +02:00
  • 05a9c11c47 Fixing HTTP_Request2_SocketWrapper so it times out Mikael Nordfeldth 2017-07-11 12:04:09 +02:00
  • 9919ccb8b5 HubSub now remembers recent failures and counts them Mikael Nordfeldth 2017-07-10 20:28:45 +02:00
  • 661930cbe6 oEmbed had bad variable reference in error message Mikael Nordfeldth 2017-07-10 20:28:35 +02:00
  • 6a2a54dcb5 Making upgrade.php somewhat more efficient by remember one-time-inits. Mikael Nordfeldth 2017-07-10 19:39:26 +02:00
  • c9cfda5ef2 Bad constant (LOG_WARNING, not LOG_WARN) Mikael Nordfeldth 2017-07-10 14:50:25 +02:00
  • 4ba7c4a021 AuthCrypt README brought out of the stone age Mikael Nordfeldth 2017-07-10 14:49:01 +02:00
  • 74a60ab963 Rework the push mechanism a bit to a less DB dependant queue Mikael Nordfeldth 2017-07-10 14:43:28 +02:00
  • 3bc2454e91 Avoid excessive remote requests on oEmbed lookups Mikael Nordfeldth 2017-07-10 14:41:03 +02:00
  • a7df79ac07 Force arrays in constructors of ActivityStreamJSONDocument and JSONActivityCollection Mikael Nordfeldth 2017-07-10 14:26:01 +02:00
  • 31866be98b Use intval on ini_get or we use a string for timeout Mikael Nordfeldth 2017-07-10 14:10:32 +02:00
  • 57e22d78e0 Patch DB before release, weird use of count() Mikael Nordfeldth 2017-07-10 14:10:10 +02:00
  • a4a6a8469e Updating HTMLPurifier to 4.9.3 Mikael Nordfeldth 2017-07-10 13:46:07 +02:00
  • 3158f9c33a Update PEAR DB to 1.9.2 Mikael Nordfeldth 2017-07-10 13:33:11 +02:00
  • 711f220397 Updating PEAR Net_URL2 to 2.1.2 Mikael Nordfeldth 2017-07-10 13:28:40 +02:00
  • a223273544 Update PEAR DB_DataObject to 1.11.5 Mikael Nordfeldth 2017-07-10 13:25:04 +02:00
  • 61876ed232 PEAR Net_SMTP updated to 1.8.0 Mikael Nordfeldth 2017-07-10 12:53:13 +02:00
  • f025671b8a PEAR Net_Socket updated to 1.2.2 Mikael Nordfeldth 2017-07-09 23:09:03 +02:00
  • 489099ca91 change default timeout setting for HTTPClient Mikael Nordfeldth 2017-07-09 22:49:49 +02:00
  • 08b4b73c67 Updating HTTP_Request2 to 2.3.0 Mikael Nordfeldth 2017-07-09 22:17:52 +02:00
  • fb492d4bb2 Remove debug call and change how connect_timeout is set Mikael Nordfeldth 2017-07-09 20:34:44 +02:00
  • f0480c34d7 Configure a default timeout for HTTP connections at 60s Mikael Nordfeldth 2017-07-09 20:07:18 +02:00
  • 3395f6081c Endless loop nesting on ensureHub failure now fixed Mikael Nordfeldth 2017-06-22 14:37:32 +02:00
  • c9a9a8bc58 Fulltext indexes are supported in InnoDB since MariaDB 10.0.15 Mikael Nordfeldth 2017-06-22 01:37:43 +02:00
  • fa44e0c06e set a 'rediscovered' parameter to avoid nesting into an ensureHub loop forever Mikael Nordfeldth 2017-06-22 00:30:38 +02:00
  • 16e7b5af12 Update INSTALL Step 4 of Getting it up and running is not applicable in newer versions. Danial Behzadi 2017-06-18 12:42:14 +00:00
  • 5265c48d04 GNU social avatar by moshpirit / Alberto Mikael Nordfeldth 2017-05-30 21:37:53 +02:00
  • b9a4053eec fix a link of doc/twitterapi MIYAGI Hikaru 2017-05-30 06:55:39 +09:00
  • 1517deeeb6 Since ActivityContext::CONVERSATION changed to 'conversation' instead of 'ostatus:conversation' we need to add it ourselves Mikael Nordfeldth 2017-05-06 15:25:44 +02:00
  • 0dd68d11cb What just happened? Not sure if me or git caused duplicate code. Mikael Nordfeldth 2017-05-06 14:48:04 +02:00
  • 4f37c564a5 Merge branch 'master' into mmn_fixes Mikael Nordfeldth 2017-05-06 14:40:06 +02:00