)]}' { "log": [ { "commit": "afda2372a14f3318e4bce965e46cd19a45c92dea", "tree": "efc7253c6a6c4200953d3a0623f602040bfa8975", "parents": [ "d473609c6b43e98520ce2509f9998c7ab8da1979" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Sun Aug 08 20:54:05 2021 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Sun Aug 08 20:54:05 2021 +0200" }, "message": "Fix: invalidate avatars cache entry after posting reply\n\nAfter writing a reply to a thread and going back to the thread list, the\ncache entry was always used, and so the avatars would be wrong if it was\nthe first time replying to that thread. This fixes it.\n\nFixed: twpowertools:23\nChange-Id: Ibc77e8394bf3bf912d6b6ae11ae23a8fd4b36712\n" }, { "commit": "feb2819452ce5ccbee4c82405232cd3516d186d6", "tree": "74ec678fd3e1e85b23fdefeced444f2cbf8687c0", "parents": [ "462280fb9447e52a8019915f09ffed0fcceda7b1" ], "author": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Sat Aug 07 23:31:17 2021 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Sat Aug 07 23:31:17 2021 +0200" }, "message": "Improve API error messages with known error codes\n\nWhen an API call fails, sometimes a numeric code is returned indicating\na type of generic error. These errors are known, so this change returns\nthe message instead of the numeric code when it is known.\n\nThis is particularly useful for the \"batch lock\" feature, since this\nchanges the error message \"Error code: 7\" to \"Error code:\nPERMISSION_DENIED\", which is much clearer to users.\n\nChange-Id: I7eb98a0442f63ea5aa35886453df5ea6e524af99\n" }, { "commit": "ffd26cf359710bcd4db61c3283bcbff74cdb86ef", "tree": "c1f4cff203da9759a07032c92b93a83bcf61d770", "parents": [ "2c8913be32d29136a460a6c2f9f6b63f186b8689" ], "author": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Thu Jul 22 23:54:22 2021 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Thu Jul 22 23:57:22 2021 +0200" }, "message": "Deprecate forceMarkAsRead option\n\nThe workaround applied by this option is no longer necessary since the\nissue being worked around has already been fixed in the Community\nConsole.\n\nBug: twpowertools:14\nChange-Id: I20a28937cfb8ce8e186c1ddfed95f294473c4a40\n" }, { "commit": "c41edf4a9d0b418677c5e3d9c891efa677029986", "tree": "2b65db065b56ab36887412762de1f11739f9443d", "parents": [ "27c699609b8545ee60a775ee91b52f52209eed7a" ], "author": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Sun Jul 18 02:06:55 2021 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Sun Jul 18 02:14:49 2021 +0200" }, "message": "threadListAvatars: dynamic unauthorized forums\n\nThis is an implementation of point 3 in the \"Idea\" section of the\nfollowing doc: go/eu7T9m (public link available in the linked bug).\n\nParaphrasing the previous document:\nThis change adds code to maintain a list of forums from which the\nextension couldn\u0027t load any thread, which probably correspond to private\nforums. When a forum is in this list, avatars are no longer retrieved\nfrom threads in that forum until the entry expires.\n\nBug: 2\nChange-Id: I05e7b02818181f410855948e1af6ec75fc7c792b\n" }, { "commit": "27c699609b8545ee60a775ee91b52f52209eed7a", "tree": "cb614474209298d9cf48f79952a0cf1c6f511c42", "parents": [ "43ec2b912e0ac8105e83c44a39e23a7a822139ea" ], "author": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Sat Jul 17 23:32:51 2021 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Sun Jul 18 01:20:16 2021 +0200" }, "message": "Cache thread avatars\n\nThis change adds the AvatarsDB class, which lets the threadListAvatars\nfeature interact with a cache of thread avatars.\n\nThis is an implementation of points 1 and 2 in the \"Idea\" section of the\nfollowing doc: go/eu7T9m (public link available in the linked bug). The\ndoc includes a rationale for this change and what it does.\n\nBug: 2\nChange-Id: Ida9fcd909e3bd4a552361317b9013cb8734272a6\n" }, { "commit": "43ec2b912e0ac8105e83c44a39e23a7a822139ea", "tree": "b1c1708bc20321ffaaa37379f224439bb5849269", "parents": [ "3913e28bb3b1c8c89c57cf3f11254ddcd4283a1a" ], "author": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Fri Jul 16 18:44:54 2021 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Sat Jul 17 23:30:33 2021 +0200" }, "message": "Add xhrInterceptor utility\n\nSome features would benefit from being able to listen to calls made by\nthe Community Console client to the API. This way, the extension\nwouldn\u0027t need to make additional calls to the API, since it can directly\nget all the information from the current view via the xhrInterceptor.\n\nThis change adds a script which is injected into the Community Console\nand acts as the interceptor. The src/common/xhrInterceptors.json5 file\ndefines which calls should be intercepted, and which data (the request\nbody or the response body) should be retrieved, and when the\nxhrInterceptor finds that an API call matches one of those definitions,\nit dispatches an event with the name defined in the json5 file and the\nprefix \"TWPT_\". Then, content scripts can listen for these events in\norder to work with the data provided in the event details.\n\nBug: 6\nChange-Id: Iea4aeb1f9db84f2c013d82ec4155c59617b8f9f0\n" }, { "commit": "3465e7748ad69c6c818a14c3716ce4c9904cc23d", "tree": "399c0af657ea5ffbad21945f8ae189bc9a0c429b", "parents": [ "d6cdfa7432d9b8035147d114c33c023982e3a91b" ], "author": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Sun Jul 11 19:18:41 2021 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Sun Jul 11 21:15:43 2021 +0200" }, "message": "Refactor extension to webpack\n\nThis change is the biggest in the history of the project. The entire\nproject has been refactored so it is built with webpack.\n\nThis involves:\n- Creating webpack and npm config files.\n- Fixing some bugs in the code due to the fact that webpack uses strict\nmode.\n- Merging some pieces of code which were shared throughout the codebase\n(not exhaustive, more work should be done in this direction).\n- Splitting the console_inject.js file into separate files (it had 1000+\nlines).\n- Adapting all the build-related files (Makefile, bash scripts, etc.)\n- Changing the docs to explain the new build process.\n- Changing the Zuul playbook/roles to adapt to the new build process.\n\nChange-Id: I16476d47825461c3a318b3f1a1eddb06b2df2e89\n" }, { "commit": "3c37e8495191ba5b877dd050342d45a3d2a73c79", "tree": "63ec7202f46cdd73e041b064d30f9d0552e93d50", "parents": [ "14fba4ce739ea94c374aa15e7b1169bc58ddeb3e" ], "author": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Sat Jul 10 19:14:47 2021 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Sat Jul 10 20:51:10 2021 +0200" }, "message": "threadListAvatars: skip calls to load private threads\n\n- Refactor threadListAvatars code.\n- Skip calls to load the avatars for threads in known private forums\n (the private forum ids are retrieved from the startup data object.\n- Change order of CCApi method parameters (the authuser is not needed\n when |authentication| is |false|). Also, now the |authenticated|\n parameter is no longer optional. This is to make it explicit in the\n code and prevent mistakes in the future.\n\nChange-Id: Ie47c85dcf00ffbfe269721e5f565ba5dd5259b3b\n" }, { "commit": "a10fff2c3bdf3537f9ece5d4380ae9076f87f219", "tree": "5edd3b088058100e48d0f2d0f73b4659c1b40750", "parents": [ "74273eeb4b548756f937cd9e46e3224b3b5fb702" ], "author": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Tue Jun 29 21:07:40 2021 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Wed Jul 07 12:25:48 2021 +0200" }, "message": "Add \"Force Mark as Read\" feature\n\nThis change adds a feature to the extension which will mark all threads\nas open when visiting them from the Community Console.\n\nThis works by making a request to load the thread again (so the\nextension knows the last message ID) and then making a request to mark\nthe thread manually as read, passing the last message ID so the\nCommunity Console knows that\u0027s the last message we\u0027ve read. This last\nrequest is the one which is made when manually marking a thread as read\nfrom the thread list.\n\nThis change also adds the file api.js with a wrapper function to call\nthe Community Console API. In the future, all API calls should use this\nfunction.\n\nChange-Id: Iff1c077bf136807cdbaa710e2e6b8b130df3a27e\n" }, { "commit": "792df1482c760a72ebbb0189570cf30b338f68af", "tree": "1149cda0d2844b3c4f057a6d08511033c5eef78a", "parents": [ "d75966e06a536f3b502781d64812e9af0a3c4717" ], "author": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Fri Jun 11 13:43:58 2021 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Fri Jun 11 13:43:58 2021 +0200" }, "message": "Minor improvement in previous posts link CSS\n\nChange-Id: If56af55cc69e5624db64daf3c27e43e7abb13f44\n" }, { "commit": "56d4d18b7799bfecf44ff71770cdfd1baa469730", "tree": "572ad12e55f5bee5a01766c6e4daced945e84c42", "parents": [ "c6aacfa25abb543dfcaa285d3b88c6b8fa5ecbc7" ], "author": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Wed Jun 09 14:56:15 2021 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Wed Jun 09 14:56:15 2021 +0200" }, "message": "Previous posts: add support for unified profiles\n\nThis change adds the code needed to add the previous posts links to\nunified profiles.\n\nChange-Id: I65f9e5bed4961e8af10e702fc8cb8b31cd24a17b\n" }, { "commit": "2b87179cd3f0df229e23d0e600f87653c85033a5", "tree": "a3c13e090ea00a94af587541fbf05f9c3b546792", "parents": [ "0ab61ea512e682c33103133d8c68e81f3a0a04cb" ], "author": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Wed Jun 09 12:35:06 2021 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Wed Jun 09 12:43:44 2021 +0200" }, "message": "Add option to force disable SMEI_UNIFIED_PROFILES\n\nProposed here:\nhttps://groups.google.com/g/twpowertools-discuss/c/QSOXU8IbrYU\n\nFixes: #47\nChange-Id: I05caf5248cec1121ee083362910f81c484bfb3b2\n" }, { "commit": "c93d6c7ff2586ab2d5779e2d5bbcd3326f8b6755", "tree": "70531b856741c2d6b4c33f2af4af18b35b0a1307", "parents": [ "0181891f5226f098ab92ae39e734b13fa6a01d15" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Sat May 29 12:54:34 2021 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Sat May 29 12:54:34 2021 +0200" }, "message": "Move right controls fix to console.css\n\nThe fix for the right controls which was supposed to leave sufficient\nspace to the dark theme switch in the header was only included in\nccdarktheme.css, so it was only applied when the dark theme was on.\n\nThis change moves the code to console.css so the fix is applied also\nwhen the dark theme is disabled but the switch is still shown.\n\nNote that this fix is also applied now even if the dark theme option\nisn\u0027t enabled.\n\nChange-Id: Ic6f969ed0292f86a55597b6154694c984ae74011\n" }, { "commit": "a007d49720a5bd7d4b76b36cd68351af6440f41d", "tree": "944690d1f7719407a441d2b2652356cb115d6c69", "parents": [ "15b23d7e383a42779ea849acab06f6e95e584500" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Sun May 02 12:32:03 2021 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Sun May 02 14:18:25 2021 +0200" }, "message": "Add autorefresh_list experiment\n\nThis experiment/feature checks at regular intervals whether there are\nupdates to thread lists, and notifies the user via a snackbar when\nan update exists.\n\nBug: #42\nChange-Id: I98e4aa03a7080c6bff781ce7c850477433090957\n" }, { "commit": "7309b06cd43ae9bd71a76d32776a1ef857f65327", "tree": "a244d0a5991fed4267419adcee845e20b778a69e", "parents": [ "76661ce5cadf0b276b771fe4f9401a71bccf7392" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Thu Apr 22 12:41:08 2021 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Thu Apr 22 12:41:08 2021 +0200" }, "message": "Add experiments link to the options page\n\nThis link points to the experiments page, and is only shown in\nnon-release versions of the extension.\n\nChange-Id: I09db9e6ded29be7f6f03f97378cd9311f88d40d3\n" }, { "commit": "a858ef7d7c5baaddfb5b66383175012d815be8ee", "tree": "d62110aae0e5f6448adfe18fdd017d7f9c742e3f", "parents": [ "3eae4526255881069b701ea3f95b3248c67cfe9d" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Thu Apr 22 01:18:31 2021 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Thu Apr 22 01:23:53 2021 +0200" }, "message": "Deprecate smei_sortdirection option\n\nThis CC feature has launched some weeks ago, so there is no longer the\nneed to manually enable it via this extension option.\n\nChange-Id: Iab36980b3d2383cb240f571d8124e2539dd3552b\n" }, { "commit": "3eae4526255881069b701ea3f95b3248c67cfe9d", "tree": "0fc94685bac301c366288c20640f4de1f344cf32", "parents": [ "bf8eece8301c28f768d038be94a7650217648fe8" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Thu Apr 22 01:14:27 2021 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Thu Apr 22 01:14:27 2021 +0200" }, "message": "Add threadListAvatars experiment\n\nThis experiment adds avatars of the users who have participated in a\nthread in the thread list, next to each thread.\n\nChange-Id: I259b103a7d3462201013ab2027866bbcce476901\n" }, { "commit": "bf8eece8301c28f768d038be94a7650217648fe8", "tree": "2b47db12144d2efd6b0bb56cf4bfd5f4be491c83", "parents": [ "223416c00f4ef2314b2ce54591df7e5db6ee6f3a" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Thu Apr 22 00:27:03 2021 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Thu Apr 22 00:55:19 2021 +0200" }, "message": "Add support for experiments\n\nThis change refactors the options logic and adds support for\nexperiments: a new type of options which are not shown in the options\npage (their usage will be similar to Chrome flags).\n\nExperiments can be set from the\nchrome-extension://{extension_id}/options/experiments.html page.\n\nThis code refactoring simplifies the options definition. Each option now\nhas a default value, and a context: the place where the option is set\n(options, experiments, internal, deprecated).\n\nChange-Id: I358ae07c832acae6b4536788c4dbe12a0e4730bf\n" }, { "commit": "d98126ff24150e0c644cae6de2fbfc135a07d424", "tree": "2acf229da50ce411dc874f79cf8ba12aa18d275d", "parents": [ "698d3762171617427f788c42d9327e47c71f992e" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Wed Feb 17 10:44:36 2021 +0100" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Wed Feb 17 10:49:49 2021 +0100" }, "message": "Add option to reposition the expand thread button (CC)\n\nThis option repositions the expand thread button all the way to the left\nof the thread element in thread lists (Community Console). Originally,\nthis button is shown in the right.\n\nRequested at pekb/thread/67965396?msgid\u003d91547227.\n\nChange-Id: I10cd62998f6165ec58705fd912089119a7e0a108\n" }, { "commit": "698d3762171617427f788c42d9327e47c71f992e", "tree": "1abf54ecdef1c0f732bf552564bdc318dcc5eb7c", "parents": [ "cf83759085508f23bb3627b8e0285a51d10253dc" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Tue Feb 16 01:19:54 2021 +0100" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Tue Feb 16 16:38:11 2021 +0100" }, "message": "Add enhanced announcements notification dot feature\n\nThis change adds a new option which consists of the injection of custom\nCSS code to enhance the announcements notification dot shown in the\nhamburger icon in the Community Console.\n\nChange-Id: I6963017d25ba99f82ccabfde8eae45fa3280c4ec\n" }, { "commit": "b38b74161288fb5f4df56ddbb1165b39e2752045", "tree": "8f0451285e8f6c88eb9b6f31d1a8477c02b65c84", "parents": [ "bbc88c6c70a84555460fd8dff88eb4b24fb43bef" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Fri Dec 11 17:59:02 2020 +0100" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Sun Dec 27 12:41:45 2020 +0100" }, "message": "Add option to enable the \u0027SMEI_SORT_DIRECTION\u0027 experiment\n\nThis option, when enabled, activates the SMEI_SORT_DIRECTION experiment,\nwhich is disabled by default in the Community Console.\n\nThis experiment lets user set the sort direction in thread lists, so\nthreads can be ordered in ascending or descending order.\n\nFixes: #25\nChange-Id: Ie8f6825e70d11ee7d3e20a38a7f20e2a34780d9f\n" }, { "commit": "2c994fd69e2ffddde2925f7834334ed585987156", "tree": "669c785c1b6ac38bc672fd2b459788638b2b140b", "parents": [ "8d8409cac7ebe05bd53e130fa7976704c24504cf" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Tue Dec 08 13:04:40 2020 +0100" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Tue Dec 08 13:11:15 2020 +0100" }, "message": "Fix regression: some requests in the CS/I bridge failed\n\nCommit 3e23888, where the content scripts/injections bridge was\nrefactored, introduced the regression being fixed in this change.\n\nBasically, the options variable was no longer set at the content script\npart of the bridge, and so some requests would fail.\n\nChange-Id: I3861ac638dd2733c8be81ee3496322ce6fa16d6a\n" }, { "commit": "f592396f9a184ff20b3522dca0eb606791392d7d", "tree": "d11a54b15d7d21df75694333a46531b8b65d9540", "parents": [ "3e23888062cf9883eb75376edebd4799b7e44091" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Mon Dec 07 16:44:37 2020 +0100" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Mon Dec 07 20:24:15 2020 +0100" }, "message": "Add \u0027batch lock\u0027 feature\n\nThis change adds a \u0027batch lock\u0027 option which, when enabled, makes the\nextension display a lock button in the thread list toolbar in the\nCommunity Console.\n\nWhen this button is clicked, the user is prompted whether they want to\nlock or unlock the selected messages.\n\nAfter the user makes their choice, the action is performed in all the\nselected threads and any error while performing it is shown to the user.\n\nFixes: #24\n\nChange-Id: I70bdc698a8d4694b2f11561fdb0a0d5c17f4d3b5\n" }, { "commit": "3e23888062cf9883eb75376edebd4799b7e44091", "tree": "11238342a4c5cab754a65e1d585401009352a58a", "parents": [ "41498eede30122933bec8c1a8beb8b1de3183c7f" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Mon Dec 07 18:38:54 2020 +0100" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Mon Dec 07 18:43:34 2020 +0100" }, "message": "Refactor content scripts/injections bridge\n\nIn order to use the existent bridge with more features other than the\nprofile indicator, this change refactors the bridge code so the content\nscript event listener can handle requests being done via different\nprefixes.\n\nChange-Id: I7c8e7e62068b7326a2eeec18d871a44114d6c259\n" }, { "commit": "8e0c1006f82fef77be439ef8c0e0e300580979e7", "tree": "50c95b2e3c2ea72713d96ac322654688481e5fc5", "parents": [ "e4cac407a07f2a2e5cc0f641028fd07816ad610e" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Thu Dec 03 16:54:20 2020 +0100" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Sun Dec 06 12:24:40 2020 +0100" }, "message": "Add feature to fix link drag\u0026drop in CC\n\nThis change adds an option to fix the drag\u0026drop bug that exists in\nCKEditor (https://dev.ckeditor.com/ticket/13569), which is the library\nused for the rich text editor in the Community Console.\n\nFixes: #20\nChange-Id: Ic82bf6ee6d583876858f21291723dacb5e74debe\n" }, { "commit": "129942f6ea3fc946ebf6350a752063bf000ff9fa", "tree": "fce5652aa7ae3aa07a5642c054f15ae843ca9ddf", "parents": [ "06167753b35c9919d4cb2cadf5a26747f6b6bed8" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Tue Sep 08 02:07:18 2020 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Tue Sep 08 02:07:18 2020 +0200" }, "message": "Add \u0027always hide CC drawer\u0027 option\n\nWhen the CC starts up, it opens the drawer by default. The option\nintroduced by this commit closes it as soon as the content script gets\ninjected into the page.\n\nFeature suggested at pekb/thread/67965396?msgid\u003d69642485\n\nFixes: #10\nChange-Id: I2a043dc9888eee2c9b1f98713d36cd1a49d3c931\n" }, { "commit": "06167753b35c9919d4cb2cadf5a26747f6b6bed8", "tree": "975315b9404c500ce6f9b2fe332807339e104281", "parents": [ "c4cb8f356c87fc17e1c492b3bf9f41047185655d" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Tue Sep 08 00:50:36 2020 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Tue Sep 08 01:23:39 2020 +0200" }, "message": "Add extension icon badge to injected components\n\nFixes: #8\nChange-Id: Id1d0ae4a3da057fb06f5137be2271e293d8f0cd4\n" }, { "commit": "0bc113acbae3f622d11283273de3031e62e648d2", "tree": "aa2e8305aa2ec1b728cdaab236988c9dc48dd414", "parents": [ "3b0be6e0103febbf083c9e1063f2c5c66dc32ec6" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Mon Sep 07 13:02:11 2020 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Mon Sep 07 23:10:11 2020 +0200" }, "message": "Add CC dark theme option\n\nThis commit adds an option to enable a dark theme in the Community\nConsole. It can be enabled manually with a switch which is injected in\nthe CC or automatically by syncing it with the OS dark mode setting.\n\nChange-Id: I7506e80a409c5b0190d942c9de88354b6c0cce10\n" }, { "commit": "ad65e7521e0ad21aba69f221b56e955f2b7cf887", "tree": "0abb4a0915c795633a52aea9683c93ebcd1ebc31", "parents": [ "943b849a0434beda7f1b8a803da05fe831703b15" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Tue Sep 01 00:13:59 2020 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Tue Sep 01 16:16:22 2020 +0200" }, "message": "Add option to show the number of recent posts made by the OP\n\nAdd an option to show the number of recent posts made by the OP next to\ntheir username in threads (profileindicator_alt).\n\nIf this option and the profileindicator options are set, then the\nindicator dot and the recent posts number badge will be merged into a\nsingle component.\n\nChange-Id: If2fb1e8f0066d75ef136b6f93869b7fc2f0c7e57\n" }, { "commit": "943b849a0434beda7f1b8a803da05fe831703b15", "tree": "7801509c3a3d32fb98d9ebd7a172bbaf8af619d2", "parents": [ "a92652e1211d59b87577177c0900cd828045405c" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Mon Aug 31 23:40:43 2020 +0200" }, "committer": { "name": "Adrià Vilanova Martínez", "email": "me@avm99963.com", "time": "Mon Aug 31 21:43:56 2020 +0000" }, "message": "CC: Split the profile history link into 2 links\n\nBefore there was a single link which pointed to the post history in all\nforums. As this sometimes takes a long time to load, this commit splits\nit into 2 links:\n\n* A link to the post history in the current forum (loads faster)\n* A link to the post history in all forums (loads slower)\n\nChange-Id: Ifa3ed2340c5af2e87d75118eb6a66aba4f395e3c\n" }, { "commit": "4c1a67963a04a9e99d07f8c0ddfe2ae15a994d55", "tree": "551e820517c7c1bac935f2707c4013a5eeb6b218", "parents": [ "e1752a190eb8a1a92af14feaf533e803a22e86c7" ], "author": { "name": "avm99963", "email": "me@avm99963.com", "time": "Mon Aug 31 21:30:42 2020 +0200" }, "committer": { "name": "avm99963", "email": "me@avm99963.com", "time": "Mon Aug 31 21:33:56 2020 +0200" }, "message": "Merge reused code into a common file\n\nChange-Id: I264aaa67ae1103df2292e17d1eb46b3054799994\n" } ] }