Bitcoin Forum

Other => New forum software => Topic started by: TheBeardedBaby on December 04, 2019, 11:30:16 PM



Title: Epochtalk development overview. Current version:1.35.4 (2020-11-09)
Post by: TheBeardedBaby on December 04, 2019, 11:30:16 PM
See the last post for the last updates.


Note: You can get the last Epochtalk changes on the Official Bitcointalk Discord Server : https://discord.gg/PEkAkb
The last few weeks there is some activity in the development of the new forum software.
I get new email with updates almost every day. So I'll try to keep you guys updated.

Let me start from the last to the first (since I started following the project on github)

Quote
Repository: epochtalk/epochtalk · Tag: v1.6.2 · Commit: ba37c31 · Released by: unenglishable

1.6.2 (2019-12-04)
Bug Fixes

    posts: set "start" param to null when saving a post (36bcd23)
    remove threadId from stateParams before location.search (34fc4c7)
    set params.page to lastPage (49b3837)

Quote
1.6.1 (2019-12-03)
Reverts

    Revert "feat: WIP maintain scroll position upon post delete" (e3987af)


Quote
1.6.0 (2019-12-02)
Features

    WIP maintain scroll position upon post delete (4637d78)

Quote
1.5.1 (2019-11-27)
Bug Fixes

    ui display of edit icon for mods in locked thread editing their own post (c835524)

Quote
1.5.0 (2019-11-26)
Bug Fixes

    dont allow toggles to be changed when server dies (8f35e15)
    ui for ignore boards settings (f67e8ab)

Features

    add ui to display list of boards to ignore (e82f80b)
    Bring back list of boards for ignore boards user settings (57e2d4d)
    filter boards that are ignored from thread view (75615d9)
    filter ignored boards from home page view (0f3969c)
    hide category if all boards in cat are ignored (6c2f81f)
    store ignored boards in database (aafc9bc)
    support new user preference ignored_boards (921583c)


Quote
1.4.0 (2019-11-23)
Bug Fixes

    add missing properties for disable_post_edit and fix logic (248c667)
    allow admins/mods to delete/undelete locked posts (8ab0eba)
    bug in ui input for disable_edit_post (3836e81)
    bug where priority mod could not delete/undelete in locked thread (d0f2900)
    controller logic for diable post edit input (32d7c1d)
    fix edit button being availble when thread is locked (9bd7fa9)
    invert switch logic (790e441)
    issue with being able to change thread title when board is locked (75e695c)
    issue with edit button not showing for admins/mods when board post edit is disabled (b08f75c)
    issue with hasPriority passing if user doesnt have supplied permission (8e70ef6)
    issue with thread title being editable while thread is locked (f4eba9b)
    issue with toggle not working (c3ac9c4)
    update input name for disabling post edit on new boards (62c2075)
    update name of input for disabling post editing (6a895bb)
    update owner message when updating posts (9320f31)
    update post locked error message when updating post (b1b4a37)
    update thread locked error message when updating post (cbfe878)

Features

    add authorization checking if post edit is locked for board on post update (2c05624)
    add joi validation for disable_board_edit on board update (1da1ff8)
    add joi validation for disable_post_edit on board create (5016c86)
    disable ui for editing posts if board has editing disabled (8d3b2d5)
    pass board meta to db in board update route (98979a8)
    pass board meta to db method in board create route (911726a)
    query diabled_post_edit in allCategories query (c57184d)
    query disable_post_edit for all boards (a14e7c4)
    return disable_post_edit for boards find query (b8ee204)
    store board.meta in boards create (3c4d00b)
    store board.meta when updating boards (953b8ec)



Quote
1.3.0 (2019-11-21)
Bug Fixes

    delete edit meta when editing own post (eb9bf3f)

Features

    dont show edit message if edited within 10 mins (e952300)
    show who edited post (c3b18ec)
    store edited by information when post is edited (cf9f3c7)

Quote
1.2.0 (2019-11-07)
Bug Fixes

    for drag handle on roles being wonky, fixes #707 (44a91a7)
    order role by priority (ace01c6)

Features

    remove confusing user interface showing priority (27eff23)

Quote
1.1.0 (2019-11-05)
Bug Fixes

    count for user search with modified weight (a097c83)

Features

    add weight to search match to order search results (8337424)
    add weighted search for username in admin panel db methods (058bf84)
    broaden username search lookup and weight by match (e5a4b6e)
    fix admin paging of users to search usernames using weight (d808721)

Quote
1.0.4 (2019-11-04)
Bug Fixes

    for selfmod ui visibility for lock/hide (593ed91)


Quote
1.0.3 (2019-11-04)
Bug Fixes

    broken permissions for posting in locked thread (4330be6)

Quote
1.0.2 (2019-11-01)
Bug Fixes

    circleci: increase no_output_timeout to 20m (199f436)


Quote
1.0.1 (2019-10-31)
Bug Fixes

    run tests in circle build (b821677)

Quote
1.0.0 (2019-10-31)
Bug Fixes

    circleci epoch version epoch:1.0.0 -> v1.0.0 (16315cc)
    docker-compose: epoch:1.0.0 -> epoch:v1.0.0 (9c932e9)
    protractor docker-compose: epoch:1.0.0 -> epoch:v1.0.0 (577efd1)


https://github.com/epochtalk/epochtalk


Title: Re: Epochtalk development overview. Current version:1.6.2 (2019-12-04)
Post by: TheBeardedBaby on December 06, 2019, 01:22:45 AM
Some new updates from today, looks like the development is quite active at the moment. Hope to see a bit more complete software soon.

Quote
1.7.0 (2019-12-05)
Features
add link to post edited by, fixes #721 (1e31fcf)

Quote
1.8.0 (2019-12-06)
Bug Fixes
purge-post: Revert to the correct page when deleting last post on page (0f04ed3), closes #737
Features
Finished, save scroll position when purging posts (419025d)
save scroll pos on post purge WIP (a2746b9)
save scroll position upon post purge, code cleanup (cc79986)
Reverts
Revert "revert: Revert "feat: WIP maintain scroll position upon post delete"" (465f85a)

https://github.com/epochtalk/epochtalk


