aboutsummaryrefslogtreecommitdiff
path: root/go-src
Commit message (Collapse)AuthorAgeFilesLines
* Added README for go-srcHEADmainSyndamia2021-09-111-0/+13
|
* Removed password hashing obligationSyndamia2021-09-111-2/+0
|
* Updated chats help message to include information about editing shortcutSyndamia2021-09-111-1/+1
|
* Implemented editing chatsSyndamia2021-09-114-14/+133
|
* Fixed validatedMultiForm returning a too general error when password check failsSyndamia2021-09-111-0/+6
|
* Fixed formWindow skipping values before the last wrongly inputted valueSyndamia2021-09-112-22/+18
|
* Fixed comlex input actions defering with wrong values on invalid left and ↵Syndamia2021-09-112-5/+7
| | | | right page navigation
* Updated user props namesSyndamia2021-09-112-8/+8
|
* Implemented chat property updatingSyndamia2021-09-111-0/+57
|
* Abstracted logic for updating multiple properties with password validation ↵Syndamia2021-09-112-27/+48
| | | | (for each)
* Abstracted if-else logic for changing page and entering number/text input ↵Syndamia2021-09-112-40/+41
| | | | value in chats page
* Implemented direct messagesSyndamia2021-09-105-4/+207
|
* Abstracted some OS file and folder functionality in utilsSyndamia2021-09-102-5/+20
|
* Implemented help message for account page and put in proper chatWindow help ↵Syndamia2021-07-232-4/+12
| | | | message
* Reworked user functions into methods, properly implemented account updatingSyndamia2021-07-234-66/+88
|
* Roughly implemented account name changeSyndamia2021-07-232-3/+29
|
* Improved password updating formattingSyndamia2021-07-221-13/+15
|
* Very roughly implemented password updatingSyndamia2021-07-224-10/+59
|
* Improved chats code structure and implemented going to chat via nameSyndamia2021-07-221-17/+15
|
* Moved ctfcMath functionality to utilsSyndamia2021-07-224-19/+16
|
* Implemented chats page number selection and fixed initPaginatiedValues functionSyndamia2021-07-222-8/+25
|
* Implemented username exitence validation for loginSyndamia2021-07-222-0/+8
|
* Moved a lot of window strings to their own fileSyndamia2021-07-222-24/+59
|
* Moved some stuff from windows.go to windowsHelpers.go, implemented some ↵Syndamia2021-07-223-114/+130
| | | | consistency and code organization improvements
* Improved printing multiple fields workflow, implemented routine pagination ↵Syndamia2021-07-223-40/+106
| | | | in chats window, implemented routine pagination supoprt for help line
* Improved structure and added commentsSyndamia2021-07-224-93/+173
|
* Moved chat pagination and real time updating to it's own package, ↵Syndamia2021-07-224-65/+119
| | | | implemeneted pagination navigation
* Implemented a very hardcoded way for chat message pagination and real time ↵Syndamia2021-07-212-5/+55
| | | | updating
* Implemented sending chat messages and implemented chat UISyndamia2021-07-093-10/+30
|
* Implemented number handling in chats page and showing all chats in chat pageSyndamia2021-07-095-12/+62
|
* Implemented validation of existance of username and chat name on creationSyndamia2021-07-093-0/+25
|
* Implemented going back in pages that use forms and implemented basic ↵Syndamia2021-07-094-10/+102
| | | | creation and getting of chats
* Implemented user logging outSyndamia2021-07-092-1/+28
|
* Fixed resiter window screen clearing and simplified showhelpSyndamia2021-07-091-4/+1
|
* Updated startup window to utilise handlInputActions and moved form logic ↵Syndamia2021-07-091-57/+57
| | | | from login and register windows to a separate function
* Reworked ui to print it's own values (than having windows print those values)Syndamia2021-07-092-53/+52
|
* Implemented a very basic chats windowSyndamia2021-07-092-3/+54
|
* Fixed user login password validationSyndamia2021-07-091-1/+1
|
* Changed file structure and implemented rester file creation and login checkSyndamia2021-07-059-89/+196
|
* Slight code styling changes to windows codeSyndamia2021-07-051-6/+4
|
* Implemented data validations for window inputs and improved how registration ↵Syndamia2021-07-053-18/+86
| | | | window functions
* Implemented go startup, login and register windows, as well as "error" handlingSyndamia2021-07-054-11/+110
|
* Fixed go module nameSyndamia2021-07-054-4/+4
|
* Implemented text, input and numbered fields and improved structureSyndamia2021-07-055-20/+61
|
* Started work on go implementation of exercise; Implemented the error box and ↵Syndamia2021-07-044-0/+120
normal box generators