Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
544 ancestors of v1.20.9release back to v1.2.0beta4
2019-08-03
| ||
16:29 | [CORE] Use random_bytes() if available and improve common_confirmation_code() randomness. With PHP 7 comes the [random_bytes()](https://php.net/manual/en/function.random-bytes.php) and the [random_int()](https://www.php.net/manual/en/function.random-int.php) function which generates cryptographically secure pseudo-random bytes and integers, respectively. Leaf check-in: 0b21ccc4dd user: diogo@fc.up.pt tags: trunk, v1.20.9release, origin/1.2.x, origin/1.1.x | |
2019-08-01
| ||
13:38 | [SCRIPTS] Fix sessiongc by XRevan86 check-in: 123d60d6e2 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
13:37 | [DOCUMENTATION] Allow install.php to be ran with sample nginx conf check-in: 293a24ea0a user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-07-25
| ||
14:35 | [CORE] MySQL 5.5 support fully restored check-in: 8d07f25249 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-07-24
| ||
21:28 | [CORE] Fix wrong Profile_list schema and set created in user_im_prefs properly - by XRevan86 This reverts 496ab8c9, which was a bad correction of user_im_prefs values check-in: 4330dae0d7 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-07-15
| ||
02:25 | [DOCUMENTATION] Plugin events should be declared in the plugin's directory not in the core check-in: 3e3bfd265d user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-07-09
| ||
23:34 | [OStatus] null being returned instead of an empty array Fixes: "Invalid argument supplied for foreach" in onEndFindMentions check-in: 71debfb6ab user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
23:33 | [UI] Long strings/words in dents weren't being wrapped check-in: 1a766959bc user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-07-01
| ||
22:14 | Minor reformatting of upgrade.php, doesn't change functionality check-in: f2998480be user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
22:14 | Regression introduced in daa5f87f fixed by XRevan86 require_once(): Failed opening required 'Error.php' in extlib/DB/DataObject.php on line 562 check-in: 9f10c498b4 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:40 | [CORE][ROUTER] Fix wrong parameter in all/:tag by XRevan86 check-in: 5aca49cf4b user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-26
| ||
14:54 | [CORE][FRAMEWORK] URL_REGEX_VALID_PATH_CHARS didn't recognize the parenthesis sign. check-in: ce67339a9a user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-25
| ||
21:59 | Implement $config['site']['logdebug'] check-in: 65977f48ac user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-24
| ||
13:06 | [CORE] Fix subscriptions and subscribers list (related to 44653d339d) check-in: 5f5e4656b9 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-23
| ||
22:06 | [Poll] Refactoring and minor bug fixes check-in: 8e61653b1b user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-18
| ||
13:56 | [TagSub] Fix User's tags list issue Issue introduced with 6d9f390b and 9a92b58057 check-in: 0537fc517e user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-14
| ||
11:00 | [DATABASE] Revert accidental regression introduced with 9a39ebe66f check-in: 9522b3de49 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-12
| ||
11:55 | [DOCUMENTATION] Minor corrections Add two missing contributors Bumped patch due to changed introduced with 0583a6a904 check-in: 8e309dbb3a user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
02:25 | Allow username or email in login form check-in: c4cc23e898 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
02:25 | [Nodeinfo][TRANSLATION] Fix languages meta-data check-in: 3fb0890fc9 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
01:20 | [OStatus] Wrong exception was being caught check-in: ad6645e473 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-11
| ||
17:37 | [RELEASE] The Invicta Crusade check-in: f252934f92 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-10
| ||
15:49 | [OpenID] Added support for GS's Internal Session Handler check-in: 463a975942 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:51 | [OpenID] s/sync/synch This commit also fixes the translation in /plugins/OpenID/actions/finishopenidlogin.php#L203-L204 (s/Syncronize/Synchronize) Sync is a bad technical jargon and we should use Synch instead. Synch is already used in other parts of GNU social as seen in plugins/TwitterBridge/classes/Twitter_synch_status.php check-in: e0389b95af user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-09
| ||
23:44 | Merge branch 'nightly' of biodantas/gnu-social into nightly check-in: eb9c61d6b6 user: gogitservice@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
23:38 | [FORMATING] Ran php-cs-fixer on lib/mediafile.php, lib/imagefile.php and classes/File.php check-in: 2648f9f775 user: biodangs@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
23:35 | [MEDIA] ImageFile now extends MediaFile and validates images more aggressively. Default supported files need to use consistent names. Bumped version to 1.20.0 ImageFile has been changed to extend MediaFile and rely on it to partially validate files. This validation has been extended to not rely solely on Fileinfo, as it is disabled on some places. Now it'll try to use the shell command `file`, if Fileinfo isn't available. ImageFile now converts every new upload to PNG, except JPEG and GIF, which are kept, but still resized (to the same size), to remove possible scripts embedded therein. MediaFile::fromUpload will return an ImageFile if the uploaded file is an image or a MediaFile otherwise. MediaFile can be constructed with an id with value -1 to denote a temporary object, which is not added to the DB. This is useful to create a temporary object for representing images, so it can be used to rescale them. The supported attachment array needs to be populated with the result of calling `image_type_to_extension` for the appropriate image type, in the case of images. This is important so all parts of the code see the same extension for each image type (jpg vs jpeg). Added documentation to classes/File.php and to lib/MediaFile and lib/ImageFile check-in: abc3195466 user: biodangs@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
17:16 | Merge branch 'nightly' of tenma/gnu-social into nightly check-in: 433a971923 user: gogitservice@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
17:13 | [THEME] Fix OpenID settings styles - Action buttons are now side-by-side - Dropped unused style rule concerning the solo-positioning of the Remove button - Bump GS patch version check-in: 95e532e881 user: brvnocasteleiro@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
16:05 | Merge branch 'openid-settings-sync' of tenma/gnu-social into nightly check-in: 6f23186e48 user: gogitservice@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
16:04 | [OpenID] Added synchronization button and corresponding action UI: - "Delete" area is now "Actions" area - Updated themes to better reflect the changes Routes: - index.php?action=finishsyncopenid => finishsyncopenid Translations: - Updated OpenID translation files - Updated OpenID POT file Versioning: - Bump OpenID minor version - Bump GS patch version Why would have labeling the Synchronize button of Sync been of bad taste? - answered by XRevan86: In "synchronise" "ch" is a digraph meaning /k/ (actually /x/ turned into /k/ in English but whatever). So… not separate letters. It's like "ph" in "alphabet", or "sh" in "sheep", or "ch" in "chop" -- "ch" can mean a whole variety of sounds. check-in: adae7d9f65 user: brvnocasteleiro@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
16:00 | [THEME] Fix styles identation check-in: 22e7580d56 user: brvnocasteleiro@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
16:00 | [OpenID] Add sync confirmation in both OpenID settings and login connection check-in: cb2797959b user: brvnocasteleiro@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
15:35 | Merge branch 'fix-plugins-copyright' of tenma/gnu-social into nightly check-in: 2b3fbf44c6 user: gogitservice@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
15:10 | [TRANSLATION] Update Plugin POs check-in: ea366fc08e user: brvnocasteleiro@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-08
| ||
17:41 | [TRANSLATION] Update POTs and normalize files check-in: f42b88ae2d user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
17:36 | Added Spanish, Polish and Esperanto translations to NodeInfo plugin check-in: f9c38b1d0d user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
17:36 | [TRANSLATION] Update license and copyright notice in translation files check-in: 0ccbbffe00 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-07
| ||
23:31 | [SESSION] Add backwards compatibility for third party plugins depending on old Session::cleanup() Namely Qvitter check-in: e2b1522d0e user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
15:42 | [DOCUMENTATION] README.md should mention about the importance of running upgrade.php script check-in: 4c6855055f user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | [NGINX conf] Move /var/run to /run As seen in https://lists.fedoraproject.org/pipermail/devel/2011-March/150031.html Thanks to XRevan86 for reporting this :) check-in: b358210a89 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | [Nodeinfo][DATABASE][Usage_stats] Fix wrong type for modified column check-in: 1264a348ff user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | [DATABASE][User_openid_prefs] Fix wrong type for modified column Patch submited by Sorokin Alexei (XRevan86) check-in: ac52b17d80 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | PSR2-format check-in: 8c95574c68 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | Cleanup and documentation of common_ensure_session - Remove redundant branch - Remove error suppression of session_start() check-in: fce2c38a39 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | EmailRegistration plugin flow requires a confirmation address before user creation check-in: 5ccff0ee8c user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | Nodeinfo has a special rule for upgrades check-in: 66f4e79cfe user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | Update /main/version information check-in: b675f54404 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | [VersionBump] 1.19.0, fairly late The core plugins whose version was attached to GS's were reseted to 2.0.0. 2.0.0 was chosen as reset version for plugins because it is higher than the one that was set by inheriting GS version. Furthermore, it's a major change from prior plugin versioning system thus it also makes semantic sense. Justification for version bump: == GS == 9a4ab31f26 1.19.0 c13b935201 1.18.3 c13b935201 1.18.2 18fc39d2cf 1.18.1 c083a8bcc2 1.18.0 e8783d46d0 1.17.1 d9a42550ff 1.17.0 1536d3ef29 1.16.0 c03ed457a6 1.15.0 d2e6519bad 1.14.2 fe411e8138 1.14.1 b17e0b4169 1.14.0 daa5f87fd4 1.13.0 d75b5d2f4a 1.11.7 f6dbf66983 1.11.6 6cf674f8f8 1.11.5 7845a09b34 1.11.4 e4d432295d 1.11.3 339204f1ee 1.11.2 a4e679a118 1.11.1 7967db6ff5 1.11.0 bc030da320 1.10.1 9cc7df51d6 1.10.0 bf7f17474d 1.9.2 8a07edec5f 1.9.1 0042971d74 1.9.0 6b5450b7e6 1.8.0 5dcc98d1c6 1.7.0 e6667db0cd 1.6.0 3290227b50 1.5.0 a59c439b46 1.4.0 496ab8c920 1.3.10 986030060b 1.3.9 1d529c021a 1.3.8 f89c052cf8 1.3.7 38f2ecefac 1.3.6 e473937cb9 1.3.5 9a39ebe66f 1.3.4 ddc3cecfc0 1.3.3 2b43d484eb 1.3.2 e8e487187e 1.3.1 == Plugins == XMPP plugin e0887220b0 bump patch e186ad57d0 bump patch OStatus e186ad57d0 bump patch Nodeinfo ceae66a30f bump minor 586fb5a517 bump major 195296846e bump minor check-in: 567c86982a user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | [DOCUMENTATION] EVENTS.txt: Add Nodeinfo plugin event check-in: 9f70425196 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | Extend Action with redirect after login logic, update some actions to use it check-in: 3efbcc25ee user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | PSR2-format check-in: d790c39594 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:02 | [DOCUMENTATION] Add CONTRIBUTING information for developers Inspired both from GNU FM, postActiv and Moodle check-in: 67aa0ebabc user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-06-05
| ||
21:48 | [DOCUMENTATION] Update README.md check-in: 107212ad58 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:48 | [DOCUMENTATION] Move CREDITS to its own file and update list from postActiv check-in: 2e3de5d57e user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:48 | [DOCUMENTATION] Convert INSTALL to markdown and update the requirements check-in: 2e13dd8583 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:48 | [DOCUMENTATION] Convert Configure to markdown, format and improve it by maiyannah and Normandy check-in: 1adfca13de user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:48 | [DOCUMENTATION] Reorganize documentation check-in: 37ffa869c7 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:48 | [NGINX conf] Stop serving files as indexAphp, index:php Removed some boilerplate and overly specific configuration check-in: e813497f5a user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-05-31
| ||
09:00 | [NGINX conf] Fix PHP files being served as files. check-in: 54fac5ff8d user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-05-26
| ||
19:14 | [SESSION] Log messages were a bit confusing Reported by XRevan86 check-in: c95707ea08 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
19:12 | Merge branch 'master' of postblue/gnu-social into master check-in: 90b01f57dd user: gogitservice@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
18:40 | Changing URI to community plugins page check-in: 2d927d3d37 user: ghayot@postblue.info tags: trunk, origin/1.2.x, origin/1.1.x | |
18:34 | Removing community plugins check-in: b4030703db user: ghayot@postblue.info tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-05-22
| ||
21:29 | Fix noticesearch tag regex check-in: cdf2fffcfc user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:29 | [SESSION] Implement SessionHandlerInterface instead of setting custom handlers by XRevan86 check-in: 049cfad0ea user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:29 | [SESSION] Increase type strictness for full PHP adherence Documented this file (adapted from maiyannah's postActiv doc) This commit also fixes PHP Warning: session_write_close(): Session callback expects true/false return value in classes/Session.php on line 289 (spoted by XRevan86) Observation: In a newer release we will be replacing this kind of castings with actual explicit PHP7 return types check-in: 1293b18cdf user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-05-16
| ||
21:51 | is_rtl should handle lang instead of code check-in: 61d047a57e user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-05-11
| ||
19:52 | [Nodeinfo] Fix twitterimport enabled check check-in: f1ffd74b6f user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
19:50 | Improved version of nginx sample config by XRevan86 check-in: 6107fb9e1e user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-05-07
| ||
14:57 | [XML/HTML Outputter] General improvements and refactoring as well as some bug fixes check-in: fd841a1bb6 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-05-06
| ||
22:27 | Fix broken user activitystreams feed due to deleted notices check-in: 41f6a7e5f2 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
22:27 | lib/ping.php - Fix PHP 7.3 Warning switch continue -> break check-in: f7ddfc8146 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
22:27 | [Nodeinfo] Correct HELP info on fix_stats.php check-in: ee8701f061 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-05-03
| ||
16:09 | Fix some typos/small obvious bugs on twitterRssGroupArray check-in: c43fcca23b user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
12:30 | Merge branch 'ATOM-priority" from Alexandre Alapetite into HEAD source: https://git.gnu.io/gnu/gnu-social/merge_requests/174 check-in: 74733dae13 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-28
| ||
22:39 | Update PEAR to v1.10.9 and patch it so it works quietly check-in: cc8a5d819c user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-27
| ||
17:23 | Ugly patch to maintain old DB handle code working quietly We have to replace this database engine with a modern one check-in: f76ecc5595 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
16:39 | Make group edit and logo great again by XRevan86 check-in: d1fa7b156a user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:15 | Undefined user in passwordsettings by XRevan86 check-in: abd850b5c7 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-26
| ||
23:28 | Some minor refactoring on session handler check-in: 00ddd97de7 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
22:08 | RSVP asHTML throws a pretty exception that should go out of the div, by XRevan86 check-in: fc5042a908 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
22:03 | Only variables should be assigned by reference caught by XRevan86 check-in: 1daa0ab1c3 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
00:10 | Fix negative one subscriptions by XRevan86 Only local users are subscribed to themselves. check-in: 207ee7793d user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-25
| ||
23:59 | Add Registration form hook points by XRevan86 check-in: a314b19be9 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
23:43 | Add russian translation to NodeInfo plugin by XRevan86 check-in: d3c0f70dbf user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
23:34 | Various obvious bug fixes and better PHP 7 support Many of these came from a XRevan86 patch check-in: 3e60382ed2 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
22:12 | Fix wrong path on Realtime cleanupchannels script by XRevan86 check-in: 7a5ee54e9f user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
22:12 | Fix undefined variables on Favorite plugin by XRevan86 check-in: df2118911b user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
22:12 | Some obvious bug fixes for i18n check-in: 7a9af5584f user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
19:46 | When an attachment fails to load, it shouldn't destroy the whole layout by XRevan86 check-in: 256f5fdbee user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
18:32 | Fix fulltext search by XRevan86 check-in: c76c9b7f9a user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
17:51 | Fix bug in 36a55d84. We still have to further review and improve the caching of streams. Important related changes: 2272cc24#diff-8633314d55a2834ab2ea425d7157bec14aca672L60 Important related discussion: https://github.com/chimo/gs-rediscache/issues/{1,2} check-in: 9943df3c81 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
17:48 | Faster inboxnoticestream.php by XRevan86. This commit consequently reverts 5dcc98d1c6 and a59c439b46. This translated the php based version into a faster SQL query. check-in: df1f7b8e3d user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-23
| ||
22:10 | inboxnoticestream.php gotta go fast check-in: 3f1d6e13db user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:11 | StoreRemoteMedia - removeRemoteMedia script - Add missing newline in bad limit error check-in: 6a8fe09ce6 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-22
| ||
19:03 | Faster NodeInfo stats check-in: 55d8a0a6c8 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
06:28 | OStatus and XMPP plugins now inform Nodeinfo plugins about their activity check-in: 320b448ad5 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
05:50 | Add chimo's Nodeinfo plugin as a default GNU social plugin check-in: 38e5c1c15d user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-21
| ||
16:13 | XmppPlugin - Fix preg_match() - Compilation failed Disallowed Unicodecode point (>= 0xd800 && <= 0xdfff) check-in: 8852ddffa4 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
16:13 | Modern version of XMPPHP extlib Original XMPPHP is no longer maintained Therefore I've done some optimizations and imported some commits from birkner and zorn-v forks. None of the forks really looked ready to be adopted... check-in: a79a9f2a53 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-20
| ||
23:56 | Faster inboxnoticestream.php by XRevan86 check-in: 3709230fdf user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
22:27 | OStatus plugin - Merge some bug fixes by XRevan86 check-in: 0156904cc6 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
00:50 | Remove from .gitignore stuff that should clearly go to developer's global gitignore instead check-in: 10b01c5971 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-19
| ||
20:16 | Fix typo on 986030060b84 check-in: 663c7db362 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
19:54 | User_im_prefs - Fix wrong schemaDef check-in: 7ac6b5bce8 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
14:56 | XMPPHP - Fix string as array usage errors on PHP 7 check-in: c21e2fbb17 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-18
| ||
00:03 | [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. check-in: f64a3a46a0 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-17
| ||
01:05 | [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. check-in: 9ae56cc132 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-16
| ||
00:11 | Updated HTMLPurifier to 4.10.0 Source: http://htmlpurifier.org/releases/htmlpurifier-4.10.0-lite.zip Release date: 2018-02-22 check-in: 024db39138 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-15
| ||
23:43 | 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. check-in: e8ad906de0 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
23:20 | extlib/DB/DataObject - Fix PHP 7.3 Warning switch continue -> break Also reformatted under PSR norms check-in: 863cf0cc50 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2019-04-04
| ||
09:12 | Update master GS version check-in: e4a2b953c6 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2018-11-20
| ||
22:39 | Give priority to ATOM to expose WebSub. Hello, The ATOM feed contains the hub declaration for WebSub / PubSubHubbub, but the RSS / RDF / JSON versions do not. Currently, the ATOM version is declared last. RSS/ATOM clients typically pick whichever version comes first, and will thus not see the WebSub feature. I therefore suggest putting the ATOM version first, as it is more feature-rich than the other versions. Clients not compatible with ATOM would not pick it anyway due to the different type attribute. See same PR for Mastodon: https://github.com/tootsuite/mastodon/pull/9302 and WebSub tester https://websub.rocks/publisher check-in: e3392b07b9 user: alexandre@alapetite.fr tags: trunk, origin/1.2.x, origin/1.1.x | |
2018-09-14
| ||
21:33 | Merge branch 'issue-326' into 'master' Script for removing remote files until a given date See merge request diogo/gnu-social!5 check-in: e3066d581d user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:33 | Merge branch 'issue-337' into 'master' Add option to send email to --all users on sendemail.php script See merge request diogo/gnu-social!4 check-in: 6edd5ab815 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:30 | Merge branch 'issue-338' into 'master' Database fields with timestamp type now allow CURRENT_TIMESTAMP to be set as default value See merge request diogo/gnu-social!3 check-in: 02758c8945 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:29 | Merge branch 'issue-323' into 'master' Add default values for avatar and attachment directories in web installer See merge request diogo/gnu-social!2 check-in: 04a0553a7d user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:27 | Merge branch 'nightly' into 'master' GNU social 1.3.0 See merge request diogo/gnu-social!1 check-in: 63018f590c user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2018-08-25
| ||
13:07 | 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 check-in: 649ea01fa8 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
13:05 | Add default values for avatar and attachment directories in web installer check-in: 3098e4cd72 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2018-08-23
| ||
22:48 | Add option to send email to --all users on sendemail.php script check-in: 13da15c5da user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
21:43 | Merge branch 'issue-333' into 'nightly' UserFlag: Pass proper profile to FlaggedProfileListItem See merge request gnu/gnu-social!168 check-in: da5ae0c930 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2018-08-16
| ||
23:16 | UserFlag: Pass proper profile to FlaggedProfileListItem Fixes #333 check-in: 36e6a20865 user: chimo@chromic.org tags: trunk, origin/1.2.x, origin/1.1.x | |
2018-08-14
| ||
21:18 | Merge branch 'nightly' into 'nightly' Group Members page: Fix typo in groupmembers.php See merge request gnu/gnu-social!167 check-in: 8587c63dc9 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2018-08-12
| ||
22:32 | Group Members page: Fix typo in groupmembers.php Fixes #332 check-in: 25f101135f user: chimo@chromic.org tags: trunk, origin/1.2.x, origin/1.1.x | |
2018-08-09
| ||
16:26 | Script for removing remote files until a given date check-in: cf61716f73 user: diogo@fc.up.pt tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-12-17
| ||
17:41 | Merge branch 'nightly' into 'nightly' fixed hard coded twitter char limit See merge request gnu/gnu-social!154 check-in: 9c2a07d77e user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
17:38 | Merge branch 'cas-user-whitelist' into 'nightly' Added CAS user whitelist feature See merge request gnu/gnu-social!142 check-in: 534a539dab user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
17:37 | Test if $casSettings['user_whitelist'] is an array - and then perform in_array(...) instead of just checking if it's != null. check-in: b3eb851f30 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
17:35 | Merge branch 'backupaccount-xml' into 'nightly' backupaccount: Don't print page HTML in XML export See merge request gnu/gnu-social!144 check-in: c0a133d73a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
17:32 | Merge remote-tracking branch 'gnuio/master' into nightly check-in: 4968b2a10d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
17:25 | Merge branch 'cache-html-sanitizer' into 'master' set the html sanitizer cache directory to ['cache']['dir'] from the config file; See merge request gnu/gnu-social!156 check-in: de9b9eb3aa user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
17:25 | Merge branch 'cli-install' into 'master' Don't write the config file when --skip-config flag is given to the installer. See merge request gnu/gnu-social!155 check-in: ed09f35ae0 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
17:24 | Merge branch 'master' into 'master' Allow GNU social master code to receive Mastodon boosts See merge request gnu/gnu-social!153 check-in: 5c1baf6525 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
16:59 | 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) check-in: 454a9121c2 user: nee.git@cock.li tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-12-06
| ||
00:55 | set the html sanitizer cache directory to ['cache']['dir'] from the config file; check-in: 56b5e0d4aa user: nee.git@cock.li tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-11-26
| ||
21:14 | Don't write the config file when --skip-config flag is given to the installer. * scripts/installer_cli.php: Read the arguments list before checking if the config file is writeable. check-in: b954db57a3 user: nee.git@cock.li tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-11-08
| ||
21:50 | fixed hard coded twitter char limit check-in: 29c5da4ea3 user: vinz@vinzv.de tags: trunk, origin/1.2.x, origin/1.1.x | |
21:47 | Merge remote-tracking branch 'upstream/nightly' into nightly check-in: bd96fe07ea user: vinz@vinzv.de tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-09-10
| ||
12:06 | Merge branch 'nightly' of git.gnu.io:gnu/gnu-social into nightly check-in: 5211171b72 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:04 | Trying to debug some stuff regarding oEmbed check-in: bc66c938e3 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:02 | If $_REQUEST is empty, array_merge == null. check-in: 15fa307b4c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-08-25
| ||
11:35 | Fixed code so that GNU social can receive Mastodon boosts (from GNU social nightly commit: https://git.gnu.io/gnu/gnu-social/commit/c741d1a52a8256336632d090fa5ffd7d2cf549a9) check-in: 5a9690028d user: sen@tchnics.de tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-08-23
| ||
16:09 | disabling auto-backlog-importer on subscribe check-in: c7ae65e597 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
15:28 | Merge branch 'nightly' into 'nightly' Added base64 encoding to get RMQ to work See merge request !151 check-in: 2c16c3fb6e user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
15:27 | Merge branch 'xmpphp-fix' into 'master' Fix PHP incompatibilities in XMPPHP See merge request !152 check-in: df17a5eae6 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
15:27 | Merge branch 'patch-1' into 'master' Update INSTALL See merge request !150 check-in: 4051bd8343 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-08-22
| ||
17:19 | missing argument for sprintf check-in: 633982bd93 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-08-19
| ||
15:55 | Fix PHP incompatibilities in XMPPHP This fixes the following to errors in XMPPHP: Stack trace: 0 [internal function]: XMPPHP_XMLStream->endXML(Resource id 150, 'STREAM:FEATURES') 1 /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php(420): xml_parse(Resource id 150, '<?xml version='...', false) 2 /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php(471): XMPPHP_XMLStream->__process() 3 /var/vhosts/example.org/plugins/Xmpp/lib/xmppmanager.php(165): XMPPHP_XMLStream->processUntil(Array) 4 /var/vhosts/example.org/plugins/Xmpp/lib/xmppmanager.php(49): XmppManager->connect() 5 /var/vhosts/example.org/lib/iomaster.php(248): XmppManager->start(Object(ImMaster)) 6 /var/vhosts/example.org/lib/iomaster.php(111): IoMaster->start() 7 /var/vhosts/example.org/scripts/imdaemon.php(58): IoMaster->service() 8 /var/vhosts/example.org/lib/spawningdaemon.php(189): ImDaemon->runThread() in /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php on line 567 PHP Fatal error: Uncaught Error: Function name must be a string in /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php:567 PHP Fatal error: Uncaught Error: Call to undefined function split() in /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php:266 Stack trace: 0 /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMPP.php(129): XMPPHP_XMLStream->addXPathHandler('{http://etherx....', 'features_handle...') 1 /var/vhosts/example.org/plugins/Xmpp/lib/xmppmanager.php(145): XMPPHP_XMPP->__construct('geekplace.eu', 5222, 'gnusocial', 'U^k&l5fV53duGy', 'gnusocial', 'geekplace.eu', false, NULL) 2 /var/vhosts/example.org/plugins/Xmpp/lib/xmppmanager.php(49): XmppManager->connect() 3 /var/vhosts/example.org/lib/iomaster.php(248): XmppManager->start(Object(ImMaster)) 4 /var/vhosts/example.org/lib/iomaster.php(111): IoMaster->start() 5 /var/vhosts/example.org/scripts/imdaemon.php(58): IoMaster->service() 6 /var/vhosts/example.org/lib/spawningdaemon.php(189): ImDaemon->runThread() 7 /var/vhosts/example.org/lib/spawningdaemon.php(118): SpawningDaemon->initAndRunChild(1 in /var/vhosts/example.org/plugins/Xmpp/extlib/XMPPHP/XMLStream.php on line 266 check-in: a10a958c88 user: flo@geekplace.eu tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-08-12
| ||
07:50 | Added bullet point to README check-in: e5172c4fa2 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-08-10
| ||
10:41 | Group autocompletion now fills in hostname part check-in: 63d3b228f3 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:30 | Groups can now be server-specific with !osm@gnusocial.de vs. !osm@sn.jonkman.ca check-in: cd9b469ba7 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:33 | Make use of variable preMention signal method check-in: 20529184a4 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:25 | Harmonize webfinger formatting and enable variable pre-mention character check-in: 8ebf153ece user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-08-06
| ||
22:19 | Logging term used HubSub instead of WebSub. check-in: ed6bee7d05 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-08-05
| ||
14:21 | Mastodon replies 201 Created for salmon slaps. check-in: 2604b0dfd9 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
08:42 | preamble with newline for AtomPub output etc. check-in: 04d87f1adc user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:50 | Mimetype was not recognized if longer than bare mime check-in: 2727605c4a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-08-03
| ||
07:53 | List the thread config value in lib/default.php check-in: 052735aa1c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:52 | Updated some PHP-related info in INSTALL check-in: 3742b29376 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-07-28
| ||
10:42 | Added base64 encoding to get RMQ to work check-in: 9e1c4057bb user: knut.erik@unlike.no tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-07-27
| ||
17:39 | Quote URL on dupe search and better logging on upgrade check-in: 7cd60140f0 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-07-11
| ||
20:09 | Merge branch 'takeshitakenji/gnu-social-twitter-repeat-config' into mmn_fixes check-in: 93ac6333d7 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:05 | Merge branch 'profile' into 'nightly' Change Profile->getUser() to match the current user See merge request !129 check-in: 40e446b83b user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:01 | Merge branch 'doc-backup-restore-def-vals' into 'nightly' doc: Update 'backup', 'restore' default values See merge request !143 check-in: da6fda7357 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:01 | Merge branch 'notice_id-xml' into 'nightly' Use the statusnet namespace for notice_id in atom feed See merge request !136 check-in: 58c6def879 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:59 | Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes check-in: 6eb1379d96 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:58 | Merge branch 'fix-doc-twitterapi' into 'master' Fix a link of doc/twitterapi See merge request !149 check-in: b047dd0649 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:58 | Issue #279 raises the point of missing newlines check-in: 5e9dfea805 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:44 | Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes check-in: 90764709aa user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:41 | Merge branch 'case-sensitive-openid' into 'master' Fix OpenID discovery in pages using uppercase <HEAD> tag Closes #60 See merge request !140 check-in: 97c5dbbbf1 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:31 | Merge branch 'safe-gitignore' into 'master' Ignore whole directory, not only inner contents See merge request !145 check-in: 544a6121a1 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:18 | Merge branch 'xmpp-fix-1' into 'nightly' Fix 'from' address in the XMPP ping command See merge request !141 check-in: 64340ad0ab user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:16 | Another solution to merge request !146 check-in: 330e199e21 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:44 | Noone uses Facebook anymore. check-in: 055b596976 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:04 | Fixing HTTP_Request2_SocketWrapper so it times out HTTP_Request2_SocketWrapper would never time out on an fgets() call as discussed in issue #281 https://git.gnu.io/gnu/gnu-social/issues/281 I'm patching it here by setting the socket to non-blocking mode and using stream_select to wait until the timeout. This patch or some similar variant must be implemented in HTTP_Request2_SocketWrapper to avoid the same issue for other users. check-in: cecb81cf02 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-07-10
| ||
18:28 | HubSub now remembers recent failures and counts them check-in: 0cab470182 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
18:28 | oEmbed had bad variable reference in error message check-in: cd54edec29 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
18:27 | Making upgrade.php somewhat more efficient by remember one-time-inits. check-in: 72aaf14f4b user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:50 | Bad constant (LOG_WARNING, not LOG_WARN) check-in: 69da770b8f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:49 | AuthCrypt README brought out of the stone age check-in: d624ed0d12 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:43 | Rework the push mechanism a bit to a less DB dependant queue check-in: 6546919b93 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:41 | Avoid excessive remote requests on oEmbed lookups I noticed that each time a notice was accessed it'd do a remote lookup with HEAD (and continue despite 404 etc.) and then another attempt to download the resource. If this wasn't successful new attempts would be made for each loading of the resource, which is extremely resource intensive. Whenever we can say "it's been n seconds since the last attempt" we could probably enable this again - or just manually reload remote thumbnails (as part of the StoreRemoteMedia plugin etc.) check-in: e0eee4021b user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:26 | Force arrays in constructors of ActivityStreamJSONDocument and JSONActivityCollection Started using PHP7+ and it started complaining about count() being fed objects that weren't "Countable". .) check-in: 370ebcbc5b user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:10 | Use intval on ini_get or we use a string for timeout check-in: 4d172aa090 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:10 | Patch DB before release, weird use of count() check-in: 9fcf2d3bbe user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:46 | Updating HTMLPurifier to 4.9.3 Source: https://htmlpurifier.org/download Release date: 2017-06-19 check-in: 6cda05d957 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:34 | Update PEAR DB to 1.9.2 Source: https://pear.php.net/package/DB Release date: 2015-11-24 check-in: a83da1929a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:29 | Updating PEAR Net_URL2 to 2.1.2 Source: https://pear.php.net/package/Net_URL2 Release date: 2016-04-18 check-in: 8a6b21a5ed user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:25 | Update PEAR DB_DataObject to 1.11.5 Source: https://pear.php.net/package/DB_DataObject Release date: 2015-11-10 check-in: d8aff861a5 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:53 | PEAR Net_SMTP updated to 1.8.0 Source: https://pear.php.net/package/Net_SMTP Release date: 2017-04-06 check-in: c19d462e31 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-07-09
| ||
21:09 | PEAR Net_Socket updated to 1.2.2 Source: https://pear.php.net/package/Net_Socket Release date: 2017-04-13 check-in: c64a0a3fd1 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:49 | change default timeout setting for HTTPClient check-in: 85288b9cda user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:17 | Updating HTTP_Request2 to 2.3.0 Source: https://pear.php.net/package/HTTP_Request2 Release date: 2016-02-13 15:24 UTC check-in: b84f00b19a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
18:34 | Remove debug call and change how connect_timeout is set check-in: c9a6412726 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
18:28 | Configure a default timeout for HTTP connections at 60s No requests we do externally should ever take more than 60 seconds. This could probably be changed for downloading video or whatever for any cache plugins that want to store data locally, but in general I think even 60s is way longer than I expect any outgoing requests should take. This affects everything using HTTPClient, our helper class, and thus all hub pings, subscription requests, etc. etc. The value, afaik, includes connect_timeout and if it takes 10 seconds to establish a connection only 50 seconds is available to transfer data. check-in: 159c690ead user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-06-22
| ||
12:37 | Endless loop nesting on ensureHub failure now fixed Essentially I was missing a negation on a test if we were in rediscovery mode. check-in: 78e00f40f0 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-06-21
| ||
23:37 | Fulltext indexes are supported in InnoDB since MariaDB 10.0.15 check-in: ed8137f592 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
22:30 | set a 'rediscovered' parameter to avoid nesting into an ensureHub loop forever check-in: 2c359af4b1 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-06-18
| ||
12:42 | Update INSTALL Step 4 of `Getting it up and running` is not applicable in newer versions. check-in: f58d38f8b1 user: dani.behzi@ubuntu.com tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-05-30
| ||
19:37 | GNU social avatar by moshpirit / Alberto check-in: cce6827c56 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-05-29
| ||
22:23 | fix a link of doc/twitterapi check-in: f70dff9da3 user: hikaru.devel@js4.in tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-05-06
| ||
13:27 | Since ActivityContext::CONVERSATION changed to 'conversation' instead of 'ostatus:conversation' we need to add it ourselves the xmlstringerthinger doesn't really use namespaces afaik check-in: bd7ae1aa9e user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:48 | What just happened? Not sure if me or git caused duplicate code. check-in: be7bc9c70e user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:40 | Merge branch 'master' into mmn_fixes check-in: 5dc85bd842 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:38 | ...and make sure we checkschema on Notice_prefs on upgrade... check-in: 88788bc452 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:38 | Revert some of 8a4bec811b07a0ed9d76d0aceb03855c91a67242 use Notice_prefs instead of adding a new field. The rationale here is simply that the Notice table was _huge_ and I rant into issues with /tmp filling up when altering the tables. So let's just create a new table instead. check-in: b525f89348 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:38 | Notice_prefs now available (I just copied Profile_prefs) check-in: 97f3173efd user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:38 | Output proper HTML and XML headers for single Atom entry RFC5023 <https://tools.ietf.org/html/rfc5023> specifies that the content type parameter 'type=entry' should be used to clarify data. check-in: c3660feafa user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:38 | Output selfLink from notice asActivity[Object] check-in: b8ba6dea45 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:38 | Return false immediately if $url is empty for common_valid_http_url check-in: 6195caed53 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:38 | Notices start saving selfLink from activities/objects check-in: b0915a8b38 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:38 | Handle selfLink in ActivityObject check-in: 4e89a1ffb9 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:54 | ...and make sure we checkschema on Notice_prefs on upgrade... check-in: c4fc676898 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:24 | Revert some of 8a4bec811b07a0ed9d76d0aceb03855c91a67242 use Notice_prefs instead of adding a new field. The rationale here is simply that the Notice table was _huge_ and I rant into issues with /tmp filling up when altering the tables. So let's just create a new table instead. check-in: cf233be36c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:22 | Notice_prefs now available (I just copied Profile_prefs) check-in: fefb560297 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:38 | Output proper HTML and XML headers for single Atom entry RFC5023 <https://tools.ietf.org/html/rfc5023> specifies that the content type parameter 'type=entry' should be used to clarify data. check-in: 4430e9ac03 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:26 | Output selfLink from notice asActivity[Object] check-in: efb1e80ce3 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:25 | Return false immediately if $url is empty for common_valid_http_url check-in: 1cbb7ed943 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:15 | Notices start saving selfLink from activities/objects check-in: d421cfac37 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:57 | Handle selfLink in ActivityObject check-in: 0464289e2c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-05-02
| ||
19:21 | default to #addtag on !group mention check-in: d0c447eabd user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
16:58 | Fixed the parsing of ostatus:conversation etc. Conversation will now start storing remote URL The namespace features don't work the way they were written for here so I fixed that, making the ostatus: namespace properly looked up and then the homegrown getLink function looks for what is back-compat with StatusNet etc. if I remember correctly. check-in: a390e956fc user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:18 | Less raw database dumps in debug please check-in: e18da31997 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:14 | Fix issues with non-subscribed Ostatus_profiles check-in: 9cfb8e22ef user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:07 | I like to throw exceptions instead of using if statements. check-in: 07de227559 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:07 | File_redirection->getFile could never get the file anyway if $redir->file_id was empty... check-in: f50e7e4f5d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-05-01
| ||
19:18 | Show WebSub state on remote user profiles check-in: 3403d8dffe user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:17 | Introduce neat function getFeedSub() on Ostatus_profile check-in: 203a40ba56 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:04 | Change mentions of PuSH to WebSub WebSub is probably finalised before we make a release anyway. Here is the official spec: https://www.w3.org/TR/websub/ Mostly just comments that have been changed. Some references to PuSH <0.4 are left because they actually refer to PuSH 0.3 and that's not WebSub... The only actual code change that might affect anything is FeedSub->isPuSH() but the only official plugin using that call was FeedPoller anyway... check-in: cced6180bf user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
08:36 | Debugging log fix. check-in: 2b4e69b19c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
08:27 | I think this will stop my daemons from endlessly looping I got this which ate all my memory: queuedaemon.php:10733] HTTPClient: HTTP HEAD https://drive.google.com/file/d/*masked*/view?usp=sharing - 200 OK queuedaemon.php:10733] Checking for remote URL metadata for https://drive.google.com/file/d/*masked*/view?usp=sharing queuedaemon.php:10733] HTTPClient: HTTP GET https://drive.google.com/file/d/*masked*/view?usp=sharing - 200 OK queuedaemon.php:10733] Trying to discover an oEmbed endpoint using link headers. queuedaemon.php:10733] Could not find an oEmbed endpoint using link headers, trying OpenGraph from HTML. queuedaemon.php:10733] HTTPClient: HTTP HEAD https://drive.google.com/file/d/*masked*/view?usp=sharing&usp=embed_facebook - 200 OK queuedaemon.php:10733] Checking for remote URL metadata for https://drive.google.com/file/d/*masked*/view?usp=sharing&usp=embed_facebook queuedaemon.php:10733] HTTPClient: HTTP GET https://drive.google.com/file/d/*masked*/view?usp=sharing&usp=embed_facebook - 200 OK queuedaemon.php:10733] Trying to discover an oEmbed endpoint using link headers. queuedaemon.php:10733] Could not find an oEmbed endpoint using link headers, trying OpenGraph from HTML. queuedaemon.php:10733] HTTPClient: HTTP HEAD https://drive.google.com/file/d/*masked*/view?usp=sharing&usp=embed_facebook&usp=embed_facebook - 200 OK queuedaemon.php:10733] Checking for remote URL metadata for https://drive.google.com/file/d/*masked*/view?usp=sharing&usp=embed_facebook&usp=embed_facebook queuedaemon.php:10733] HTTPClient: HTTP GET https://drive.google.com/file/d/*masked*/view?usp=sharing&usp=embed_facebook&usp=embed_facebook - 200 OK queuedaemon.php:10733] Trying to discover an oEmbed endpoint using link headers. queuedaemon.php:10733] Could not find an oEmbed endpoint using link headers, trying OpenGraph from HTML. ...ad nauseam. check-in: f4b6f58eab user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
05:40 | Message to end-user on why FeedSub failed. check-in: 907d232208 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
05:39 | Clearing cache showed my layout fail! check-in: 6266521c7a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-30
| ||
18:32 | Makes the attachment button stay within the form area... check-in: 0f5c347569 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
08:37 | Show what you're replying to in the web interface check-in: b7980a3cbd user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
08:29 | ensureHub on 422 status code (Superfeedr error on non-existing topic) check-in: 6a795237b4 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:46 | More debugging info for FeedSub PuSH self-healing check-in: bc6b02f1bd user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:33 | syntax fix (throw _new_ *Exception) check-in: 65af3eb092 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:31 | Make sure we don't receiveFeed() in the case of that exception check-in: f0a499197d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:20 | Update huburi for FeedSub if PuSH signature is invalid This because some remote server might have used third party PuSH hubs but switch and we don't know about it. Possible risks here are of course MITM that could force us to rediscover PuSH hubs from a feed they control, but that currently feels ... meh. check-in: f58b8e7ebb user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-29
| ||
12:48 | Confirm_address::getByAddress not getAddress Also fixed the error handling to match the function call. check-in: 78c4f545cc user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
05:22 | Ignore whole directory, not only inner contents `dir/*` style let git ignore files and directories in `dir/`, but not `dir/` itself. This cause `git clean -df` to remove `dir/` **with its contents**! To prevent `git clean -df` to remove data directories (`avatar/`, `file/`, etc), use `dir/` (or `dir`) style in gitignore. check-in: d5f9503694 user: tashioka.256@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-27
| ||
07:24 | Separate ensureHub into function in FeedSub check-in: 321ea1fa6a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:23 | Escaping a URI in common_debug call check-in: f2cc00625a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-26
| ||
21:24 | LRDD blacklisted URL test check-in: 52d3469efd user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:21 | LRDD blacklisted URL test check-in: d886048707 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:43 | Test URLs against blacklist also on PuSH subscriptions. check-in: e257d49d20 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:41 | Test URLs against blacklist also on PuSH subscriptions. check-in: 94dc75b533 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:12 | allowed_schemes was misspelled check-in: d4642ad4c8 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:11 | allowed_schemes was misspelled check-in: d9c8132b42 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-25
| ||
19:13 | Moving form to its own file as we do nowadays check-in: c8890eb31d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:03 | Modernise some function calls etc, to newer GNU social standards check-in: e9e590e543 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
18:43 | Blacklist plugin enabled by default (bug fixes will come) check-in: 70c726b322 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
18:42 | Use getByID nistead of getKV for Feedsub in PushInQueueHandler check-in: 57be4c173c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-23
| ||
19:03 | backupaccount: Don't print page HTML in XML export The current Atom/XML account backup contains the backupaccount HTML at the end of the downloaded file. This change makes it so that only the XML is downloaded by terminating the script before the HTML is served. check-in: 38178fdf9f user: chimo@chromic.org tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-22
| ||
10:29 | Try https first on URL mention lookup check-in: 9e67c091f3 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:12 | Somewhat simpler regex. Thanks acct:takeshitakenji@gs.kawa-kun.com check-in: e193a429e4 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:47 | Merge branch 'master' into nightly No change should be made, just making sure... check-in: 0ded56cd09 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:46 | Fix URL mention regular expression FOR REALZ check-in: a9c7e212e7 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:45 | Fix URL mention regular expression FOR REALZ check-in: 269707036d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:26 | Fix URL mention regular expression in OStatusPlugin check-in: 5c76318cdc user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:26 | Domain name regular expression into lib/framework.php cherry-pick-merge check-in: 23a6a6c587 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:24 | Split up OStatusPlugin preg functions so they can be reused cherry-pick-merge check-in: c676d05966 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:23 | A bit more instructive debugging check-in: 47bcdb7d7c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:23 | New domain regexp for WebFinger matching. check-in: 224d6d4e85 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:15 | Fix URL mention regular expression in OStatusPlugin check-in: e0c5e46171 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:07 | Domain name regular expression into lib/framework.php check-in: fa11e6b852 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:02 | Split up OStatusPlugin preg functions so they can be reused check-in: 305ef67467 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
08:55 | A bit more instructive debugging check-in: 52af25c1a0 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
08:51 | New domain regexp for WebFinger matching. check-in: 316f984eae user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-21
| ||
07:31 | Import backlog on new subscription. Danger is when importing a new feed that may be maliciously crafted to contain a zillion entries. check-in: 2dd4b9a8ca user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
06:13 | Split OStatusPlugin FeedSub receive into two parts FeedSub::receive now only handles the PuSH verification FeedSub::receiveFeed is protected and only parses+imports feed XML check-in: da159e59db user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-20
| ||
02:56 | doc: Update 'backup', 'restore' default values check-in: 086b6565d0 user: chimo@chromic.org tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-19
| ||
09:44 | Less frightening interface on remote subscription Instead of an error message in a red box about being unable to find the profile, you get the title "Remote subscription" and no error message. check-in: 4824416eb7 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:43 | Empty resource would throw exception The "+ Remote" link on your profile page broke because of exception. check-in: e153b9da2e user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:41 | Less frightening interface on remote subscription Instead of an error message in a red box about being unable to find the profile, you get the title "Remote subscription" and no error message. check-in: 6b07577c50 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:37 | Empty resource would throw exception The "+ Remote" link on your profile page broke because of exception. check-in: dc34cdd31a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-17
| ||
16:41 | Added CAS user whitelist feature This feature filters users who may log in via CAS. This is useful when both CAS and password authentication is enabled and there is a mismatch between some GNU social account names and CAS user names. This prevents CAS users from logging in as someone else on GNU social. check-in: 252d5b7d56 user: ae@n0r.co tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-16
| ||
09:04 | Merge branch 'master' into nightly check-in: c5f3fef83d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:04 | Merge branch 'master' of git.gnu.io:gnu/gnu-social check-in: a19bde1291 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:03 | Handle normalized acct: URIs in ostatussub Mastodon sent the proper acct: URI and not just 'user@domain' when using the remote subscribe functionality. check-in: 7e57133c41 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:01 | Handle normalized acct: URIs in ostatussub Mastodon sent the proper acct: URI and not just 'user@domain' when using the remote subscribe functionality. check-in: 1dae937079 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-13
| ||
16:35 | Fix 'from' address in the XMPP ping command This commit corrects a syntax error that caused the XMPP daemon to reatedly reconnect to the remote server. check-in: ddb47b3d47 user: andrew@fsf.org tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-09
| ||
10:13 | Give remote Atom URL for remote profile view check-in: 6e947ab964 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-08
| ||
07:13 | Fix OpenID discovery in pages using uppercase <HEAD> tag Closes #60 Equivalent change was proposed upstream: https://github.com/openid/php-openid/pull/134 check-in: 235547c5b2 user: strk@kbt.io tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-06
| ||
11:34 | Merge branch 'nightly' of git.gnu.io:gnu/gnu-social into nightly check-in: 3ee24b6e2d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:23 | E-mail should contain full acct uri too (FancyName) check-in: b2ba6244ce user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:23 | Merge branch 'fixtests' into 'nightly' Got Old Unittests Passing See merge request !131 check-in: 853c2e103b user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:20 | Merge branch 'fix-twitterbridge' into 'nightly' Fix TwitterBridge imported notices not displaying in timeline See merge request !130 check-in: 34908d3a23 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:45 | Show full acct uri as html title on link mouseover check-in: bf146689be user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:23 | Merge branch 'genericons-fix' into 'nightly' Fix paths for Genericons font See merge request !132 check-in: 62a94c041a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:20 | Merge branch 'atom-post' into 'nightly' Add support for Atom entry when posting status See merge request !135 check-in: c9b4253d6e user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:15 | Merge branch 'master' of git.gnu.io:gnu/gnu-social into nightly strk's OpenID fix check-in: aa7468bd8b user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:12 | Merge branch 'fix-openid-removal' into 'master' Fix OpenID URI removal See merge request !138 check-in: 33578b467c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:12 | Merge branch 'normalized_openid' into 'master' Normalize OpenID URI before checking it for validity Closes #251 See merge request !139 check-in: 2e35b71522 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:11 | Merge branch 'newListItem-signatures' into 'nightly' Add var type to newListItem() parameter See merge request !137 check-in: 004e9ce116 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-04-02
| ||
09:05 | add configuration option that was documented in CONFIGURE check-in: 521211f2bd user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-03-18
| ||
12:33 | Fix OpenID URI removal See #252 check-in: 000f6ffeb7 user: strk@kbt.io tags: trunk, origin/1.2.x, origin/1.1.x | |
09:56 | Normalize OpenID URI before checking it for validity Fixes #251 check-in: fda038d463 user: strk@kbt.io tags: trunk, origin/1.2.x, origin/1.1.x | |
00:37 | Merge branch 'master' into nightly check-in: c343feb085 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
00:36 | Merge branch 'master' of git.gnu.io:gnu/gnu-social check-in: 8e3515b9c3 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
00:35 | StoreRemoteMedia now checks remote filesize before downloading check-in: ee9e952368 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-03-17
| ||
02:57 | Add var type to newListItem() parameter Fixes some "Declaration of $child::method should be compatible with $parent::method" warnings. check-in: 59d0300f28 user: chimo@chromic.org tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-02-04
| ||
10:59 | Use the statusnet namespace for notice_id check-in: 6ef0aff68b user: tk@1.21jiggawatts.net tags: trunk, origin/1.2.x, origin/1.1.x | |
09:04 | Add support for Atom entry when posting status check-in: c62fdefb1e user: tk@1.21jiggawatts.net tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-01-15
| ||
20:25 | Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes check-in: b3ec0a6743 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:23 | Merge branch 'improve-status-length-calculation' into 'master' improve status length calculation for messages forwarded to Twitter See merge request !133 check-in: b5c10dcdc2 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2017-01-11
| ||
22:30 | if zip is fine then application/x-bzip2 is too check-in: 03996e4084 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-12-14
| ||
14:54 | improve status length calculation, each link is exactly 23 characters long at Twitter check-in: 36e4ee61b2 user: bjoern@schiessle.org tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-12-05
| ||
17:26 | Test for correct post object in retweets. check-in: 4a2ad4e324 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
17:24 | Make Mastodon retweets parse correctly. check-in: c6ff7fcca8 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
17:24 | Test for correct post object in retweets. check-in: 902f8edf92 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-11-17
| ||
12:32 | Fix paths for Genericons font Fix incorrect paths for Genericons font files. Remove embedded woff in favor of file on disk. This make it easier when packaging for distributions if the distribution wants to package Genericons package separately. check-in: f874fca6ec user: bhuvan@swecha.net tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-10-23
| ||
10:14 | log with var_export (our shorthand _ve()) check-in: 151221df8f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-10-22
| ||
21:24 | Less spammy logs check-in: c6c2538f50 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:08 | some debugging calls and make sure $hints['feedurl'] gets set with $feeduri in case that variable is used. check-in: 2e7f2f6aa1 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
17:27 | A good plugin but not necessary as default. check-in: 06088940f9 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-09-13
| ||
09:26 | Merge branch 'master' into mmn_fixes check-in: b412b3f851 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:24 | wrong variable was referenced check-in: c1383294bf user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-09-02
| ||
09:37 | Added chimo's plugins check-in: 9b484250a3 user: vinz@vinzv.de tags: trunk, origin/1.2.x, origin/1.1.x | |
09:34 | Add Qvitter and QvitterPlus check-in: 076f896714 user: vinz@vinzv.de tags: trunk, origin/1.2.x, origin/1.1.x | |
09:34 | Adding SensitiveContent Plugin for nsfw filtering check-in: 1b282643d4 user: vinz@vinzv.de tags: trunk, origin/1.2.x, origin/1.1.x | |
09:32 | Merge branch 'nightly' of https://git.gnu.io/gnu/gnu-social into nightly Conflicts: lib/util.php check-in: 63d4bfd043 user: vinz@vinzv.de tags: trunk, origin/1.2.x, origin/1.1.x | |
09:26 | Merge remote-tracking branch 'upstream/master' into nightly Conflicts: lib/util.php check-in: 505d2cf49f user: vinz@vinzv.de tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-09-01
| ||
23:07 | parenthesis fail check-in: dc4689ecba user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
23:04 | Merge branch 'master' into mmn_fixes check-in: 038658eb33 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
23:01 | Merge branch 'master' of git.gnu.io:gnu/gnu-social check-in: 7a8cfff555 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
23:00 | Split up source and source_link. Never trust HTML! https://community.highlandarrow.com/notice/269667 or alternatively: https://social.umeahackerspace.se/conversation/495655 check-in: 1806fdda67 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
23:00 | common_to_alphanumeric added, filtering Notice->source in classic layout check-in: 0eaa4740a4 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
22:55 | Split up source and source_link. Never trust HTML! https://community.highlandarrow.com/notice/269667 or alternatively: https://social.umeahackerspace.se/conversation/495655 check-in: 4985ff235f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
22:08 | common_to_alphanumeric added, filtering Notice->source in classic layout check-in: 05931f39d2 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
15:23 | Merge remote-tracking branch 'upstream/master' into nightly check-in: b683052a78 user: www-data@mail.gnusocial.de tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-08-28
| ||
07:34 | Make Group actions ManagedAction so groupbyid works check-in: a855f0052a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-08-27
| ||
22:16 | bad log constant check-in: 4002c8e2d4 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:24 | TagCloud turned into plugin (performance issues on large installs) check-in: 8e0e3974df user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:06 | Don't redirect to tag cloud on /tag URL (this is probably just while we pluginify TagCloud) check-in: d7e910a64c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:00 | Typing on WebFinger onRouterInitialized handler argument URLMapper $m check-in: b2fdc1688b user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:42 | Shorthand function to check if notice has been repeated. check-in: 9fb21ff5d9 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-08-25
| ||
09:26 | neo-quitter display fixes for attachment since layout change check-in: 1d4382436e user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-08-21
| ||
16:23 | Margin for oEmbed article etc. check-in: c56d7b7db7 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:36 | articles accidentally got aligned to center check-in: b7d7180c75 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:31 | Attachment styling check-in: 43c2b8d739 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:25 | Less convoluted attachmentlistitem function calls check-in: 81a9182c95 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-08-16
| ||
18:27 | dbqueuemanager should ignore on no-result-exceptions check-in: b40efe5cfe user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-08-14
| ||
06:25 | ActivityGenerationTests.php fails but doesn't crash anymore. Fixed an error where a profile id was reused after another profile was deleted, and the new profile still had the deleted role. Fixed ActivityGenerationTests::testNoticeInfoRepeated() which was passing User instead of Profile, throwing errors. tests/ActivityGenerationTests.php now passes. CommandInterpreterTest now passes. Moved JidValidateTest to XmppValidateTest, since Jabber functionality has moved to the XmppPlugin. Tests work but don't pass, but they are at least skipped if XmppPlugin is not active. LocationTest passes, but the tests are not very good. Lots of nulls. MediaFileTest passes. NicknameTest passes. Nickname::normalize() now throws an error if the nickname is too long with underscores. UserFeedParseTest passes. URLDetectionTest passes if $config['linkify']['(bare_ipv4|bare_ipv6| bare_domains)'] are false. Untested otherwise. Fixed Nickname::isBlacklisted() so it does not throw an error if $config['nickname]['blacklist'] not set. check-in: 1020d66080 user: nymcoy@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-08-13
| ||
20:16 | Merge remote-tracking branch 'upstream/nightly' into nightly check-in: 6af9ede2e9 user: www-data@mail.gnusocial.de tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-08-09
| ||
15:32 | Set object_type to ActivityObject::NOTE on notices imported from Twitter. Previously was unset which caused ActivityHandler to throw an error during onStartOpenNoticeListItemElement() and the notices would not display in the timeline. check-in: 9a6f8c6967 user: nymcoy@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-08-06
| ||
16:32 | Reference local URLs in addressee list on notices. check-in: bf3dd47ee3 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-07-27
| ||
10:38 | Merge remote-tracking branch 'upstream/nightly' into nightly check-in: 6622b9ad1b user: www-data@mail.gnusocial.de tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-07-23
| ||
19:01 | Using File->setTitle in oEmbed check-in: 931e689d62 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:00 | Created function File->setTitle(str) check-in: ad6c2f1536 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-07-21
| ||
01:19 | file_quota for OembedPlugin too Don't download huge files that might kill memory limits. check-in: a432e2f6a5 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-07-20
| ||
23:38 | Use File->getID() check-in: 05e5b56226 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
23:38 | Some comparisons were incorrect (text/html;charset=utf-8 etc.) check-in: a0a623bcc1 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
22:38 | Select the first generated thumbnail, which should be the proper size ...most of the time. If all works well. check-in: d149418a36 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
22:34 | Because the other part of the code works now, this is unnecessary check-in: 404d150aa0 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
22:27 | return false to exit event, imgPath holds the path check-in: 92a063a1ef user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
22:24 | VideoThumbnails shouldn't have to recreate the thumbnail all the time check-in: af47f62186 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
22:23 | Delete file on class destruction or we do it too quickly Source image was removed when trying to use it for resizeTo check-in: d6b3ea0ad5 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:51 | Easier debugging of VideoThumbnails plugin check-in: d82f1e78a6 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-07-15
| ||
15:18 | Merge remote-tracking branch 'upstream/nightly' into nightly check-in: 9cd2c9e661 user: www-data@mail.gnusocial.de tags: trunk, origin/1.2.x, origin/1.1.x | |
11:19 | FileNotFoundException is more proper here check-in: 6434c9efd8 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:52 | Delete successfully generated thumbnail (temporary sources) too. check-in: 98b99f4776 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-07-07
| ||
09:11 | Changed ShowfavoritesAction to use Action functions for profiles check-in: c9e1f560ed user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-07-06
| ||
22:45 | Handle FileNotStoredLocallyException in attachmentlistitem check-in: 8dc03c4009 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
22:44 | Reworked File->getUrl to throw exception In case you require a local URL and one can't be generated, throw FileNotStoredLocallyException(File $file) check-in: fc1eea00a6 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
22:43 | I don't know why we would set the mimetype as title here check-in: f8240fe12f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:34 | If the file is text/plain, see if we accept the extension check-in: 940bfd4c69 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
07:14 | More specific exceptions for mimetype/extension issues. check-in: 52bf4ab5ce user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
06:59 | Some mimetype madness! check-in: 7b52a31fab user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-07-04
| ||
21:37 | Merge remote-tracking branch 'upstream/nightly' into nightly check-in: c62e9fc13e user: www-data@mail.gnusocial.de tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-07-02
| ||
21:43 | Fix the case of a call to sameAs() check-in: 6d9789d259 user: bsfmartini@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
21:02 | Check if we're the current user before retrieving check-in: 76a1f6a402 user: bsfmartini@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
19:45 | Test user equality better in Profile->getUser() check-in: 7ff6b7b9af user: bsfmartini@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
11:44 | Use delivered content-type to parse XML_XRD In issue #205 we saw data coming in with an additional line-break before the JSON data which fuzzed the auto-detection in XML_XRD (which assumed a { as the first character). If we use the Content-type header from HTTP we can avoid that issue. check-in: f62b2b1413 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:32 | Better logging for issue #205 check-in: 7add124cff user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-30
| ||
22:24 | Change Profile->getUser() to match the current user Profile->getUser() gets the User independently from common_current_user. This means that changes to one does not affect the other, even if they are the same user. This changes that, so that getUser() returns common_current_user() if they are both the same user. This is done to fix a bug in the user profile settings, where changes in the language and timezone are applied to the return value of Profile->getUser() but not propagated to common_cur_user(), which causes the profile settings to display incorrect information until the page is refreshed. check-in: 88f0757a92 user: bsfmartini@gmail.com tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-28
| ||
09:54 | Make all hash algorithms available (but whitelist by default) sha1 is whitelisted only because StatusNet requires it. check-in: 3062d33145 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-25
| ||
18:50 | actually respond with the error message in text on Salmon calls check-in: 71727132b8 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
18:37 | A bunch of GIFs were >5MiB! check-in: bc77f634ef user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
18:34 | Even more phpseclib update related stuff. check-in: 8865da091d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
18:13 | Give Webfinger response to group queries check-in: 37f272a286 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:01 | We have to create and populate the Notice_location table before constraint checking foreign keys. check-in: 3af60dc7f2 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:59 | URIFIX in Ostatus_profile, handle missing feedsub check-in: 432c17e28d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:59 | Managed_DataObject now has getByUri() check-in: 892978bfa7 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:52 | getByUri shorthand function for Managed_DataObject (with uri) check-in: 93cedea87f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:50 | s/EmptyIdException/EmptyPkeyValueException/ check-in: 40c9d63be6 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-24
| ||
14:47 | Merge remote-tracking branch 'upstream/nightly' into nightly check-in: 0a5295585f user: www-data@mail.gnusocial.de tags: trunk, origin/1.2.x, origin/1.1.x | |
14:07 | Use a separate max download limit for remote files than file_quota too check-in: 21c50f0967 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:56 | StoreRemoteMedia now checks remote filesize before downloading check-in: 92b5e97600 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:53 | Allow getting filesize by function check-in: ed44ffe954 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:47 | StoreRemoteMedia avoids too large files check-in: 3dbe2aab0d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:43 | Allow a quickHead request, will only return headers check-in: ff05f0e994 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:19 | fixes issue #189 with a script lacking exception handling check-in: acf957f362 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:49 | ParagonIE\ConstantTime required PHP7, going to v1.x branch check-in: b876a63c61 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:51 | Properly parse incoming bookmarks check-in: 3f56bd196c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-23
| ||
21:27 | Handle exception from Magic Envelope toXML function check-in: 256f7ea9c7 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:03 | Unnecessarily verbose code check-in: c833dc0220 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-22
| ||
23:33 | Merge remote-tracking branch 'upstream/nightly' into nightly check-in: efbfc18ca0 user: www-data@mail.gnusocial.de tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-21
| ||
13:55 | PrimaryNoticeList so we get InfiniteScroll on profile pages check-in: ca51e475d9 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:36 | Merge remote-tracking branch 'upstream/nightly' into nightly check-in: b775850634 user: www-data@mail.gnusocial.de tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-19
| ||
01:38 | throw ClientException instead of clientError check-in: cec8e6d35f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
01:25 | Bump Diaspora plugin version because of phpseclib fix check-in: 0e8265288b user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
01:23 | phpseclib defaults to OAEP but we want PKCS1 in D* check-in: fecd6fc965 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
00:27 | Err, don't need that comment. check-in: 83d2b08058 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
00:26 | Missed some phpseclib stuff in DiasporaPlugin check-in: 977c5358ac user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-17
| ||
22:05 | bump to beta5 since phpseclib update (which might cause some issues still) check-in: a36664ee3c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
22:00 | Let's just put the namespaced phpseclib in extlib instead of plugins/OStatus/extlib check-in: 99ff1f44a9 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:58 | extlib required by phpseclib (ParagonIE/ConstantTime) check-in: 0245fb597f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:53 | repost_of -> repeat_of, also trying with isset() check-in: 9813127e29 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:47 | Magicsig call for phpseclib\Math\BigInteger fixed check-in: b9322ab970 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:43 | OStatus Magicsig adaptations to new phpseclib Some constants have changed and the way to call RSA->sign(...) too. check-in: bd02d3b236 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:42 | Diaspora phpseclib update check-in: f311103f88 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:22 | bump Linkback plugin thanks to awesome singpolyma check-in: 20490920ca user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:21 | Handle namespaces for new phpseclib check-in: 9c7debb4cb user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:44 | phpseclib updated, some new features that we won't use check-in: a69a9f1240 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:33 | Merge branch 'avatar-folder-perms' into 'nightly' Display error if wrong perms on 'avatar' dir If the 'avatar' folder isn't writeable, don't let users try to upload/delete one (and fail). Instead, print an error message about the misconfigured folder permission. Ref. #196 See merge request !126 check-in: 25221ecbf6 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:32 | Merge branch 'tom/noreferrer' into 'nightly' Use noreferrer when linkifying attachments and allow this value in purifier If you click on a link in your main timeline this effectively identifies you to the site that you visited via the Referer header. (Who goes around reading other people's /user/all, honestly?) Annoyingly our notice content is already HTML. Rather than attempt to parse and modify the tags in flight, this modification takes the simpler approach of adding the noreferrer tag to inline links by default when notices are composed. See merge request !127 check-in: 603d1404e5 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:30 | Merge branch 'check-connection-on-install' into 'master' Check DB connection before any possible use This is to avoid an exception when enabling 'pgsql' backend See merge request !121 check-in: d16070f1d0 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:29 | Merge branch 'strict-warnings' into 'nightly' Fix some strict warnings (Action::prepare, Action::handle) I know MR with changes to a bunch of files aren't great practice, but I figured since all the changes are one-liners it might not be a huge deal. Related to #190 See merge request !123 check-in: 97bcc8a163 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:28 | Merge branch 'notice-location' into 'nightly' Re-enable notice locations Removed a stray 'return' statement. See merge request !125 check-in: 4b01cdcc5f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:28 | Merge branch 'site-notice' into 'nightly' Site Notice: common_purify instead of HTMLPurifier So that we can use our custom settings (e.g: extra URI schemes) in the site notice textbox. Ref. #170 See merge request !124 check-in: 75c8aaaae6 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
20:26 | Merge branch 'webmention-rocks' into 'nightly' webmention.rocks I have improved the webmention handling so that all but two of the webmention.rocks compliance tests pass now. Also improved parsing of time/authors on incoming webmentions. See merge request !128 check-in: 64ab29c6dc user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:20 | Apparently medium.com uses @ frequently i URLs and we skipped them because we assumed they were urlencoded when copied. check-in: 186219890d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-10
| ||
21:13 | Allow 201 as well, because spec says so check-in: 254d0db0a8 user: singpolyma@singpolyma.net tags: trunk, origin/1.2.x, origin/1.1.x | |
21:03 | Pass all but two webmention.rocks tests check-in: fefafaf23f user: singpolyma@singpolyma.net tags: trunk, origin/1.2.x, origin/1.1.x | |
21:02 | Set avatar where available check-in: 5d5623e924 user: singpolyma@singpolyma.net tags: trunk, origin/1.2.x, origin/1.1.x | |
21:02 | Get avatar out of entry properly check-in: 063a67d3a8 user: singpolyma@singpolyma.net tags: trunk, origin/1.2.x, origin/1.1.x | |
21:02 | Need to strtotime before we can format the date check-in: 790db0b93e user: singpolyma@singpolyma.net tags: trunk, origin/1.2.x, origin/1.1.x | |
21:01 | Use strpos check properly check-in: 7df01ab577 user: singpolyma@singpolyma.net tags: trunk, origin/1.2.x, origin/1.1.x | |
21:01 | 400 code needs ClientException check-in: 25f8f4ad00 user: singpolyma@singpolyma.net tags: trunk, origin/1.2.x, origin/1.1.x | |
21:00 | When there is no useful title, class="p-name e-content" check-in: 72b0a25396 user: singpolyma@singpolyma.net tags: trunk, origin/1.2.x, origin/1.1.x | |
21:00 | Allow getting notice title without implying one Sometimes I just want explicit titles, and not the generated "blah posted on date" text check-in: 0860789abe user: singpolyma@singpolyma.net tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-09
| ||
09:56 | Use noreferrer when linkifying attachments and allow this value in purifier check-in: bc6fe664e9 user: tk@1.21jiggawatts.net tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-04
| ||
15:08 | WIP: Display error if wrong perms on 'avatar' dir If the 'avatar' folder isn't writeable, don't let users try to upload/delete one (and fail). Instead, print an error message about the misconfigured folder permission. Ref. #196 check-in: c5ede7b566 user: chimo@chromic.org tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-02
| ||
01:56 | Re-enable notice locations Removed a stray 'return' statement. check-in: 8f10d704e2 user: chimo@chromic.org tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-06-01
| ||
03:54 | Site Notice: common_purify instead of HTMLPurifier So that we can use our custom settings (e.g: extra URI schemes) in the site notice textbox. Ref. #170 check-in: e7a6584da7 user: chimo@chromic.org tags: trunk, origin/1.2.x, origin/1.1.x | |
02:26 | Update prepare() method on Action subclasses. Fixes handle()-related strict warnings such as "Strict Standards: Declaration of AdminPanelAction::prepare() should be compatible with Action::prepare(array $args = Array) Ref. #190 check-in: 8017713b20 user: chimo@chromic.org tags: trunk, origin/1.2.x, origin/1.1.x | |
02:26 | Update handle() method on Action subclasses. Fixes handle()-related strict warnings such as "Strict Standards: Declaration of AdminPanelAction::handle() should be compatible with Action::handle()" Ref. #190 check-in: 69058b2219 user: chimo@chromic.org tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-05-24
| ||
14:49 | Check DB connection before any possible use check-in: 36c4525a1f user: strk@kbt.io tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-05-17
| ||
12:00 | Merge remote-tracking branch 'upstream/nightly' into nightly check-in: acfc3b167c user: www-data@mail.gnusocial.de tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-05-09
| ||
20:08 | Add /download action for attachments check-in: 1849762c49 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-05-04
| ||
09:59 | Don't warp attachment page thumbnails check-in: f7bbf83339 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:57 | 2-frame GIF animations weren't recognised as animated check-in: 3bbaf7a824 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:44 | Documentation update in File class file check-in: bddbf462ac user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:44 | Misplaced break/continue statements. check-in: 6423d77d2a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:34 | UseFileAsThumbnailException uses direct File object now check-in: 762768b82d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-05-01
| ||
19:44 | Merge remote-tracking branch 'upstream/nightly' into nightly check-in: 0e86f8595a user: www-data@mail.gnusocial.de tags: trunk, origin/1.2.x, origin/1.1.x | |
09:36 | Linkback references to unset indexes + spelling error check-in: 36193706db user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:35 | Link to attachment page instead of big-ass image check-in: ac54682601 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-04-27
| ||
13:16 | Merge remote-tracking branch 'upstream/master' into nightly check-in: 510e149f50 user: www-data@mail.gnusocial.de tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-04-26
| ||
00:57 | naughty extlib fix (PHP7) The explode function didn't return empty elements (which split did) check-in: 0b4aa8d25d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
00:41 | split is gone, use explode. PHP7 extlib fix check-in: a896901bd6 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
00:41 | Naughty fix for extlib XMPPHP (PHP7) I shouldn't fix extlibs, but here goes anyway. I will see if there's an upstream library we can track which has fixed this themselves. check-in: 3a367508ce user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-04-25
| ||
23:50 | Some PHP7 related package names check-in: c538ee9a87 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-04-18
| ||
14:10 | Merge branch 'master' into mmn_fixes check-in: c467caaea7 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
14:09 | put local id, href and such in ostatus:conversation element check-in: 286a80ab6b user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:56 | Use constant for ATTN_PUBLIC (public collection) check-in: 57bf260d98 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:33 | Oembed bugs with thumbnail generation. check-in: 18808cd4c3 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:21 | function declaration to match parent check-in: bf449b5bfb user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:08 | use getByID (also bad variable reference) check-in: 6898713932 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:04 | strict type comparison check-in: e11aa97eb8 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-04-08
| ||
11:44 | "In conversation" text in noticelistitem check-in: a0690c4b6e user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-04-04
| ||
10:04 | Maybe stop deleteRelated from failing on constraint checking check-in: f8fe3d5a18 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-04-01
| ||
21:21 | Send thr:in-reply-to as well, for clarity... check-in: 766d74371d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:10 | More debugging in Salmon since we get situations which can't find inReplyToID check-in: 2766bece73 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
04:51 | Don't fail deleteRelated on NoProfileException check-in: 1cfa0f189d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
04:24 | Fix constraint checking and only run it if not already constrained check-in: 173e758184 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
04:14 | Merge branch 'constraint_check_notice_table' into mmn_fixes check-in: 2078a474d8 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-31
| ||
18:51 | Make sure $_SERVER['HTTP_REFERER'] isset when testing value check-in: 4988d4bc0c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
15:57 | Constraint check Notice table, need to get foreign key array! check-in: 8079da3846 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-29
| ||
23:32 | fix/legacy_http for WebFinger + some minor fixes Now won't match possibly maliciously named remote profile URLs (where the profile URL could be a notice URL for example, which would mean the response would be incorrect) When looking up remote entities, we should _only_ use the stored URI, but that's for the future to do... check-in: e573d80afd user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
23:31 | Possibly replace weirdly capitalized htTPs: too check-in: fbbbcf63ba user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:36 | Use join instead of exists in SQL check-in: d4d33874b2 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:33 | I was too quick to save that file (File::getByUrl takes 1 arg) check-in: 21a3fe2523 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:57 | We should assume all verbs and such are their full URIs in our db check-in: 0e31b11dff user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:55 | Gah, bad syntax check-in: d32e99c8aa user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:48 | Index object_type too... check-in: 5689a5daa4 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:48 | Upgrade script for Bookmark uses joins instead of exists (performance++) check-in: 3bb40c09fb user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:13 | Forgotten File::getByUrl conversations (performance++) check-in: f0e3d98660 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:13 | Better indexing for Notice (performance++) check-in: e673788d9c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:13 | Upgrade info from Bookmark plugin check-in: 733009f850 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-28
| ||
14:41 | a little bit more explicit logging check-in: 464a51dee9 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
14:25 | Embarrasing copy-paste gone too fast check-in: 08f17ba8b8 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
14:23 | DOMElement not DOMDocument check-in: 60368ec71e user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
14:19 | Update Profile Data script fixes, might work for groups too now check-in: de40d60700 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:42 | OStatus update profile data script fixes check-in: 1f1ba577f3 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
09:33 | Probably fixes issue with looping XMPP queue items check-in: 7d523622a7 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-27
| ||
14:36 | rename config option site/logdebug to log/debugtrace check-in: 653da47e90 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
14:21 | Embed attachments marked up as microformats2 (I think rather properly) check-in: 15671fcaef user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:01 | Initial (not yet working) fetch remote plugin check-in: 232d400e8f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:01 | Matching inherited function definition check-in: 6b5786f874 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:56 | Output proper remote info on WebFinger notice resources check-in: b375a3404f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:54 | Actually return an Ostatus_profile check-in: 2bb9119060 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
12:00 | FetchRemoteNotice event call in Notice (not effective yet) check-in: 58ddfa2c0c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-24
| ||
02:01 | Use HTTPClient instead of Yadis HTTPFetcher in Linkback plugin check-in: 7b5e48773a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
01:44 | HTTPClient::quickGet now supports headers as argument They should be in a numeric array, already formatted as headers, ready to go. (Header-Name: Content of the header) check-in: d8a7a3fd73 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
01:00 | Catch some exceptions in Linkback check-in: 11554ef10f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
00:54 | Strictify Notice->isPublic() check-in: c8e09a16a6 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
00:41 | Stricter typing in Realtime plugin functions check-in: 22741d6d86 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-23
| ||
16:53 | Attachment and file handling since we could get NULL instead of File check-in: f20d2b7ef3 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
16:52 | Debugging output in OStatus for easier reading+greping check-in: c7859845f2 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
16:51 | Not really necessary in practice but makes better queries check-in: 9abfadc342 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
14:37 | If upgraded from http to https, keep hubsub->topic up to date too (thanks hannes2peer) check-in: e767dd2a8e user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
14:22 | Use the new onUpdateKeys in dataobject for tasks on-update of keys sets the hashkey column of the row to sha1(topic + '|' + callback) check-in: 3c99a4e2ce user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
14:21 | Change config webfinger/http_alias to fix/legacy_http Set $config['fix']['legacy_http'] to perform some actions that are needed if your site used to be served over http but now has upgraded to https! check-in: 2c87490f93 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
14:19 | Allow actions to be performed on updateWithKeys Avoids overloading and lets dataobject classes use onUpdateKeys() to do special stuff, like if a key is made up of a hash of other fields etc. check-in: 343225be68 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-22
| ||
21:37 | Forgot a microsummary route in the latest commit check-in: 7b22038a57 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
21:31 | Microsummaries had issues and were removed in Firefox 6.0 anyway It is argued there are many better ways to get a "micro summary" of a profile or site. check-in: 284e61d27d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
13:02 | If the attachment is a photo, don't replace representation in oEmbed check-in: 8dbcf8888c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-21
| ||
23:03 | entry attachment css check-in: 3cedc996d7 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
17:07 | doActionPost for delete should use deleteAs check-in: 521d9981d1 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
16:50 | Just some comment clarification check-in: 94efbd85fc user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
16:34 | Notice->deleteRelated should be called from delete() check-in: 4ff05e7284 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
14:12 | Added proper enabling and disabling of sending RTs to Twitter. check-in: 5aefe52e94 user: root@gs.kawa-kun.com tags: trunk, origin/1.2.x, origin/1.1.x | |
11:27 | Merge branch 'master' into mmn_fixes check-in: ac588cca02 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:25 | Some Google stuff that need to be there (or comments) Note that these won't be shown to the enduser and will never be accessed automatically. We should put the salmon-protocol stuff on ostatus.org check-in: 9a4df3055a user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:13 | woops, accidentally deleted updates-from rel on mass Google-deletion check-in: 27f10c2a71 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
11:12 | woops, accidentally deleted updates-from rel on mass Google-deletion check-in: c4e177be55 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
10:17 | Avoid "property of non-object" PHP notice. check-in: deedfd723d user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
02:24 | Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes check-in: fa3746f251 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
02:23 | geometa.js doesn't exist anymore check-in: bc7a244b36 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
02:21 | Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes check-in: b643d54b25 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
02:21 | Merge branch 'new-avatar' into 'master' Changed default avatar in neo-gnu for the more fun @mosphirit gnu. For now I am going to propose only that change, the default avatar. In the future maybe we can use only one SVG instead multiple PNG but I want to do for now the less changes possible. See merge request !116 check-in: b6ebb21333 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
02:12 | oEmbed CSS file check-in: de6b404898 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
02:11 | geometa.js doesn't exist anymore check-in: 13a9ec05bf user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
02:10 | Merge branch 'master' of git.gnu.io:gnu/gnu-social into mmn_fixes Conflicts: plugins/Minify/extlib/minify/README.txt plugins/Minify/extlib/minify/UPGRADING.txt plugins/Minify/extlib/minify/min/README.txt plugins/Minify/extlib/minify/min/builder/index.php plugins/Minify/extlib/minify/min/lib/JSMin.php plugins/Minify/extlib/minify/min/lib/Minify.php plugins/Minify/extlib/minify/min/lib/Minify/CSS.php plugins/Minify/extlib/minify/min/lib/Minify/CSS/Compressor.php plugins/Minify/extlib/minify/min/lib/Minify/Controller/Page.php plugins/Minify/extlib/minify/min/lib/Minify/Packer.php plugins/Recaptcha/RecaptchaPlugin.php check-in: e233b41cb9 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
02:07 | Merge branch 'bashrc/remove_google_references' into 'master' Remove Google References This removes most references to: - Google Code - Google Buzz - Google Maps - Google Gears - General Google services promotion There are still some remaining Google references, particularly a script within plugins/Minify. You might want to check that to see if it's really necessary and whether the javascript it points to is actually free software. See merge request !117 check-in: 06f2aeaf1e user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
02:02 | Minify is evil. check-in: 0cb7ecfb06 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
01:56 | Issue #166 - we test exif data below, no need for error output check-in: 47c24d0274 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
01:55 | Fix issue #171 with latent htmLawed reference check-in: 29bddcc150 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
01:48 | Don't use default_port for irc schemes check-in: 331318991f user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
01:46 | irc and ircs schemes for HTMLPurifier check-in: ed9b63b26b user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
01:42 | Hacky method to avoid cutting conversation "more" link out check-in: 4126ae9074 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
01:33 | Split threaded notice list classes into own files. check-in: 1473cb420c user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-20
| ||
13:06 | Remove Google References This removes most references to Google, with some remaining since they may point to things which are still relevant. References to Google Code, Google Buzz and Google Maps have been removed check-in: 4f45d0383e user: bob@robotics.uk.to tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-19
| ||
11:53 | Changed default avatar in neo-gnu for the more fun @mosphirit gnu. check-in: a0707d0c53 user: carsanbu@entramado.net tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-17
| ||
11:58 | Full-content oEmbed html doesn't take up all space (and renders properly) check-in: 78ef1e44df user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-16
| ||
23:31 | oEmbed neatifying (inspired by Qvitter) check-in: 6174537341 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
23:31 | h5 and h6 don't need margin-bottom methinks check-in: 6a4367e195 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
19:37 | only direct .inline-attachment children check-in: 1739028507 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
2016-03-15
| ||
15:55 | Merge branch 'master' into mmn_fixes check-in: 7f87b9d42b user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x | |
15:54 | Upgrading from 1.1.x would make uri fields have length=255 check-in: 6e956ffd24 user: mmn@hethane.se tags: trunk, origin/1.2.x, origin/1.1.x, v1.2.0beta4 | |