Title: Re: Epochtalk development overview. Current version:1.8.1(2019-12-04)
Post by: TheBeardedBaby on December 18, 2019, 07:37:33 AM
 New update :

Quote
1.8.1 (2019-12-06)
Bug Fixes
posts: issue with post position being off (15fc96f)

Latest version of the project is 1.8.1.


Title: Re: Epochtalk development overview. Current version:1.8.1(2019-12-04)
Post by: andulolika on December 20, 2019, 04:13:25 AM
Any chance we get 2fa on this forum? Or perhaps I'm missing it.
Will the forum move? As far as I remember epochtalk is a open source software but can't recall if the forum was going to change.

I imagine this is not the right place but had no idea where to write/ask. Will erase after about 24h (short memory)


Title: Re: Epochtalk development overview. Current version:1.8.1(2019-12-04)
Post by: SFR10 on December 20, 2019, 10:09:04 AM
Any chance we get 2fa on this forum? Or perhaps I'm missing it.
On Epochtalk, "Yes"...
  • It's part of "planned features":

Planned Features
 
  • 2-Factor Authentication

Will the forum move?
If you're referring to its domain name, I don't think so [not sure].


Title: Re: Epochtalk development overview. Current version:1.8.1(2019-12-04)
Post by: andulolika on December 21, 2019, 12:59:15 AM
Any chance we get 2fa on this forum? Or perhaps I'm missing it.
On Epochtalk, "Yes"...
  • It's part of "planned features":

Planned Features
 
  • 2-Factor Authentication

Will the forum move?
If you're referring to its domain name, I don't think so [not sure].
I always had thought in the beguinning that the userbase and posts will move to "the new forum" but more than that it created source code for anyone to make their forum, whichs is friggin amazing but that broke expectancies for this forum, and if this is true even more obvious should be the need for 2fa if not even 3fa.


Title: Re: Epochtalk development overview. Current version:1.8.1(2019-12-04)
Post by: Vod on December 21, 2019, 04:08:43 AM
Theymos should make a bug bounty.

https://ostif.org/bug-bounties-what-they-are-and-why-they-work/


Title: Re: Epochtalk development overview. Current version:1.8.1(2019-12-04)
Post by: Rizzrack on December 21, 2019, 11:42:40 AM
Theymos should make a bug bounty.

After all the bitcointalk specific modules are added (still missing a few... bumps etc) I think that would actually help.
I know the forum has been in development for a long time now and maybe some lost their patience but a little community effort/assistance can go a long way.
Give it a try on cryptos currencies (https://www.cryptos-currencies.com) or Coinbistro (https://coinbistro.com) and this will get finished faster. Right now it's pro bonno, but that should not stop anyone IMO. Bug bounty would probably be a good idea after a finished product (or at least 99% ready).


Title: Re: Epochtalk development overview. Current version:1.8.1(2019-12-04)
Post by: Welsh on December 23, 2019, 10:32:29 PM
Any bugs found would likely be appreciated. This is a open source piece of software so usually you just make the developers aware or commit yourself to fix the bug. If you've found an exploit it might be worth contacting theymos directly, and who knows he might give you something for your time. Even if it is just his appreciation.

Probably only worth contacting him over security issues though. See: https://bitcointalk.org/index.php?topic=309785.0


Title: Re: Epochtalk development overview. Current version:1.8.1(2019-12-04)
Post by: TheBeardedBaby on January 29, 2020, 08:29:24 AM
I don't know if anyone is following the Epochtalk development process but here I'm posting the new updates from this year until today, project is still rolling with some minor changes:

Last version is  1.10.0 from yesterday.  
Quote
1.8.2 (2020-01-14)
Bug Fixes

    update copy-webpack-plugin (d94ee34)

Quote
1.9.0 (2020-01-15)
Bug Fixes

    check if directory release version exists (e2c2af4)
    correct link by adding v to version tag (b4688a6)
    fix directory version check for branch with hyphens (f41fcc2)

Features

    display directory release version (da572f4)
    display git release version, if at HEAD (2dd8141)


Quote
1.10.0 (2020-01-28)
Bug Fixes

    update timezone offset when resetting (58435a2)

Features

    add reset timezone offset function in controller (5569b15)
    add save timezone offset function (ed0fa34)
    add timezone offset sign option to settings html (2d8fa87)
    add timezone options to settings html (61a996f)
    add timezone_offset to update user route (112aebe)
    create button for resetting timezone offset (0b1a22b)
    create function to check if timezone offset is valid (56095c9)
    handle timezone_offset in preferences service (3e2ddc2)
    include PreferencesSvc in human-date (eb67350)
    include timezone_offset column in preferences query (a9ac59b)
    include timezone_offset in users db update (2a0c094)
    set initial timezone offset values in controller (9589e97)
    set useful default for tz offset hours (c67a64e)
    set useful default for tz offset minutes (457cbf0)
    set useful default info in tz sign select (e4a179b)
    ept-users/common: add timezone to preferences update query (793174a)
    human-date: initial logic for displaying dates with timezone (01bcd0c)




Title: Re: Epochtalk development overview. Current version:1.8.1(2019-12-04)
Post by: TheBeardedBaby on February 28, 2020, 11:31:24 AM
New update from today :
OP updated as well.

Quote
1.11.0 (2020-02-28)
Bug Fixes

    permissions-upgrade: Fix issue with add and update role routes not swapping back permissions (0796a0e)
    permissions-upgrade: fix issue with custom_permissions not populating when deleted (e67a835)
    permissions-upgrade: fix issue with roles management view not working with null permissions (30c2eb9)
    permissions-upgrade: prevent server error on startup when custom roles permissions are deleted (f772ffe)
    permissions-upgrade: remove unused permission for post lock on user (1316560)

Features

    permissions-upgrade: add deep diff for diffing permissions (b2f92f2)
    permissions-upgrade: fix diff of module permissions on startup (be6eb9f)
    permissions-upgrade: server startup process verifyRoles should now be functional (ae40b51)
    permissions-upgrade: store custom permissions when saving from UI (9964092)
    permissions-upgrade: use deep diff on server startup (eb6e78b)


Title: Re: Epochtalk development overview. Current version:1.11.0 (2020-02-28)
Post by: TheBeardedBaby on March 09, 2020, 10:06:13 AM
New week today and there are already new fixes. The current version of the project is : v1.11.2
Keep on going guys, every version is closer to the main adoption :)

