Ecosyste.ms: OpenCollective

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

github.com/getfider/fider

Open platform to collect and prioritize feedback
https://github.com/getfider/fider

bugfix: handle 'Enter' key when completing the profile (#452)

7eb0ea625994eb1c945ba39370ee0ed52c976b9f authored over 6 years ago
enhancement: correct use of OAuth state (#450)

ec4934774ee881de2ecacd59669f1761fde667b8 authored over 6 years ago
enhancement: update Go packages (#449)

1a67053caa888dbc8c0d275be2b3e13028594dc8 authored over 6 years ago
turn on headless

cc04214ce513483f592824e5ccacb175481e0ed0 authored over 6 years ago
enhancement: add support for array selector on jsonq (#448)

6852aa2d831a1d5fd71b9494d863f117535d53e3 authored over 6 years ago
refactor: get list of OAuth providers from server (#447)

7a6ec47bd1819c0777b46e8866dbeeaf1c81e11b authored over 6 years ago
design: style tweaks

c99836edad5b3f1a80f291606a98816159ff699a authored over 6 years ago
refactoring: organise how we fetch profiles from OAuth providers (#446)

cadc4497d11f4566458f60a43102cae8a5e36d9b authored over 6 years ago
enhancement: collapsable side menu on small screens (#445)

bf71ea23dc603f9a3d3f32040ac8e047ad557b6e authored over 6 years ago
enhancement: harden security of OAuth (#444)

0ee3f3524171882c18a6777df021eb7867d491c3 authored over 6 years ago
enhancement: increase e2e tests stability (#443)

1b4cdcb2b50180abb810fafa8ab5e1f837fc3cf1 authored over 6 years ago
chore: update Fider version (#439)

b137b41d17ffb41fd8a01b5353b9176ace4a7544 authored over 6 years ago
refactoring: unit tests for background tasks (#438)

b40ec4654b85e82eac31c6d7efa55783408d6fc0 authored over 6 years ago
refactoring: unit tests for mailgun+smtp (#437)

dbaef8956f19f16e3ca1fe1523277535e0644337 authored over 6 years ago
chore: minor margin-top change on small devices (#436)

402a707adfde73d51deba4f18e7e4c3dd3f46f3d authored over 6 years ago
refactoring: more unit tests for UI (#435)

99f46c7ca5fcb7c8e16a26bd0b5226809029baf4 authored over 6 years ago
tooling: Use Puppeteer (#433)

a2b29e7dfcebc309df42730dd5f8831ef854ea88 authored over 6 years ago
enhancement: output logs to SQL (#432)

47602114ff02775824989f4824470b80af121a55 authored over 6 years ago
refactoring: replaces database migrator (#431)

2fbeda86c7f890979d0316e2b23555f34adf5302 authored over 6 years ago
tooling: update tool & package versions (#430)

aafbae6ab3b78bfb6a0abd9c74ebeec4639ccdf7 authored over 6 years ago
refactoring: move basic props to global object (#429)

93a569208937b420ef5e9d888ac059b4a023e3f7 authored over 6 years ago
fix: resolve vet messages caused by #427 (#428)

deacd04f1f0ce4827cb79452bfab6f4b1dc4e7a0 authored over 6 years ago
bugfix: turn on race condition flag and add mutex everywhere (#427)

f69cfaad0c25728be6c6613b7429e2c8f2dabd5e authored over 6 years ago
enhancement: Remove support for TLS 1.0, TLS 1.1 and old ciphers (#420)

c797f357e3bf715ad8701bf1bf55d4d15d57b316 authored over 6 years ago
enhancement: make comment optional when responding to an idea (#419)

5f5d289ab638ca98f7c264a9ddb083b9a26c4374 authored over 6 years ago
enhancement: add expiry date to jwt tokens (#418)

642725c13e062dacd893e3cbf471b40cc1b2226d authored over 6 years ago
feature: implement CDN for static assets (#415)

b9fc685351fa0004bac8622b00b319577166a495 authored over 6 years ago
enhancement: open links in new tab (#417)

9f2807f5b6069bf61a6bd502e8696b394fce4fce authored over 6 years ago
enhancement: home page improvements (#416)

2b81fd76e0708e8bc4c237e36f7a598723b6fdf9 authored over 6 years ago
refactoring: prepare for CDN (#414)

934f49568145284e2816cee5fbf3da0d412b15bf authored over 6 years ago
refactoring: compile vendor packages into a separate bundle (#413)

c7339343171b9a917628b35d213dc7be07d37d72 authored over 6 years ago
fix: letter avatar is generating wrong letters for names with non-alpha chars (#412)

d9f612d8cf9593df1f79bc0720618113152ecd3a authored over 6 years ago
fix: show lonely text if all ideas are deleted (#411)

3c7fa85491625579e5c2d59c0a4c625bcfbb0927 authored over 6 years ago
refactoring: enable jsx-no-lambda (#410)

ff024d070b9787048dee2e4370b706a310c9fce1 authored over 6 years ago
enhancement: minor design changes (#408)

ea61f8b170ae9c82fef3178dc6ab8b37c3627c21 authored over 6 years ago
chore: update version to 1.3.0 (#400)

70227f44b780968a3d3dcc67db299353ed92e8b2 authored over 6 years ago
feature: option for users to delete their account (#395)

ca943b59c63dfb8583e8357a27d644eebdf67fa1 authored over 6 years ago
enhancement: remove supporters column from ideas table (#399)

60a3791167b07d8ba9a2940e88fc01d07082e317 authored over 6 years ago
fix: margin bottom on small screens (#398)

7d02cd90b88111a6119a2e21caf52a3f1201360d authored over 6 years ago
chore: update all NPM packages (#397)

9228c2543abe7f9acab3620ce169c8e767fcab1a authored over 6 years ago
fix: add missing legal notice to Sign in page (#396)

c2ebd43aa4011c33a7a34df019b9d12269086e3f authored over 6 years ago
feature: add optional to show legal docs on signup/signin (#394)

01bf0f070abbab24d30261eb012abf7124e82aed authored over 6 years ago
fix: remove debug panic (#393)

cc6cc00338b73864fefbe4f345366933426635bf authored over 6 years ago
refactor: load files from ./etc folder (#392)

* use etc folder from root

* fix tests

* lint

7e23dca1e02d8f9d899104d0275bdb804ff48c43 authored over 6 years ago
fix: encode query before sending request (#391)

61b171e1c4970b19c49e16094f6e0cb4528e789b authored over 6 years ago
enhancement: minor UI changes (#390)

d7c589f8a120bf66cbb07bbaa6c9c94996e966aa authored over 6 years ago
enhancement: group tags by visibility + order by name (#389)

* group tags by visibility + order by name

* minor change

* fix test

fb1ec5120a14aa2f3d76bf712e75129791744834 authored over 6 years ago
tooling: use cosmtrek/air for watch mode (#388)

9b65b54d268fb72b6e5948f4482a179dbfe90820 authored over 6 years ago
feature: Advanced Settings > Custom CSS (#386)

ad0e3bd4592861690a59665fd640941a1a622817 authored over 6 years ago
fix: blurry logo on header and settings (#385)

* fix: blurry logo on header and settings

* update test images

730fd3f1da1ea37989fe0456fce963d40dc5c026 authored over 6 years ago
fix: include full url to og:url (#384)

637937d55b0e95dfb31f2cac3e5d71430911c2be authored over 6 years ago
refactor: better CSS naming and convetions (#383)

* better footer and naming

* refactor header

* more refactoring

* smaller header on mob...

04c368cabad4d3bbb93445ccc3c46a7529b8ace5 authored over 6 years ago
feature: Better SEO title+description (#382)

8f4ac39345e1a1758c3d94571c124156828125ac authored over 6 years ago
enhancement: better logo contraints (#381)

* enhancement: better logo contraints
* better text

57a3854413161d85bfbdb63b075d3d132fd99567 authored over 6 years ago
feature: upload site logo (#380)

* upload file and show on header
* upload & remove logo, tests, logo everywhere
* replace favi...

ea0314a05b187549c29664c81c8de9c4795aac78 authored over 6 years ago
chore: part 1 of "Customize Look and Feel" (#379)

82e191e56d22e49fafa30691214fd7ebb2d65268 authored over 6 years ago
fix: show correct DNS instructions when using apex domain (#378)

* reorder
* query IP and show when using apex domain

e105c3a2cd8f07e082026dee215071212f8480d8 authored over 6 years ago
enhancement: cache pending comments to prevent loses (#377)

61d98939647c9cd75bc49a74c5f7efeff687c3b1 authored over 6 years ago
tooling: faster CI builds (#376)

d82deba2b1f340bccb67532e3dad959187ac1da5 authored over 6 years ago
enhancement: graceful shutdown and dump process status upon request (#373)

41278c90795b0a98d50a49ef4ddb1161d704ac15 authored over 6 years ago
tooling: update to latest go version (#375)

5d11be64ca162208791f8eba933fc2dbea15814d authored over 6 years ago
refactor: replace gomega with assert (#374)

2f0970b5c3d7996df1ff269823ec7ae04e8cf954 authored over 6 years ago
tooling: update all server dependencies (#372)

* update httprouter

* update oauth2

* update blackfriday

* update lib/pq

* update jw...

7ba0106b3e9b1f638ed16973e366e04b1a7d7d15 authored over 6 years ago
enhancement: docker healthcheck (#371)

* it's working

* refactor

* refactor routing and remove csp-report

* skip ssl validatio...

0c455e31695c8b5784249aff10dc905c92a50538 authored over 6 years ago
tooling: update to Node 10 and pin packages (#370)

* tooling: update to Node 10 and pin packages

* update workflow

* set test timezone

* f...

4773afad35fe58088460679a7a7a2916fb6002dd authored over 6 years ago
docs: activating Open Collective (#358)

* Added backers and sponsors on the README

* review readme and contributing pages

* reorga...

79633a0cbd85dbe50ee4753b381d983bd5651880 authored over 6 years ago
chore: add Fider version and OpenCollective (#369)

* add Fider version and OpenCollective

* refactor

34dfbeed98bfbeb35604ad53dfeb77160c46849c authored over 6 years ago
refactor: Redirect method is always temporary (#368)

* refactor redirect

* use dynamic version

* fix quote

f9db5a5e255b4a1f8a639ba82785873ef1c4c7d2 authored over 6 years ago
chore: bump version to 0.12.0 (#360)

1dd41b5db22a5b239f2e2eaf4685bedb1e3d165b authored over 6 years ago
test: replace Mocha with Jest. Setup UI Testing (#359)

* add jest
* replace mocha with jest
* run only unit tests
* some unit tests
* use ts-jest
...

a6655ce2b3f382e5e6a6e41d83a5603428f86b89 authored over 6 years ago
enhancement: enable CSP (#357)

0444ec50cacc8ab46938a9dde3874e5776d51d1c authored over 6 years ago
feature: export list of ideas to csv file (#356)

* WIP
* export all fields from ideas
* rename button
* add page to export all the data
* unused

c689080f25ac4b3d9e09f0c5c86dc380cc42296c authored almost 7 years ago
enhancement: adding 'customers' and 'login' to subdomain blacklist

* adding Customers and Login to subdomain blacklist

f48c8ec6778878fca7f58716a396dca29e1efd4a authored almost 7 years ago
fix: allow use of Fider on frames (#354)

16a72d44c67ba42563dad69a9b4dbc59646a15ab authored almost 7 years ago
fix: allow collect to Google Analytics (#353)

a14e36f4163fbeaee15418cf0b0de4cbab13f204 authored almost 7 years ago
docs: add OpenCollective link to the repository (#352)

90cd9ddcdb299884c9e602849cba4ab8ccc37a1a authored almost 7 years ago
enhancement: add csp-report policy (#351)

* add csp-report policy
* add tests

432abc5ab42c97b1a3919de899bfa2c1f9df1d73 authored almost 7 years ago
fix: only add canonical link if needed (#350)

9dc2761897f6d95266fcee924e76aa7745cd1da5 authored almost 7 years ago
enhancement: add canonical link whenever using custom domains (#348)

* implement canonical link reference

* ignore when it's ajax

* test for ignore ajax

* o...

0c455d64d87e2997411cc72267f12daf72233814 authored almost 7 years ago
fix: ignore email delivery when address is empty(#349)

54f0fddd0c3c0b1cc8233cfd5427604742ac43cf authored almost 7 years ago
enhancement: add tags to mailgun deliveries (#347)

1a0f51c45e6e42aaaf8b826b26aa6a5d6933582d authored almost 7 years ago
enhancement: allow unauthenticated SMTP requests (#316)

* Allow unauthenticated SMTP requests
* Respond to review comments
* move packages
* fix pack...

9a2cc9970e94ca225c7526540d84e4b179091bf4 authored almost 7 years ago
feature: Private Forum (#346)

* add migration
* add is_private field and tests
* update settings storage func
* api to upda...

54ecbf454cae8b57d68f860079e7a3c1534e59d2 authored almost 7 years ago
tooling: reduce build time by ~5 sec (#344)

* faster
* fix test

6ffafded362b56aa1129782e09e5f8e106192c33 authored almost 7 years ago
tooling: update to latest circle ci builder (go 1.10.1) (#343)

db797f7f1580a506516638298d8237cce16769f9 authored almost 7 years ago
tooling: update all packages (#342)

* update all packages
* whitespace
* revert chromedriver

d8842da9afac6c897d962a9e1f086235acdde559 authored almost 7 years ago
enhancement: redesign of site settings UI (#341)

* rename to 'Site Settings'

* rename and add sidemenu

* organize site settings pages

* ...

d01941005e874683fa80372c694d270edec3e9c1 authored almost 7 years ago
enhancement: introducing a toggle component (#339)

* toggle component draft
* use toggle component on Notification settings page
* fix linter

b3a0801c37cb6d4789ceb742e0035a76a23ea1c8 authored almost 7 years ago
fix: gravatar broken on IE11 (#340)

27a3ab09fdc701b9984d56ed68e900993a630cba authored almost 7 years ago
enhancement: render 410 page when link has been used/expired (#335)

* render 410 page when link has been used/expired
* update comments

c6caa5d3716315e23e47085e50f0a6a2f59dc458 authored almost 7 years ago
enhancement: add few basic http security headers (#334)

f70ecbd2fb1f5738351123fb7f120d0afe18de21 authored almost 7 years ago
tooling: extend prettier to e2e tests (#333)

864f0048cdad3008f4a1d06010f3a611eb701287 authored almost 7 years ago
enhancement: wrap errors with meaningful messages (#332)

wrap errors with meaningful messages

e46b3f4d81a64cea94a0a2b87834c6e5824fd96c authored almost 7 years ago
chore: bump version to 0.11.0 (#331)

dd2ac53fd2d94dabf8568ba3aa93fd03517344d6 authored almost 7 years ago
chore: use HTTPS and ES5 (#329)

d53f550a9094bcc70d814ed1760b38c826ec64aa authored almost 7 years ago
fix: TAB bug on pages with modal (#325)

33bb4b4904768e62bae23778bb02f8eb5bef5af0 authored almost 7 years ago
refactor: replace storage types (#324)

* remove userID from ideas storage

* removed userID from other storages

* from number to I...

8700a6a9c3bed514ee2e7f445da0b87a58d5675b authored almost 7 years ago
fix: regression caused on last refactoring (#322)

d0465ac5a35eb0bb4a20c35c37cf28e33310170a authored almost 7 years ago
refactor: add/remove supporters (#320)

* introduce rowsaffected

* remove one query

59d03f774c043edb5cf06f10e4226909768fd111 authored almost 7 years ago
chore: add LICENSE to docker image (#321)

18a67da1aff9ebd3503cf0dc777e06bead0df483 authored almost 7 years ago