Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Collapse)Author
2022-11-10style: use password dot unicode character for password placeholderfix/change-link-passwordPouria Ezzati
2021-12-03feat: change link passwordzzwt
2021-04-06Add Front End Testing:dependabot[bot]
1. Added JEST test support 2. Upgraded some dependencies (mainly typescript and eslint-typescript) 3. Replaced mocha with jest (as jest works better with TS) 4. Fixed .eslintrc to match the new eslint-typescript version 5. ADD two sample tests (footer.test.tsx and shortener.test.tsx)
2020-09-19Merge branches 'develop' and 'develop' of github.com:thedevs-network/kutt ↵poeti8
into develop
2020-09-19feat: add change email functionalitypoeti8
2020-08-29Upgrade to sentry (#374)John Clark
2020-08-09feat: add disallow registration and anonymous links optionpoeti8
Resolves #290, #210, #34
2020-08-05fix: description input width on small screenpoeti8
2020-08-04feat: add link expirationpoeti8
2020-07-30fix: do not execute recaptcha if no site keypoeti8
2020-07-29feat: only use recaptcha if value exists.poeti8
Resolves #357.
2020-07-25feat: use nextjs public config instead of webpack envpoeti8
2020-07-20feat: Add description for links fix #51 (#342)glenn-louarn
* ✨ Add description for links fix #51 * feat: show description under original link * feat: make advanced options input full-width * fix: showing newly created link in the table * fix: improve edit form style * feat: add description migration * fix: make description type optional Co-authored-by: poeti8 <ezzati.upt@gmail.com>
2020-07-18chore: add Oxford comma (#351)Saharsh Yeruva
Previously, the Oxford comma was not being used here. Although a minor change, the addition of an Oxford comma would make it clearer to readers the message that is being conveyed. Closes #350
2020-07-14feat: allow multiple custom domains (#317)Hugo
* add migration to remove unique constraint on user_id in domains table * add migration to add uuid field to domains table * run latest migrations on start, rather than next migration * allow client to show multiple domains * remove domains from redis when they are deleted
2020-07-14Fix responsive design in LinksTable.tsx (#335)Dev Chinchilla
2020-05-31fix: remove $ typopoeti8
2020-05-31Fix modal should create with portal (#318)Herman Ho
2020-02-24fix: map colorspoeti8
2020-02-24fix: transparent issue in safaripoeti8
2020-02-23Revert "fix: add key to modals"poeti8
This reverts commit c03104fa6747f5ce9e631d229814773104134fe7.
2020-02-23fix: add key to modalspoeti8
2020-02-23feat: add map chartpoeti8
2020-02-22feat: add api to update linkspoeti8
Resolves #79
2020-02-22fix: unique id as keypoeti8
2020-02-15docs: update api docs linkpoeti8
2020-02-15feat: add modal to delete accountpoeti8
2020-02-15fix: renamge password fill to make sure it's not being auto-fileldpoeti8
2020-02-15fix: disable password auto-completepoeti8
2020-02-15feat: add delete account section to settingspoeti8
2020-02-05feat: use env for name and domain textpoeti8
2020-01-30feat: api v2poeti8
2020-01-11feat: (wip) api v3poeti8
2020-01-06refactor: improve layoutpoeti8
2020-01-06refactor: improve responsivenesspoeti8
2020-01-04fix: improve responsivenesspoeti8
2020-01-04fix: exporting buttonpoeti8
2020-01-04refactor: icons and layoutpoeti8
2020-01-03fix: various react warningspoeti8
2020-01-03fix: log page view on first visitpoeti8
2020-01-03fix: remove unneeded js filepoeti8
2020-01-03fix: sending ga analyticspoeti8
2020-01-02fix: recaptchapoeti8
2020-01-02fix: move config to root folderpoeti8
2020-01-02fix: delete unusedpoeti8
2020-01-02feat: refactor client and improve design (#260)Pouria Ezzati
* refactor: (wip) * refactor: finish settings, add icons and stuff * 🐬 * 🐬 * 2.2.0
2019-12-03fix: update server ip addresspoeti8
2019-10-09Fix showing incorrect statspoeti8
2019-10-08[v2-beta] Move from Neo4j to Postgres, use TypeScript for server. Fixes ↵Pouria Ezzati
#217, #197, #190, #75 (#220) * Disable underscore-dangle rule * Add mongoose package * Use mongodb for auth queries * Move to MongoDB and TypeScript * Init plan * Update steps * Update config * :boom: Move to Postgres from MongoDB * Remove unused * Improve migration scripts * Decrease concurrent connections * Add skip and fix query * Add migration guide * Increase cahr limit to 1023 * Decrease target limit to 1023 * Update migration guid with important note * Update example with new env vars * Update with v2 guides * Fix migrating visit referrers * Add script to delete duplicated visit relationship * Add shortUrl to link response for backward compatibility * Linting * Fix creating anonymous links * Fix IP cooldown not working * Fix deleting links by deleting visits of links first * Fix and improve links migration script * Add fail note to migration * 2.0.0 * Fix main path * Fix limit when getting list of links * Improve table nav buttons clicking and listing * Return countAll as number instead of string * Fix proptype warning * Fix not authenticating user on initial load. Fixes #71
2019-08-08Fix typoCelestino Bellone
Removed typo "containting" -> "containing"