Quote
v1.11.1

Repository: epochtalk/epochtalk · Tag: v1.11.1 · Commit: 92d69a4 · Released by: unenglishable
1.11.1 (2020-03-05)
Bug Fixes

    duplicate-post: lock post submission until submitting finishes, fixes #768 (5c030f8)
    permissions: issue with duplicate ban permissions in admin panel, fixes #759 (f10779c)

Quote
v1.11.2

Repository: epochtalk/epochtalk · Tag: v1.11.2 · Commit: 5216d6c · Released by: unenglishable
1.11.2 (2020-03-05)
Bug Fixes

    user-search: sort secondarily by username when sorting, references #755 (28ac9fa)


Title: Re: Epochtalk development overview. Current version:1.11.2 (2020-03-05)
Post by: TheBeardedBaby on March 20, 2020, 07:59:37 AM
New updates bug fixes and features comming with the new version 1.12.0. Seems like the developent is focused on the patrol feature, which is great.
The project is not dead, same as bitcoin!!

Quote
1.11.3 (2020-03-20)
Bug Fixes

    fix issue with hidden by metadata on post causing permissions issues. fixes #787 (fea55c6)
    show that error is coming from auto moderator (dd5ddf8)

Quote
1.12.0 (2020-03-20)
Bug Fixes

    clone userprefs so inplace modification doesnt change settings (5433750)
    issue with page 404ing when there are no newbie posts (e74d909)
    issue with page scrolling when hiding posts (d948a8c)
    rename delete to hide for newbie post patrol (04d652a)
    scroll to top of page when changing pages of newbie posts (fb0d05e)

Features

    add preference in users settings to allow users to view patroller page (e0f5652)
    bring back mod data with patroller posts (61086f5)
    bring back thread started by username with newbie posts (48dfdd2)
    check that the board we are querying the newbie posts from are viewable by the authed user (09a4ca7)
    initial layout for newbie patrol posts (a913e3c)
    pull information about ignored users for newbie posts (14e332e)
    query board left_to_right when querying newbie posts (0a502b3)
    set online status of users on newbie post page (b1dfbca)
    show breadcrumbs in newbie patroller page (a89fb80)
    show purge action for newbie posts patrol (0c4eb13)
    update db to return from query as separate objects (7ec6478)
    update newbie post query to bring back only needed fields (5f07a04)
    patrol-newbies: create skeleton route,db,controller,view for new patrol newbie view (7314788)
    patroller: add skeleton for public patroller view module (1a5851a)



Title: Re: Epochtalk development overview. Current version:1.12.0 (20.03.2020)
Post by: TheBeardedBaby on March 23, 2020, 12:39:37 PM
New week start with more updates of the development of the project. Seems coronavirus cannot stop the progress :)
Two small updates.
OP updated as well.
   
Quote
v1.12.1

Repository: epochtalk/epochtalk · Tag: v1.12.1 · Commit: 38fe6bd · Released by: unenglishable
1.12.1 (2020-03-20)
Bug Fixes

    edit-thread-title: issue with not being able to edit thread title is now resolved, fixes #772 (38fe6bd)


Quote
v1.12.2

Repository: epochtalk/epochtalk · Tag: v1.12.2 · Commit: 16347cb · Released by: unenglishable
1.12.2 (2020-03-21)
Bug Fixes

    issue with not being able to register new accounts, fixes #794 (f6eed6b)


Title: Re: Epochtalk development overview. Current version:1.12.2 (23.03.2020)
Post by: TheBeardedBaby on May 05, 2020, 01:10:29 PM
No need to discontinue the project (https://bitcointalk.org/index.php?topic=5244842.0),a lot of work was already been done and the things are moving forward slowly. Here is the last update since 23st of March related to the patrol page.

Quote
1.12.3 (2020-05-05)
Bug Fixes

    allow non authenticated users to view patrol page (82b7800)

Quote
1.12.4 (2020-05-05)
Bug Fixes

    patrol-view: fixes #812, parse mentions in patrol view (ca6f846)


Title: Re: Epochtalk development overview. Current version:1.12.4 (05.05.2020)
Post by: TheBeardedBaby on May 11, 2020, 07:17:00 AM
Two new updates from 8th of May.

Quote
1.12.5 (2020-05-08)
Bug Fixes

    issue with kind-of package vulnerability (4096aae)
    issue with minimist high severity vulnerability (34d6bbd)
    security issue with acorn which is used by webpack (6b77464)

Quote
1.12.6 (2020-05-09)
Bug Fixes

    issue with profile url not accepting urls starting with 'www' (e91009e)

OP updates as well :)


Title: Re: Epochtalk development overview. Current version:1.12.6 (09.05.2020)
Post by: TheBeardedBaby on May 12, 2020, 09:38:36 AM
Two new big update from today :)

Quote
1.13.0 (2020-05-11)
Bug Fixes
issue with being able to send message with invalid receivers (f664e0f)
issue with marking conversations read in the ui (99c6e33)
new messages not appearing at top of convo list (995976d)
query read_by_user_ids from conversation not message (46e81e1)
turn messages query into db transaction, fix update of read_by_user_ids (d8b6b1c)
pm: allow users to send messages to themselves (777c12d)
Features
add read by date when creating new messages (104254d)
disallow users from messaging DefaultTrustList (e495a05)
mark pms read after they are queried (b5a3696)
reload the currently selected message when fetching new conversations (628df50)
return read by ids when querying latest messages (04ce033)
store read by data when creating conversation (3bc115d)
update conversation to be only read by message sender when new reply is made (92691a7)

