Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/logchimp/logchimp

Track your customers feedback to build better products with LogChimp. ⭐️ Star to support our work!
https://github.com/logchimp/logchimp

Create CODEOWNERS

4db8c96de5c45f2b8be0c39dbb0e1d9505754a16 authored over 4 years ago
Owner onboarding flow (#77)

* create isSetup route

"/auth/isSetup` route validates the if there is an user with "isOwner"...

128700d20ad22548b743b06c49aecaf8856b3d7f authored over 4 years ago
Bump pg from 8.3.2 to 8.3.3 (#75)

Bumps [pg](https://github.com/brianc/node-postgres) from 8.3.2 to 8.3.3.
- [Release notes](http...

5b305f4abc82458b577f49a798fe00340a3afaa9 authored over 4 years ago
Bump sass-loader from 10.0.0 to 10.0.1 (#76)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 10.0.0 to 10.0.1.
- [R...

bc77f7901925fd94994d9253a917242a2d9ca092 authored over 4 years ago
Rename src to frontend directory (#73)

* Split package.json using yarn workspaces

* Move client to frontend directory

* Add path ...

500cb73c1ee1f85cf77940e9a3835e6e7d5ebf6b authored over 4 years ago
Release version 0.1.0

b9e11266a68ddc2672e54fcfeb59bed8f656db94 authored over 4 years ago
use dotenv package for environment variable

8346749e51ace332f237e1a3b63e88747d90c3c1 authored over 4 years ago
Add DB port to knex db connection

114f32ba555ed97989e807f20030cde3d02a4758 authored over 4 years ago
Updated README to fix project name (#71)

Co-authored-by: Kaushik Veluru <[email protected]>

e435b241091ec8e2f730a891cb052091eaa0fb49 authored over 4 years ago
fix: Post component margins

e6618dd4c4d0b0beaf38ad2249ebd86ccdd14043 authored over 4 years ago
Remove 'a' link underline

a1a12f49b374964efcddb23ef77d9521a3f9d293 authored over 4 years ago
Change font to 'Inter'

c45ff63502379f4c727f6bdc1e55b363e8212413 authored over 4 years ago
Disable text selection on vote component

1f61d94605e304f34416a186fa749f0e8a6409b6 authored over 4 years ago
Disable text selection on button

c5437b8a51697bd40798c0e8f0f3292769fe87cc authored over 4 years ago
Set border color on input focus

f4147c3c6da580262378f1b98f0cf6d08014507c authored over 4 years ago
fix: remove underline on header logo

Remove active route underline in header on logo.

fce11663c6d347c419a9682c88ecdb3d60850873 authored over 4 years ago
Send missing token alert

Reference: https://github.com/logchimp/logchimp/commit/9b654b9ce701f1397facef57319c4a241f3ef03b

b4bbc59e9097ac7bf942d5cc34e5e508bb54838b authored over 4 years ago
fix: set if condition on token variable

Send 403 status code on missing token.

9b654b9ce701f1397facef57319c4a241f3ef03b authored over 4 years ago
Voting (Frontend & APIs) (#70)

* Add author vote on creating post

* Remove 'updatedAt' column from votes table

* Pass 'po...

ec7aa6e3efe6ebfdbbbff3110e7a2849774ad75e authored over 4 years ago
Pagination (#69)

* Install [email protected] package

* Add pagination to filterPost controller

* C...

132466fee8507b763194ef5f42f6813baef3b67a authored over 4 years ago
Handle form submission using 'Enter'

Add keyup.enter handler to input field.

ab4e580a520070244d1b9b41bb64b18a36632d6e authored over 4 years ago
Add error message to input fields

6d95c1268c19d6944bd92aafb3e7937584f631a1 authored over 4 years ago
Show error in input field

56a3d64095057fa84d6d73a3620d7ae20c3169a6 authored over 4 years ago
Add label to input field

3ecd5e9c05d90559883e0800c3505d53e5529b06 authored over 4 years ago
Alerts (#68)

* Create alerts vuex store

* Create Alert component

* Show all alerts in App.vue

* Add ...

8b181675b0b6b45830c271a24e21e40d50c5870f authored over 4 years ago
Bump sass-loader from 9.0.3 to 10.0.0 (#67)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 9.0.3 to 10.0.0.
- [Re...

15226340b07340c7aed9e46573c001758e7a9013 authored over 4 years ago
Enable 'prettier/prettier' rules as 'warn'

8fde8941431123c268e7285024aa6abe85ec507f authored over 4 years ago
Show editPost option to post author only

a4b4d5ed3d5c038170328e053dd521cb9e0e2e89 authored over 4 years ago
Remove deletePost option

3e667e7a956551adb0f1c49a062b66e52b587843 authored over 4 years ago
Use avatar component in ViewPost and Header

Pass username computed property to name props.

6ac953097d1596be565879b38210e93514c59f99 authored over 4 years ago
Use name props to create initials

Remove first & last name as props and use name props.

a00dd143face5de5da5c107aa3fdd61fc5b7be4b authored over 4 years ago
Update APIs routes in Frontend (#66)

* Rename 'member' to 'user'

Reference: https://github.com/logchimp/logchimp/pull/64

* Upda...

e9396e694a55e7f9fa07b55fc8a62d2b8bebc1d9 authored over 4 years ago
Rename 'member' to 'user'

Reference: https://github.com/logchimp/logchimp/pull/64

bb3af132616f06fad5d4c4f6bd014d37e359ccc8 authored over 4 years ago
Update controllers according to new db schema (#65)

* Login

* Query all data for user by limit
* Compare user password
* Generate authToken

...

dad54db2e73e9ca021928f26402c8785325454ea authored over 4 years ago
Database schema (#64)

* Create users, posts, votes db schema

* Add slugId to post schema

SlugId is used for upda...

59f66ccfdb442b7937fcc1824a1217071af58f47 authored over 4 years ago
User settings page (#63)

* UserSettings page

Route + Styles

* Add route to settings page in header

* Create user...

cbf47e7c7de008ee46336e686d24b3ad8b0f46a3 authored over 4 years ago
Join page (#62)

* Create account page route

* authForm (login & join) page styles

* Use authForm styles

...

f19f2b731b1ed03df80ed9ee3021afea07e528f8 authored over 4 years ago
Bump vue and vue-template-compiler (#58)

Bumps [vue](https://github.com/vuejs/vue) and [vue-template-compiler](https://github.com/vuejs/v...

0c4c2f77d8087ec854ed5007f665f94c453c4e5c authored over 4 years ago
isAuth toggle auth button & user profile

db5da24a0d2fa41eab744e351b3a88e509959973 authored over 4 years ago
Login page route (#61)

6cee1232a5fd72cec1122d1959f047bc0d807f81 authored over 4 years ago
Bump axios from 0.19.2 to 0.20.0 (#59)

Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.20.0.
- [Release notes](https://...

dd70516a9e0c42c25ca7225aa2c6835574e222e6 authored over 4 years ago
Button component (#60)

* Create button component

A common button component which will support all 3 different types ...

04606df5e7b849bbcdd3786f749a9119f3f52bf9 authored over 4 years ago
Remove duplicate parserOptions property

81311c8da53462bad62bea4e231a59aad034b95e authored over 4 years ago
Vue nested routes

ffe05710df914d90a7649a338ec38124a278f1d8 authored over 4 years ago
Add logout to header

This method calls "member/logout" vuex action, which clears localStorage.

a58d53041fb72cbe3016a314ce560f348108b180 authored over 4 years ago
Install [email protected] package

8eddbbc89a1b16efd9321203e435fd591922b56f authored over 4 years ago
Merge branch 'master' of github.com:logchimp/logchimp into master

3fb1ca2c54b9d965d44dd030cb7c1c95c22f0eb0 authored over 4 years ago
get memberId & token from vuex store for createPost API

5feeed5792f7db20b73547ed406fa23e59b37e1e authored over 4 years ago
Bump pg from 8.3.0 to 8.3.2 (#57)

Bumps [pg](https://github.com/brianc/node-postgres) from 8.3.0 to 8.3.2.
- [Release notes](http...

93d1a6debcd54f3a5b9a42d510d9a6ccd232efc7 authored over 4 years ago
update nanoid package require module method

ff2072443b8a0e7826088c633a9037b94bc60e4b authored over 4 years ago
post view date color

81c4e05668b59830a22a1b030505df00467580e3 authored over 4 years ago
Typography heading font size styles

27089770e835ad36ed6cdbf10b64700ba4296131 authored over 4 years ago
Set email signup authToken validity for 3hr

3d2c4898df1f18a1ada33b26ba74620a10b690af authored over 4 years ago
slice post description to 120 words

82f568f8d260b7111c6f8b4f13acac7cde27e755 authored over 4 years ago
Bump @vue/cli-plugin-babel from 4.4.6 to 4.5.4 (#56)

Bumps [@vue/cli-plugin-babel](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugi...

2da9ef9ba39cef97b23df00ef0d36f061b8dc203 authored over 4 years ago
Bump @vue/cli-plugin-eslint from 4.4.6 to 4.5.4 (#55)

Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plug...

5210363749d5093cef30c997d229433c0dd46eab authored over 4 years ago
Bump @vue/cli-service from 4.5.3 to 4.5.4 (#54)

Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service) f...

89778913c307eb2c788514669be17057fc1091c0 authored over 4 years ago
Bump @vue/cli-service from 4.4.6 to 4.5.3 (#51)

Bumps [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service) f...

8cf9ef8970373617bf22bed4dd0d6f767fff85c6 authored over 4 years ago
Bump eslint from 7.6.0 to 7.7.0 (#53)

Bumps [eslint](https://github.com/eslint/eslint) from 7.6.0 to 7.7.0.
- [Release notes](https:/...

282ef4a925a01af565e4bf59b53d4da6a49a1027 authored over 4 years ago
fix: font-weight with 'Jost' font

https://github.com/logchimp/logchimp/commit/3f1489877af0e64e7eb007acf7b8a05af2a55c9f

1a06bb88864ea152aac3ed99d7b4b9fce2964b4a authored over 4 years ago
Use UUID v4

https://github.com/logchimp/logchimp/pull/40

1c66fc78776db531eb9c637c2395e60c97c9977d authored over 4 years ago
Bump sass-loader from 8.0.2 to 9.0.3 (#45)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 8.0.2 to 9.0.3.
- [Rel...

cfa03afcd80c2c1a7851082efc8ef9711e2fae0d authored over 4 years ago
Bump eslint from 6.8.0 to 7.6.0 (#44)

Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.6.0.
- [Release notes](https:/...

28fe54dc1f7b099ae9fc82a1d727223cf86dfcf7 authored over 4 years ago
Bump pg from 7.18.2 to 8.3.0 (#42)

Bumps [pg](https://github.com/brianc/node-postgres) from 7.18.2 to 8.3.0.
- [Release notes](htt...

7a12edc10e5109819b93db9f0d4890fd354f66bb authored over 4 years ago
Bump nanoid from 2.1.11 to 3.1.12 (#46)

Bumps [nanoid](https://github.com/ai/nanoid) from 2.1.11 to 3.1.12.
- [Release notes](https://g...

d5988361c10c8cc51361ee3c6af6b7b08f0ef054 authored over 4 years ago
Bump eslint-plugin-vue from 5.2.3 to 6.2.2 (#39)

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.2.3 to 6.2.2.
- [R...

0366425ead15a09dd306c656e6a69a52e2fdd5ae authored over 4 years ago
Bump uuid from 3.4.0 to 8.3.0 (#40)

Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.0 to 8.3.0.
- [Release notes](https://git...

65a7fa4b8595d16d48ce128023f1a6bab9ab9280 authored over 4 years ago
View post (#32)

* Install remark and vue-moment packages

Installing markdown (remark, remark-html, remark-pre...

87e08c88d2457b3794d07f129b51317dc1eb39e1 authored over 4 years ago
Remove 'remember me' feature todo comment

https://github.com/logchimp/logchimp/issues/8#issuecomment-669693768

ab38db38ecc3b8bd7c4d7cdaa745f00fa416fe28 authored over 4 years ago
Split typography import into separate file

3f1489877af0e64e7eb007acf7b8a05af2a55c9f authored over 4 years ago
Remove database script files

5da88ad1b0212c97fc607d4bb97b325e83efd4ab authored over 4 years ago
Store user data in Vuex store (#36)

* Install [email protected] package

* Setup vuex store

* member vuex state

Storing member info...

22c99c692e95df4646231ecb30d00ba70742266a authored over 4 years ago
Bump elliptic from 6.5.2 to 6.5.3 (#35)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](ht...

b221bf1b947078a60820077badca8ce455d5fb23 authored over 4 years ago
Merge pull request #34 from logchimp/dependabot/npm_and_yarn/lodash-4.17.19

Bump lodash from 4.17.15 to 4.17.19

c2596f649e0fbc7292e0b9530f6846c10fe95b7f authored over 4 years ago
Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

7f7d5b9211e0a6788cbf9aba637940d8f48eb021 authored over 4 years ago
Bump websocket-extensions from 0.1.3 to 0.1.4 (#33)

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0....

7c3266ad2dda313e577b8b8bab0d042248fa4dbe authored over 4 years ago
eslint: format

e5f503773d6bf0c68c5d02a9ec20d08c0fe8764d authored over 4 years ago
fix: input field disable css class

76ecb900699e9ee0e843e6d1f25f2cc165440982 authored over 4 years ago
Update icons directory path

4e835b75d840dec32202cad350b8f4728356172e authored over 4 years ago
Define node version using .nvmrc file

414c8f2427eda653a8b7f5bade896f22850eeae4 authored over 4 years ago
ignore vue icons components from eslint

ace19c78c950d6b29ad98401bd457b4250eb183c authored over 4 years ago
Bump acorn from 6.4.0 to 6.4.1 (#31)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://...

75e05e78735ca18d3dacf537cf1891ca6b834dd0 authored almost 5 years ago
Replace slugID with postID (#30)

* Install [email protected] package

* generate postId using nanoid package

* replace slugId wi...

5c15c3e72278d7a98806f7dfd0d86a8e3209a730 authored almost 5 years ago
ignore icons (vue component) directory from eslint

39ce25980216dc1eb2a2eb33ed195b3750dd230f authored almost 5 years ago
link logo to homepage

68bbabcd86c30a6dd26383839fd133c28a63fc94 authored almost 5 years ago
eslint the files

e30fd1fe767732701a83887362fd886891160330 authored almost 5 years ago
eslint:fix script command

1641362086a57937ca213a28f6759ad35c2eb01b authored almost 5 years ago
add 2rem margin below header

321c91d5a3c62fea9a499cc1ec223f3b5cdfc140 authored almost 5 years ago
ESLint and prettier configuration

Reference: https://github.com/logchimp/logchimp/pull/28

218135105ae6def3b10db92f013ae9368a3d52f4 authored almost 5 years ago
update yarn.lock file

2dab80843c4d156d33109fbdd4dbe22338381719 authored almost 5 years ago
use knex - sql query buider (#27)

* Install [email protected] package

* use knex query builder for db connection

* use knex for da...

f46c75e8b06efdfce0e1a8741f1238e83709f66b authored almost 5 years ago
release v0.0.1

Release MVP version of the logchimp app.

d7d393d4f83580328ae9f19b1577b98daf660c87 authored almost 5 years ago
fix: twitter follow button link

1aabc7e7b0a5c0de73284ed73d6b75428477974d authored almost 5 years ago
add tagline, badges, about, community, built using and credits (#18)

5ab03f3de3dd4dd91dc71b61b22d1e13f05ad53b authored almost 5 years ago
Edit post (#26)

* store slugId in a seperate column

SlugId is saparately needed when updating the title along...

34754ae34c780a1b26e8eab6366029b82535d184 authored almost 5 years ago
Query post_id and body_markdown in filterPost controller

9957c3f12f5feb6e9486ce5f4f523fb4bb8d79a4 authored almost 5 years ago
import post view sass file

49564d0f1a7a46008557de2d35bbce1670cfca23 authored almost 5 years ago
Create post component (#22)

* create post component

* fix: post slug creation

Remove any special characters, more than...

a2ca12c16ed5e98d9c04a498269febabea7cfd39 authored almost 5 years ago
View post page (#24)

* create post view route

* View post and option to delete post

Show title, post meta, body...

307a7a3fc054c45327e00f5cef75537bdc443932 authored almost 5 years ago
textarea component

0d6a70c6d5ffeef74a420548cfce8aafb9ed365e authored almost 5 years ago