Quote
1.14.0 (2020-05-12)
Bug Fixes
add hash to id of autocomplete-user-id directive, so you can reuse the same component on one page (2ebb31f)
bug with quoting pm's, switch to editor reply mode (53cf6da)
change color of quote button to grey using action class (dee9d08)
issue with getUserIgnored params being swapped (39461c0)
issue with message quote body being undefined (78e649c)
issue with message settings not updating (e876031)
issue with quotes not parsing when slug ids contain "_" (5053908)
issue with typo causing test failure (dc6bec7)
remove unneeded console log (bda3d2b)
spacing in new message email (6b70d1b)
Features
add autocomplete directive to ignore user post (8747225)
add autocomplete username used for messages to mentions ignore (bb26b2f)
add db method for changing messaging email settings (d9ec74b)
add db method for toggling message email settings (0580f84)
add db methods for ignore/unignore messages (e8dcb3c)
add directive for ignoring users via their profile page (ca3e8c3)
add email template for new pm, wip (5afa70c)
add emailer method for new pms (6612cbb)
add hook for ignored messages on user find (c98c14c)
add hook to check if user is ignored before sending messages (ed3cf74)
add ignore messages directive to user profile (d2df5e1)
add ignore user route (8bd403d)
add new messages routes to server (bec6464)
add pageIgnoredUsers route (93d1b4c)
add resources for new ignore message routes (8b9a827)
add route to toggle email settings for messages (a05e8b2)
add route to toggle message email settings (d126cc4)
add routes for getting ignored user data. (bf5983f)
add unignore user route (ccfbf65)
bring back more data on ignored users, ignore users both ways (6ccb127)
bring back subject for new pm email, references #783 (83e5499)
check user prefs before sending email when creating conversation (8d39817)
check user prefs before sending email when creating message (3b38e3e)
handle just author and date for quote bbcode tag (ef205c4)
modify ignore message hook to block both users from sending a message when ignored (4b20ac7)
modify ignore posts directive to work with username autocomplete (3b8335d)
send email to receivers of private messages (fb7c50c)
show message in pm email, wip show subject for replies (7bdcd40)
wip add user lookup for messages ignore (2ed649f)
wip, add directive for modifying messaging settings (019ba6f)
wip, show ignoree that they are being ignored when trying to send message (58b5943)


Title: Re: Epochtalk development overview. Current version:1.14.0 (12.05.2020)
Post by: TheBeardedBaby on May 15, 2020, 09:52:04 PM
Quick update with some fixes.
Quote
1.15.0 (2020-05-15)
Bug Fixes
attempt to rerun test after latest update to epochtalk-api-test (78421fa)
issue with role_name and role_highlight_color causing error (bad2f61)
issue with role_name not being present (8d83aa8)
rerun test (7a91adc)
update to user proper test (b0949d6)
Features
add to find user query for plain english version of role name and highlight color of role (062f8e2)


Title: Re: Epochtalk development overview. Current version:1.15.0 (15.05.2020)
Post by: TheBeardedBaby on May 27, 2020, 09:36:15 PM
New update:
Quote
1.15.1 (2020-05-26)
Bug Fixes
make regex for trust feedback reference more lax, to match the user profile url (0f72ef4)


Title: Re: Epochtalk development overview. Current version:1.15.1 (2020-05-26)
Post by: TheBeardedBaby on May 29, 2020, 12:10:05 PM
Another big update.

Quote
1.16.0 (2020-05-29)
Bug Fixes
bugfix, only show unique message receivers in convo list (9d6393f)
Do not close message editor on error, fixes #833 (99dfdb0)
error message wording for createConversation auth (64803f9)
fixes #831, issue with wrong receiver name in error when blocking messages from a users (ce1f6d5)
issue with all convo members not being listed, fixes #832 (5fbb2c1)
issue with half the settings page being missing (c55f9e9)
issue with setting not sticking on page refresh (6467751)
issue with success showing duplicate usernames if original sender includes themself in list of receipients (f4be091)
only show unique receivers in messages pane (9e666d8)
show newbie alert when page refreshes after nessage reply (4ce5c54)
sort usernames so they appear in the same order, messages view (112a8d9)
wording of error messages in createMessage auth (0c06ca5)
Features
add css to style hover of newbie warning (9e37903)
add db method for enabling/disabling ignore newbie post preferences (32e6e7f)
add hover tooltip to explain newbie warning (9721bf4)
add resource for enabling/disabling newbie messaging (55f612b)
add route to support enabling/disabling newbie messages (cbe42db)
disallow users from sending messages to newbies if they are ignoring them (8bfeef1)
do no process links or youtube videos for newbies (263439c)
do not allow newbies to create messages with members who are ignoring them (282bd02)
do not allow newbies to start convos with members who are ignoring them (f666b9e)
don't show newbie alert message to newbie message sending message (df5f2e9)
hookup backend for toggle newbie messages (399251d)
make it so you cant reply to a newbie if you are currently ignoring them (4b6905a)
pass newbie variable to post processing directive (68e094e)
return if the message sender is a newbie (c773f76)
return user preference for ignored_newbies in getMessageSettings (3cc8e76)
show badge on message coming from newbies (c89b040)
wip add new toggle for ignore newbies in settings page, need to hook up backend (918752b)

And one small one :

Quote
1.16.1 (2020-05-30)
Bug Fixes
issue with wrong avatar being displayed in last post info, fixes #773 (931f0ae)


Title: Re: Epochtalk development overview. Current version:1.16.1 (2020-05-30)
Post by: TheBeardedBaby on June 09, 2020, 07:30:06 AM
For those who still follow my updates, here is the new verion of Epochtalk.

Quote
1.17.0 (2020-06-08)
Features

    fixes #788 copy quote when thread is locked (0885832)
    wip add quote button for when thread is locked which will copy quote (7791dcf)




Title: Re: Epochtalk development overview. Current version:1.17.0 (2020-06-08)
Post by: TheBeardedBaby on June 19, 2020, 10:46:24 PM
I missed somehow the 1.18v.Found it. Here is the two updates.

Quote
1.18.0 (2020-06-17)
Bug Fixes
bug with edit board showing wrong default val for disable post edit (195e012)
for auth for title edit, fix issue with post not rejecting once edit timelimit was reached (d3d0379)
issue with board not showing value previously saved for post edit disable (b38a66d)
issue with thread title not hiding after post edit is disabled (6be492c)
update ui and apply fix for setting edit values of board, wip (1b8f272)
Features
change controls for post edit time constraint (3d36cc7)
check post edit time constraint when checking if user can update post (465a7c1)
update gitignore to ignore themes (2a35c7b)
update post title update route to check time constraint on post edit (768fdd3)
update post update auth to check time constraint on post edit (c746679)

Quote
1.18.1 (2020-06-18)
Bug Fixes
fix but with feedback reference link (d53471c)
fix issue with trust reference links not containing a prefix (7fa8fe7)
for url profile not working without prefix, fixes #842 (272074d)


Title: Re: Epochtalk development overview. Current version:1.19.0 (2020-06-22)
Post by: TheBeardedBaby on June 23, 2020, 11:40:53 AM
Another update, version 1.19 :)

Quote
1.19.0 (2020-06-22)
Features

    implement class on body to indicate when motd is present (1c10a14)



Title: Re: Epochtalk development overview. Current version:1.18.1 (2020-06-18)
Post by: TheBeardedBaby on June 27, 2020, 11:01:25 PM
New version: 1.20.0 :)

Quote
1.20.0 (2020-06-26)
Bug Fixes
bug caused by missing comma in boards create (7c3e25b)
fix for wrong default being selected when editing/creating new board (fa365b0)
issue with disable signature option being inverted (7d78728)
return boolean for disable_signature property on boards (dc1d7a2)
Features
account for new board option disable self mod in board create route (adb21b3)
disable selfmod in ui when board disables it (f2e159f)
hide signatures when they are disabled at the board level, fixes #751 (a65ddf6)
modify board update route to account for new disable selfmod board option (27f762a)
update allCategories to pull new property disable_signature (4ae8d11)
update board all query to pull disable_signature (62dcfba)
update board create route to accept disable_signature (1fe32a2)
update board update route to accept disable_signature (e82bd5a)
update boards all Categories to return disable selfmod option (a5ffeb5)
update boards all to return disable selfmod option (b36882f)
update boards find to bring back disable signature property (db2f2f9)
update boards find to return disable self mod option (151e31c)
update category editor directive to support new selfmod option (5cbace5)
update category editor html to support disable selfmod option for boards (f2e1188)
update category editor to account for new board option disable_signature (fabdc7b)
update html to add new toggle for enable/disable sig (3794a0e)
update nestable boards directive to account for new board option disable_signature (8294e15)
update nestable boards directive to account for new disable selfmod option (14ecd0f)
update nestable categories to account for new selfmod board option (00d8b7b)
update nestable categories to account for new board option disable_signatures (e0c8ebf)
update post controller to have variable indicating if selfmod is enabled or not (1a34827)
update threads create authorization to disallow moderated threads if board disables them (7c2e012)


Title: Re: Epochtalk development overview. Current version:1.20.0 (2020-06-26)
Post by: TheBeardedBaby on June 29, 2020, 11:08:12 PM
And you think that nothing has been done for all those years and so many bitcoins wasted, right?
Completely wrong thoughts.

Quote
1.21.0 (2020-06-29)
Features
add apidoc and apidocmarkdown deps (5aac06a)
add custom template for api docs page (fd49205)
add generated md docs to vuepress, automation todo (f5b628b)
add scripts to package.json to build/dev vuepress docs (5ccc947)
add vuepress (7e1f259)
implement build scripts to build api docs and vuepress (31a8b31)


Title: Re: Epochtalk development overview. Current version:1.21.0 (2020-06-29)
Post by: TheBeardedBaby on July 10, 2020, 06:03:33 PM
New release :

Quote
1.22.1 (2020-07-09)
Bug Fixes
breadcrumbs fix, wip not sure if this is the right way to do this (c4d5909)
correct fix for breadcrumbs issue, side affect of sortable threads new query params (1afa7ed)


Title: Re: Epochtalk development overview. Current version:1.22.1 (2020-07-09)
Post by: TheBeardedBaby on July 11, 2020, 08:06:14 AM
Fresh new update :)

Quote
1.23.0 (2020-07-11)
Features
apply unlock to UI (fa22db0)
delete locked_at when unlocking post (74dbeac)
show locked by date in ui (854120c)
show who locked post (cd9d9ff)
store lock date when post is locked (08f2efc)
store locked by username when post is locked (98c1234)
update ui when locking post (bd87ebc)


Title: Re: Epochtalk development overview. Current version:1.23.0 (2020-07-11)
Post by: TheBeardedBaby on July 15, 2020, 06:59:50 AM
Another new verison from today :)
Quote
1.24.0 (2020-07-14)
Features

    add raw url incase its blocked by email client, fixes #752 (24b7cfd)



Title: Re: Epochtalk development overview. Current version:1.24.0 (2020-07-14)
Post by: TheBeardedBaby on July 21, 2020, 09:25:37 PM
There's a new version :)
Cheers :)
Quote
1.25.0 (2020-07-21)
Bug Fixes
issue with draft status not clearing after message appears (97050d2)
Features
add db method for querying post draft by user id (d615417)
add db method for upserting post drafts (4a8d11b)
add resource for updating/retrieving drafts (3374e70)
allow null for draft, in order to clear out users current draft (12f0988)
clear out draft after post is created (e3bf192)
create route to update post drafts (a956c61)
display draft status in editor (d96ba80)
dont save draft if it hasnt changed (59c94cc)
load draft on editor open (59e1328)
route for getting post draft now functional (ba56180)
update to use latest version of epoch (e111b6c)


Title: Re: Epochtalk development overview. Current version:1.24.0 (2020-07-14)
Post by: TheBeardedBaby on July 24, 2020, 10:24:45 AM
New version :)

Quote
1.26.0 (2020-07-24)
Bug Fixes
typo in messages db index (df6b66c)
typo in messages resource (cd52b7e)
Features
add editorConvoMode and exitSwitch properties to the message editor (b78c6db)
clear message draft data once reply or convo is made (7b14721)
implement routes for fetching and updating message drafts (237b7a4)
support editorConvoMode and import Messages (8257e77)
update compose filesto use latest version of epoch (1f35ab2)
update editor directive to support both message and post drafts (340bc00)
update resource for messages to include draft routes (482e1cd)


Title: Re: Epochtalk development overview. Current version:1.26.0 (2020-07-24)
Post by: TheBeardedBaby on July 26, 2020, 10:31:33 PM
Another update. :)
Quote
1.26.1 (2020-07-25)
Bug Fixes
clear draft when posting thread (918c143)


Title: Re: Epochtalk development overview. Current version:1.26.1 (2020-07-25)
Post by: TheBeardedBaby on August 18, 2020, 01:24:57 PM
There are two new releases of the Epochtalk which came out recently.
The last version is : 1.26.3
Quote
1.26.2 (2020-08-18)
Bug Fixes

    security issue with serialize javascript dependency (3866c60)

Quote
1.26.3 (2020-08-18)
Bug Fixes

    modify resolve of package json to fix security flaw with dot-prop dep (7d980d9)

In addition to the previouse updates, here are three more. So instead of creating new post, just edited the last one and the OP :)

Quote
1.26.4 (2020-08-18)
Bug Fixes

    issue with sort order of threads being wrong when clicking thread link from boards view (362f1f7)


Quote
Bronson Oka <notifications@github.com>
   
Tue, 18 Aug, 23:17 (12 hours ago)
   
to epochtalk/epochtalk, Subscribed

v1.27.0

Repository: epochtalk/epochtalk · Tag: v1.27.0 · Commit: fc29daa · Released by: unenglishable
1.27.0 (2020-08-18)
Bug Fixes

    issue with threads viewed not working (c590eda)

Features

    add regex validation to meta-byThreads and slugToThreadId (3111cb2)
    add route to convert slug to id (fed1d2a)
    add slugify dependency (6fb230f)
    add slugify to webpack (353e441)
    fix issue with breadcrumbs not working after slugs (c293e44)
    handle slug conflict on insert (3f738e8)
    modify compose files to test with new epoch branch (36b8c12)
    update compose file to match latest epoch release (3eb9742)
    update patrol route to work with slugs (9621567)



Quote
1.27.1 (2020-08-19)
Bug Fixes

    issue with breadcrumbs breaking with titles with the percent sign in them (fbb551b)



Title: Re: Epochtalk development overview. Current version:1.27.1 (2020-08-19)
Post by: TheBeardedBaby on August 24, 2020, 08:53:02 AM
I missed that one. There you go :)
Quote
1.27.2 (2020-08-20)
Bug Fixes

    fix security issue with bcrypt (d8892c7)



Title: Re: Epochtalk development overview. Current version:1.27.2 (2020-08-20)
Post by: examplens on August 25, 2020, 09:59:23 AM
is there a version of the software with all the updates installed somewhere? I want to try it. I can install it on my server, but I am afraid I will lose curiosity.  ;D
is there any estimated time, when it is expected to be finished if it is ever possible to complete any software?


Title: Re: Epochtalk development overview. Current version:1.27.2 (2020-08-20)
Post by: Rizzrack on August 25, 2020, 10:46:00 AM
is there a version of the software with all the updates installed somewhere? I want to try it. I can install it on my server, but I am afraid I will lose curiosity.  ;D

Here are the releases: https://github.com/epochtalk/epochtalk/releases

I would recommend v1.26.4 (https://github.com/epochtalk/epochtalk/releases/tag/v1.26.4) or wait a bit more so they finish the slugs for boards (https://github.com/epochtalk/epochtalk/commits/board-slugs) (human readable paths for pages) and install the next one coming out.

is there any estimated time, when it is expected to be finished if it is ever possible to complete any software?

No official ETA but might be earlier than many think (fingers crossed) ;)


Title: Re: Epochtalk development overview. Current version:1.27.2 (2020-08-20)
Post by: TheBeardedBaby on August 25, 2020, 12:38:55 PM
is there a version of the software with all the updates installed somewhere? I want to try it. I can install it on my server, but I am afraid I will lose curiosity.  ;D
is there any estimated time, when it is expected to be finished if it is ever possible to complete any software?


I think you are looking for something like the https://coinbistro.com you can see how the software looks and feels like but I don't know how updated is, the last time I asked was on 1.26.1 If I remember correctly so I guess they are keeping it up to date :)
Good luck :)


Title: Re: Epochtalk development overview. Current version:1.27.2 (2020-08-20)
Post by: dkbit98 on August 25, 2020, 08:40:24 PM
Testing epochtalk in Coinbistro, and I must say I am not impressed so far, and same opinion share other members from our local board.
We are also waiting for days for our local test board opening there.  :D
It needs bigger scale testing and feedback from more people.


Title: Re: Epochtalk development overview. Current version:1.27.2 (2020-08-20)
Post by: TheBeardedBaby on August 26, 2020, 06:47:05 AM
New version from today :)

Quote
1.28.0 (2020-08-26)
Bug Fixes

    attempt to fix tests for board creation/deletion (5d746cc)
    issue with boards create since slugs were added (45dff88)
    issue with breadcrumbs after adding board slugs (5d5e538)
    retrigger tests (d8b9028)
    update compose files to point to board-slugs branch (1482359)

Features

    update compose files to point to current api tests and epoch releases (266c139)


Title: Re: Epochtalk development overview. Current version:1.28.0 (2020-08-26)
Post by: TheBeardedBaby on September 03, 2020, 08:20:22 AM
Keeping it updated >

Quote
1.28.1 (2020-09-01)
Bug Fixes

    handle foreign characters, assign random hash for slug can add pinyin support later if necessary, references #890 (ecb205c)
    issue with asterisk being allowed in slugs, references #890 (a0d7d49)
    issue with duplicate tildes in slugs, references #890 (f89e238)
    issue with error upon thread purge references #890 (8d08c24)


Quote
1.28.2 (2020-09-02)
Bug Fixes

    for thread/board slugs (acb0355)




Title: Re: Epochtalk development overview. Current version:1.28.2 (2020-09-02)
Post by: TheBeardedBaby on September 15, 2020, 01:35:47 AM
New update from today, also some old versions from some days ago.
We are moving forward.

Quote
1.29.0 (2020-09-11)
Bug Fixes
client/layout/login: check google credentials (e08b548)
access config variables in forumData (8089456)
Features
code cleanup (652fb2f)
fix sign up flow, hide google sign in if creds arent provided (a5fffca)
implement google sign out (e7059e9)
implement login with google (06646db)
move app domain into env variable (97a9fe7)
prompt user for username when registering with google (fc0c819)
rename googleLogin to googleAuth (b1234e6)
show error when trying to log in with google in incognito mode (ac7a400)
update docs for login with google (1d993f7)
config: add google api key/cient id (b7092dd)
example.env: add google api key/client id (95bd588)
public/index.js: add google_client_id/_api_key (b5ca123)
set avatar and name when creating account with google (4833aaa)
update code to supply client id and api key in all views (00bc25a)
server/routes/index: add google api config (4bc4719)

Quote
1.30.0 (2020-09-15)
Features
prompt for account login when hitting the sign in with google on the register modal (26ce1bd)

Quote
1.31.0 (2020-09-15)
Features
fix hapi issue reported by dependabot (0b976fa)


Title: Re: Epochtalk development overview. Current version:1.31.0 (2020-09-15)
Post by: TheBeardedBaby on September 18, 2020, 09:28:33 PM
Some new updates,mostly bug fixes :)
Quote
1.31.1 (2020-09-17)
Bug Fixes

    for issue with validation not working in SSO registration modal, fixes #905 (88651e0)



Quote
1.31.2 (2020-09-18)
Bug Fixes

    issue with getting 503 when private forum is enabled, fixes #903 (f421780)



Quote
1.31.3 (2020-09-18)
Bug Fixes

    issue with image upload giving 415, fixes #908 (77a9161)



Title: Re: Epochtalk development overview. Current version:1.31.3 (2020-09-18)
Post by: TheBeardedBaby on September 23, 2020, 06:49:34 AM
New update:
Quote
1.32.0 (2020-09-19)
Features
fix issue with recent threads showing threads in ignored boards (0878bf2)


Title: Re: Epochtalk development overview. Current version:1.32.0 (2020-09-19)
Post by: TheBeardedBaby on September 29, 2020, 08:50:21 PM
Here are a few more releases :

Quote
1.32.1 (2020-09-22)
Bug Fixes
disallow special characters in slug, fixes #890 (17973a5)
issue with characters causing quotes not to work, fixes #890 (03c30cd)
issue with quotes still using thread id (7004e1e)

Quote
1.32.2 (2020-09-25)
Bug Fixes
issue with selfclosing br and hr tags in quotes, fixes #912 (31da4b1)

Quote
1.32.3 (2020-09-25)
Bug Fixes
issue with multiple self closing tags in one post (a4ca60e)

Quote
1.32.4 (2020-09-28)
Bug Fixes
issue with some modals not closing, fixes #925 (e46dd15)

Quote
1.32.5 (2020-09-29)
Bug Fixes
issue with signature being cleared when hitting certain routes. fixes #929 (a636fdc)


Title: Re: Epochtalk development overview. Current version:1.32.5 (2020-09-29)
Post by: TheBeardedBaby on October 05, 2020, 01:31:59 PM
For those who are following my thread here are some new updates:

Quote
1.32.6 (2020-10-02)
Bug Fixes

    issue with images not workin in nested bbcode elements, fixes #940 (e3db85d)

Quote
1.32.7 (2020-10-02)
Bug Fixes

    issue with mentions working inside the code bbcode tag, fixes #935 (8a3b640)


Quote
1.32.8 (2020-10-02)
Bug Fixes

    issue with age calculation not accounting for leap years (096a525)


Quote
1.32.9 (2020-10-02)
Bug Fixes

    issue with page not reloading when websocket logs out another tab (69c9199)

Quote
1.32.10 (2020-10-03)
Bug Fixes

    for issue with goto page not working, fixes #951 (2fb294e)



Title: Re: Epochtalk development overview. Current version:1.32.10 (2020-10-03)
Post by: TheBeardedBaby on October 07, 2020, 06:09:31 AM
There are some more updates from the past days :

Quote
1.32.11 (2020-10-05)
Bug Fixes

    issue with threads by user getting a 503, fixes #960 (36d9a5d)


Quote
1.32.12 (2020-10-05)
Bug Fixes

    issue with not being able to clear out signature, fixes #955 (7d4752d)


Quote
1.32.13 (2020-10-06)
Bug Fixes

    issue with urls without protocols turning into hash, fixes #956 (9f1872a)


Quote
1.32.14 (2020-10-07)
Bug Fixes

    attempt fix for post highlight, references #947 (1dab923)



Title: Re: Epochtalk development overview. Current version:1.32.14 (2020-10-07)
Post by: TheBeardedBaby on October 13, 2020, 06:07:08 AM
Another batch of updates:

Quote
1.32.15 (2020-10-08)
Bug Fixes
issue with newlines being doubled after going through md parser, fixes #974 (a4578a4)

Quote
1.32.16 (2020-10-08)
Bug Fixes
issue with age calculation, references #969 (405669a)

Quote
1.32.17 (2020-10-08)
Bug Fixes
issue with last post data in boards view, fixes #973 (bdf0afd)

Quote
1.32.18 (2020-10-09)
Bug Fixes
issue with jump to page not working in profile view, fixes #970 (2001f57)

Quote
1.32.19 (2020-10-09)
Bug Fixes
issue with certain characters not displaying in profile fields, fixes #972 (1a2e341)
issue with profile link not accepting links without protocol, fixes #971 (518451c)

Quote
1.32.20 (2020-10-12)
Bug Fixes
update post search vector when post is updated, references #975 (a22f160)

Quote
1.32.21 (2020-10-13)
Bug Fixes
attempt to fix scroll to post (643908a)


Title: Re: Epochtalk development overview. Current version:1.32.21 (2020-10-13)
Post by: TheBeardedBaby on October 14, 2020, 11:33:59 PM
Some more updates :

Quote
1.32.22 (2020-10-13)
Bug Fixes
issue with line after quotes being truncated, references #993 (67ddbd7)

Quote
1.32.23 (2020-10-14)
Bug Fixes
set a 100kb limit on avatar uploads, references #995 (14026ab)


Title: Re: Epochtalk development overview. Current version:1.32.23 (2020-10-14)
Post by: TheBeardedBaby on October 20, 2020, 07:37:57 AM
More updates, and more than 1000 issues now fixed.
Good work everyone, let's keep reporting bugs :)

Quote
1.32.24 (2020-10-16)
Bug Fixes
color tag spacing fix, references #999 (5ba4bee)
issue with regex matching . as any character, references #1003 (eba4739)
issue with replacing mentions with links in post processor (c670658)
issue with title of thread not updating when clicking quote header, references #990 (e70ee1e)

Quote
1.32.25 (2020-10-17)
Bug Fixes
issue with spaces breaking url tag, fixes #1008 (0630908)

Quote
1.32.26 (2020-10-17)
Bug Fixes
editor focus should now be at the beginning of the post when editing, fixes #1012 (c2ca6ed)

Quote
1.32.27 (2020-10-17)
Bug Fixes
issue with parser causing - and = to disappear after going through md parser, references #1010 (5e5b0b8)

Quote
1.32.28 (2020-10-19)
Bug Fixes
issue with mentions with caps not working, references #1018 (2d5531b)

Quote
1.32.29 (2020-10-20)
Bug Fixes
issue with bbcode rendering inside markdown code tag (65140da)
issue with url tag not accepting links with exclamation marks, references #1027 (a4f0fe9)


Title: Re: Epochtalk development overview. Current version:1.32.29 (2020-10-20)
Post by: mole0815 on October 24, 2020, 04:39:42 PM
Is it just me or would further development and bugfixing be much faster since a while?
Or has it always been going so well and it only seems that way since I've been coming here regularly? :)


Title: Re: Epochtalk development overview. Current version:1.32.29 (2020-10-20)
Post by: TheBeardedBaby on October 24, 2020, 09:45:26 PM
Is it just me or would further development and bugfixing be much faster since a while?
Or has it always been going so well and it only seems that way since I've been coming here regularly? :)

I picked up the project development not so long ago and I'm following it since then and I can tell you that there is activity every single day. Just join the Discord server and follow the Epochtalk section, there's a bot posting all the updates there. Every single day there are from 1 to 7-8 fixes so there is much going on that front even if it looks quiet. That's why I made this thread to show how the things with the software development are. Theymos spent quite some BTC for it so it deserves a bit more popularity.

HEre are the last updates:

Quote
1.32.30 (2020-10-21)
Bug Fixes
filter deleted posts from profile UI (dcd36d5)

Quote
1.33.0 (2020-10-21)
Bug Fixes
ept-posts/routes/search: don't process post if _deleted (2436bf1)
ept-posts/routes/search: use common.cleanPosts during search (a51cb05)
Features
ept-posts/auth/search: return viewDeleted for posts (8faffdc)
ept-posts/db/search: return p.deleted (0b856a0)
ept-posts/routes/search: use viewDeleted info in viewables (26c989d)


Quote
v1.33.1
Repository: epochtalk/epochtalk · Tag: v1.33.1 · Commit: a676bdb · Released by: unenglishable

1.33.1 (2020-10-22)
Bug Fixes
issue with maxImageSize not being defined, references #1039 (b9ccb1c)

Quote
1.33.2 (2020-10-23)
Bug Fixes
issue with report routes taking reporting user id from frontend (bd23284)

Quote
1.33.3 (2020-10-24)
Bug Fixes
issue when copying quotes with thread link still using id (0f3d7b8)
issue with mentions email still using thread id instead of slug (8e3dd81)
issue with post update notifications still using thread id instead of thread slug (32f0fc4)
issue with thread notification email still using thread id, references #1045 (6b1ca05)



Title: Re: Epochtalk development overview. Current version:1.32.29 (2020-10-20)
Post by: TheBeardedBaby on November 03, 2020, 12:14:48 PM
Time for new updates :

Quote
1.33.4 (2020-10-26)
Bug Fixes

    add logged in check to quote button (1f07104)


Quote
1.33.5 (2020-10-26)
Bug Fixes

    replace \p{L} with javascript equivalent expansion (9cf2d3f)
    user/update: modify route to accept any language for website (9428fdd)


Quote
1.33.6 (2020-10-27)
Bug Fixes

    allow users to report posts/users more than once (9f82c4b)
    issue with report post option disappearing after closing modal, references #988 (eba5721)
    remove check for multiple reports on messages (8251132)


Quote
1.33.7 (2020-10-28)
Bug Fixes

    issue with invalid avatar upload crashing server, references #1052 (0251b96)


Quote
1.34.0 (2020-10-31)
Bug Fixes

    replace hotlinks with cdn links (e2ca60e)
    resolve/reject on client.upload (4697968)
    ept-images/plugins/s3: return resolve() (22e6569)
    correct promise chain in s3.saveImage (1a2d3c5)

Features

    (temporarily) catch error from uploadImage in saveImage (7dd0b79)
    return boom error when avatar image hotlink fails (a62afae)
    images/plugins/s3: promisify uploadImage (ea70b84)


Quote
1.35.0 (2020-11-03)
Bug Fixes

    return Promise.resolve when img tag is empty or bad input (697c4c8)

Features

    modify bbcode url regex to allow languages (115ddcc)



Title: Re: Epochtalk development overview. Current version:1.35.0 (2020-11-03)
Post by: TheBeardedBaby on November 10, 2020, 11:58:25 AM
Another weekly update:

Quote
1.35.1 (2020-11-03)
Bug Fixes
issue with numbers not working after .com, fixes #1084 (6274590)

Quote
1.35.2 (2020-11-07)
Bug Fixes
issue with avatar and logo being able to be deleted by referencing in post, fixes #1079 (98fd4ed)

Quote
1.35.3 (2020-11-09)
Bug Fixes
issue with images less than 1kb not uploading to s3, fixes #984 (2a3f8b2)

Quote
1.35.4 (2020-11-09)
Bug Fixes
images in private messages (1350aaa)


Title: Re: Epochtalk development overview. Current version:1.35.4 (2020-11-09)
Post by: TheBeardedBaby on November 27, 2020, 01:07:16 PM
Not so many new releases lately, that's why I haven't updated this thread for the past two weeks.
I got some info from Cyrus:
Quote
They're currently porting some of the codebase to a different framework, which will be merged into the repos at some point, that's why you don't see activity in the main repos right now.
That's all we got.
Quote
1.35.5 (2020-11-10)
Bug Fixes
show error when there is a MIME type mismatch and dont allow upload,fixes #1099 (5a9390a)

Quote
1.35.6 (2020-11-11)
Bug Fixes
return true in saveImage when no imgSrc available (8ce7a50)