Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Fider
Open platform to collect and prioritize product feedback
Collective -
Host: opensource -
https://opencollective.com/fider
- Website: https://fider.io/
- Code: https://github.com/getfider
chore: fix typos in comments, variables and function names (#565)
github.com/getfider/fider - 9f5c2e45eace9573475cec5b7fb36fdb19d90ba2 authored about 6 years ago by Oleksandr Redko <[email protected]>
github.com/getfider/fider - 9f5c2e45eace9573475cec5b7fb36fdb19d90ba2 authored about 6 years ago by Oleksandr Redko <[email protected]>
refactoring: Introduces custom DropDown component and removes semantic-ui-react dependency (#557)
github.com/getfider/fider - 6634d9f1faa4419722e2b1be2342e9a9f377300d authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 6634d9f1faa4419722e2b1be2342e9a9f377300d authored about 6 years ago by Guilherme Oenning <[email protected]>
docs: update Fider requirements on email settings (#563)
github.com/getfider/fider - ef9a1c298fa18ca4d462e35e72655d09384ced3b authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - ef9a1c298fa18ca4d462e35e72655d09384ced3b authored about 6 years ago by Guilherme Oenning <[email protected]>
chore: update .example.env (#561)
`EMAIL_NOREPLY`, `EMAIL_SMTP_HOST` and `EMAIL_SMTP_PORT` are required to start the app or else `...
github.com/getfider/fider - 2b6d2fef3f939ba2e414bb6a61e7a8c9a9a9daea authored about 6 years ago by Cameron Moreau <[email protected]>
enhancement: add sitemap to robots.txt (#560)
github.com/getfider/fider - 86d6c850f50503598a6eaaecf00c7553c26c1e9c authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 86d6c850f50503598a6eaaecf00c7553c26c1e9c authored about 6 years ago by Guilherme Oenning <[email protected]>
Update CONTRIBUTING.md
github.com/getfider/fider - 3a51bbe1c13310abf1d670f50bd6d2932a042fc0 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 3a51bbe1c13310abf1d670f50bd6d2932a042fc0 authored about 6 years ago by Guilherme Oenning <[email protected]>
Update CONTRIBUTING.md
github.com/getfider/fider - 222b5102069ccda1164813774dc77ef60433e6b5 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 222b5102069ccda1164813774dc77ef60433e6b5 authored about 6 years ago by Guilherme Oenning <[email protected]>
fix: changes how we validate OAuth State (#559)
github.com/getfider/fider - 657aecea31ebbd72d254337227aa55d6b3cd21b5 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 657aecea31ebbd72d254337227aa55d6b3cd21b5 authored about 6 years ago by Guilherme Oenning <[email protected]>
feature: add sitemap.xml (#558)
github.com/getfider/fider - 9353e755e32058cb49d7fd80a47bdce30ff10cc2 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 9353e755e32058cb49d7fd80a47bdce30ff10cc2 authored about 6 years ago by Guilherme Oenning <[email protected]>
refactoring: ClientIP extraction logic (#556)
github.com/getfider/fider - ab6a3c6074a1ecf04a674b7a34ee42407dcea9a7 authored about 6 years ago by Cooper Filby <[email protected]>
github.com/getfider/fider - ab6a3c6074a1ecf04a674b7a34ee42407dcea9a7 authored about 6 years ago by Cooper Filby <[email protected]>
feature: Add Support for Persisting Audit Events (#551)
* Add migration for event schema
* Add Event interface, inmemory implementation and postgres sc...
refactoring: improve var formatting in main (#555)
github.com/getfider/fider - d7d5b93098ae20148d57d9ca416f109df83eb886 authored about 6 years ago by Martin <[email protected]>
github.com/getfider/fider - d7d5b93098ae20148d57d9ca416f109df83eb886 authored about 6 years ago by Martin <[email protected]>
feature: enable API Key (#553)
github.com/getfider/fider - 8410e5835c5124c931490aff05d8aa4f5429580d authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 8410e5835c5124c931490aff05d8aa4f5429580d authored about 6 years ago by Guilherme Oenning <[email protected]>
add API documentation
github.com/getfider/fider.io - 17c554957c646c3125fc1adff03e3123fe88e486 authored about 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - 17c554957c646c3125fc1adff03e3123fe88e486 authored about 6 years ago by goenning <[email protected]>
tooling: update to Go 1.11.1 and enable SameSite=Lax (#552)
github.com/getfider/fider - 845fdc36f92d6c6c9374ffbed8cf746cf7028a9c authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 845fdc36f92d6c6c9374ffbed8cf746cf7028a9c authored about 6 years ago by Guilherme Oenning <[email protected]>
update to go 1.11.1
github.com/getfider/docker-images - 24ffd816ee555f7521852164c37cec51b864f17c authored about 6 years ago by goenning <[email protected]>
github.com/getfider/docker-images - 24ffd816ee555f7521852164c37cec51b864f17c authored about 6 years ago by goenning <[email protected]>
enhancement: Add ErrorBoundary and ShowError to handle React exceptions. (#549)
* Add ErrorBoundary and ShowError to handle React exceptions.
* Extend ErrorBoundary to support...
tooling: add .nvmrc (#546)
github.com/getfider/fider - ed01b76b9b32f7ab5ce8c309c31d0005a96192a1 authored about 6 years ago by Ashish Mohite <[email protected]>
github.com/getfider/fider - ed01b76b9b32f7ab5ce8c309c31d0005a96192a1 authored about 6 years ago by Ashish Mohite <[email protected]>
chore: add more CSS classes for signin control (#548)
github.com/getfider/fider - d0c3039d55cff0fbdd6cfcb75eabf1a118ee99b1 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - d0c3039d55cff0fbdd6cfcb75eabf1a118ee99b1 authored about 6 years ago by Guilherme Oenning <[email protected]>
refactoring: typos, better API response (#543)
github.com/getfider/fider - 4b38bdab5bf52705f0cf999d6c511fa67796594c authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 4b38bdab5bf52705f0cf999d6c511fa67796594c authored about 6 years ago by Guilherme Oenning <[email protected]>
refactor: rename QueryString filters (#542)
github.com/getfider/fider - 6fc92a5382f116865ca6536b0646c5333c910f68 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 6fc92a5382f116865ca6536b0646c5333c910f68 authored about 6 years ago by Guilherme Oenning <[email protected]>
refactor: rename totalVotes and totalComments (#541)
github.com/getfider/fider - a815416392e42ccc66a294aff868700f80049479 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - a815416392e42ccc66a294aff868700f80049479 authored about 6 years ago by Guilherme Oenning <[email protected]>
refactoring: expose post status as string (#540)
github.com/getfider/fider - 932cd5f7aa90ca7d0a0d41d270c1334e1295fd24 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 932cd5f7aa90ca7d0a0d41d270c1334e1295fd24 authored about 6 years ago by Guilherme Oenning <[email protected]>
refactor: rename _on to _at (#537)
github.com/getfider/fider - 3d4e74bb37bebda9658f2fab2c2e8aa68f2d6826 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 3d4e74bb37bebda9658f2fab2c2e8aa68f2d6826 authored about 6 years ago by Guilherme Oenning <[email protected]>
fix: send EHLO during SMTP connection (#525)
github.com/getfider/fider - ef8aea82625d9c2afa3f4ea39096ae111e63a820 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - ef8aea82625d9c2afa3f4ea39096ae111e63a820 authored about 6 years ago by Guilherme Oenning <[email protected]>
fix: run E2E scripts on HTTPS (#536)
github.com/getfider/fider - f001dcfb049c79f672da4eeff4c26b7be1e1b826 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - f001dcfb049c79f672da4eeff4c26b7be1e1b826 authored about 6 years ago by Guilherme Oenning <[email protected]>
refactor: use mage alises (#535)
github.com/getfider/fider - 4fac6b5d1265a6e97915e57055ad00e9bcf816ad authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 4fac6b5d1265a6e97915e57055ad00e9bcf816ad authored about 6 years ago by Guilherme Oenning <[email protected]>
refactor: replace Make with Mage (#534)
github.com/getfider/fider - 587adbe287c7a452de25cd492ccbb33b84c675dd authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 587adbe287c7a452de25cd492ccbb33b84c675dd authored about 6 years ago by Guilherme Oenning <[email protected]>
update to golang 1.10.4 and add mage
github.com/getfider/docker-images - ab9b7dc047ea52d1a5a3cec56e5dbf46d9c4a279 authored about 6 years ago by goenning <[email protected]>
github.com/getfider/docker-images - ab9b7dc047ea52d1a5a3cec56e5dbf46d9c4a279 authored about 6 years ago by goenning <[email protected]>
refactor: expose role as string (#524)
github.com/getfider/fider - aac27cd60724cb2c7c8e0fc88af3eb3c283eac38 authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - aac27cd60724cb2c7c8e0fc88af3eb3c283eac38 authored about 6 years ago by Guilherme Oenning <[email protected]>
fix: always wrap names in quotes when sending email (#528)
github.com/getfider/fider - 593ede694c10040465895f756e9b10f9e50b251f authored about 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 593ede694c10040465895f756e9b10f9e50b251f authored about 6 years ago by Guilherme Oenning <[email protected]>
docs: fix CONTRIBUTING guide
github.com/getfider/fider - 8f0903c511134453fa8b005e1cbcd3877c0e096e authored about 6 years ago by goenning <[email protected]>
github.com/getfider/fider - 8f0903c511134453fa8b005e1cbcd3877c0e096e authored about 6 years ago by goenning <[email protected]>
merged
github.com/getfider/fider - a296c381a4aad833d1f5e62c1ead4ff072332e50 authored about 6 years ago by goenning <[email protected]>
github.com/getfider/fider - a296c381a4aad833d1f5e62c1ead4ff072332e50 authored about 6 years ago by goenning <[email protected]>
docs: update CONTRIBUTING guide
github.com/getfider/fider - 166dafa5d15f59ae8e5e62c230fea4872ea2d96d authored about 6 years ago by goenning <[email protected]>
github.com/getfider/fider - 166dafa5d15f59ae8e5e62c230fea4872ea2d96d authored about 6 years ago by goenning <[email protected]>
Update CONTRIBUTING.md
github.com/getfider/fider - b6a43a63cc3410793abdd19a088a2bd09e9e6397 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - b6a43a63cc3410793abdd19a088a2bd09e9e6397 authored over 6 years ago by Guilherme Oenning <[email protected]>
Create CODE_OF_CONDUCT.md (#529)
github.com/getfider/fider - f4e8c957ec9de426920e1bc966c73c3c7100bd8a authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - f4e8c957ec9de426920e1bc966c73c3c7100bd8a authored over 6 years ago by Guilherme Oenning <[email protected]>
fix: use lowercase email for gravatar (#527)
github.com/getfider/fider - 7007d99ae6930b9674cf57129ff2c6c7553f57a8 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 7007d99ae6930b9674cf57129ff2c6c7553f57a8 authored over 6 years ago by Guilherme Oenning <[email protected]>
feature: allow blacklisting email based on RegExp (#523)
github.com/getfider/fider - 04765e31f5e7e51d2026ac1534cc1b933642033c authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 04765e31f5e7e51d2026ac1534cc1b933642033c authored over 6 years ago by Guilherme Oenning <[email protected]>
fix: catch panic earlier (#517)
github.com/getfider/fider - 3522a3bf2eb2357f8d88a76571dbd9a94707da9a authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 3522a3bf2eb2357f8d88a76571dbd9a94707da9a authored over 6 years ago by Guilherme Oenning <[email protected]>
fix: force login subdomain for signup process (#518)
github.com/getfider/fider - d0b7e10b4ad10f29b311956f4e480534f04ae4ef authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - d0b7e10b4ad10f29b311956f4e480534f04ae4ef authored over 6 years ago by Guilherme Oenning <[email protected]>
fix: increase expire date to 24 hours (#521)
github.com/getfider/fider - fd117a37fe0b0bb1dbeaa0f2d57ea97ba11dd372 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - fd117a37fe0b0bb1dbeaa0f2d57ea97ba11dd372 authored over 6 years ago by Guilherme Oenning <[email protected]>
enhancement: log UserAgent on every request (#520)
github.com/getfider/fider - aed0ea79639b22e8af5fbb556a2b4f652c400e02 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - aed0ea79639b22e8af5fbb556a2b4f652c400e02 authored over 6 years ago by Guilherme Oenning <[email protected]>
fix: show site branding on 404 page (#515)
github.com/getfider/fider - bdc9db4ed198b1e559c946185ba5285bd0a1f6e9 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - bdc9db4ed198b1e559c946185ba5285bd0a1f6e9 authored over 6 years ago by Guilherme Oenning <[email protected]>
fix: return empty json for non-200 responses (#514)
github.com/getfider/fider - d95165b082d8e7120bf658a8ac6702c0225e3cff authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - d95165b082d8e7120bf658a8ac6702c0225e3cff authored over 6 years ago by Guilherme Oenning <[email protected]>
feature: new API to create users (#513)
github.com/getfider/fider - 56330e11ace1ef208dddb7c02f842c241ed9e233 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 56330e11ace1ef208dddb7c02f842c241ed9e233 authored over 6 years ago by Guilherme Oenning <[email protected]>
refactoring: rename Support to Vote (#512)
github.com/getfider/fider - 97baba7377cb06fe51db193d8ca7952a9627d309 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 97baba7377cb06fe51db193d8ca7952a9627d309 authored over 6 years ago by Guilherme Oenning <[email protected]>
feature: allow impersonation on API (#508)
github.com/getfider/fider - 9ae801f7ff08ade7ed3dabf412ead20a537b078c authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 9ae801f7ff08ade7ed3dabf412ead20a537b078c authored over 6 years ago by Guilherme Oenning <[email protected]>
enhancement: add client IP address to logs (#511)
github.com/getfider/fider - c8de9683bb697330e8423c3268825733be78b4e0 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - c8de9683bb697330e8423c3268825733be78b4e0 authored over 6 years ago by Guilherme Oenning <[email protected]>
chore: add more subdomains to blacklist (#510)
github.com/getfider/fider - 404ea4da83c77bbdeed3c906559069b98043631a authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 404ea4da83c77bbdeed3c906559069b98043631a authored over 6 years ago by Guilherme Oenning <[email protected]>
refactor: standardize field names (id, url, ...) (#502)
github.com/getfider/fider - c058e1c0349c80437582b1d3af42e42c7a956e8d authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - c058e1c0349c80437582b1d3af42e42c7a956e8d authored over 6 years ago by Guilherme Oenning <[email protected]>
design: use new Social SVG (#507)
github.com/getfider/fider - 1294ff17ad3452fd3f76b7c8ae6e01e9468a5558 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 1294ff17ad3452fd3f76b7c8ae6e01e9468a5558 authored over 6 years ago by Guilherme Oenning <[email protected]>
tooling: improve CircleCI Build stability (#506)
github.com/getfider/fider - 20c40f4d2f5c67e38d62794687bff4ad17c2bede authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 20c40f4d2f5c67e38d62794687bff4ad17c2bede authored over 6 years ago by Guilherme Oenning <[email protected]>
install netcat
github.com/getfider/docker-images - c11d75a8d2bd76a9e359d7a3d68ca900b7aa512b authored over 6 years ago by goenning <[email protected]>
github.com/getfider/docker-images - c11d75a8d2bd76a9e359d7a3d68ca900b7aa512b authored over 6 years ago by goenning <[email protected]>
0.15.0 released
github.com/getfider/fider.io - 765c68c6d22a2782a14d0e813120d91d6148ba17 authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - 765c68c6d22a2782a14d0e813120d91d6148ba17 authored over 6 years ago by goenning <[email protected]>
chore: remove buildnumber for 0.15 (#505)
github.com/getfider/fider - eda48c4127904ec50b113cdf0c122cd30b5b28ae authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - eda48c4127904ec50b113cdf0c122cd30b5b28ae authored over 6 years ago by Guilherme Oenning <[email protected]>
better docs
github.com/getfider/fider.io - 0d81470e34872eb063a2c39cb805e9f01fe4f628 authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - 0d81470e34872eb063a2c39cb805e9f01fe4f628 authored over 6 years ago by goenning <[email protected]>
fix: move legal routes after loading tenant info (#500)
github.com/getfider/fider - 33a1538816d659f9d5bbda7ff8325934d5067e95 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 33a1538816d659f9d5bbda7ff8325934d5067e95 authored over 6 years ago by Guilherme Oenning <[email protected]>
enhancement: don't return deleted user (#499)
github.com/getfider/fider - f46467e96d4a6745932d87b5e510253a466e61c4 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - f46467e96d4a6745932d87b5e510253a466e61c4 authored over 6 years ago by Guilherme Oenning <[email protected]>
fix: rollback react-toastify to 4.1.0 due to ie11 issue (#496)
github.com/getfider/fider - 8019133fd58b362d47e3726f06ce8c173e026dd9 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 8019133fd58b362d47e3726f06ce8c173e026dd9 authored over 6 years ago by Guilherme Oenning <[email protected]>
fix: minor typo (#495)
github.com/getfider/fider - 4d27587da8b2375c9f111c7d429b20b7aadb0a9a authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 4d27587da8b2375c9f111c7d429b20b7aadb0a9a authored over 6 years ago by Guilherme Oenning <[email protected]>
enhancement: reject API key from visitors (#494)
github.com/getfider/fider - c2c80d4a6bbed4d974227fb735ecf7134e812a6c authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - c2c80d4a6bbed4d974227fb735ecf7134e812a6c authored over 6 years ago by Guilherme Oenning <[email protected]>
enhancement: reject requests with invalid API Key (#493)
github.com/getfider/fider - 915d1a701874b07af1aec93877ebcd201a286f0a authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 915d1a701874b07af1aec93877ebcd201a286f0a authored over 6 years ago by Guilherme Oenning <[email protected]>
feature: implement user API Key (#492)
github.com/getfider/fider - 0e43dd86a4b7986e6a5496ddaf3362cf15fb80ae authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 0e43dd86a4b7986e6a5496ddaf3362cf15fb80ae authored over 6 years ago by Guilherme Oenning <[email protected]>
Merge branch 'master' of github.com:getfider/getfider.com
github.com/getfider/fider.io - c84fe2f8866e8702584379c79012de85939807ae authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - c84fe2f8866e8702584379c79012de85939807ae authored over 6 years ago by goenning <[email protected]>
fix
github.com/getfider/fider.io - 4f3588f0dc29264490e120f6452331e5c8f866ec authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - 4f3588f0dc29264490e120f6452331e5c8f866ec authored over 6 years ago by goenning <[email protected]>
feature: parse OAuth profile from Access Token (#491)
github.com/getfider/fider - 9e7754cb6b9805e95b2fcc93c75cf3afc8a56f3a authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 9e7754cb6b9805e95b2fcc93c75cf3afc8a56f3a authored over 6 years ago by Guilherme Oenning <[email protected]>
Update configuring-oauth.md
github.com/getfider/fider.io - ad73be3612309775cbae7634802fb6b6b401d012 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider.io - ad73be3612309775cbae7634802fb6b6b401d012 authored over 6 years ago by Guilherme Oenning <[email protected]>
enhancement: block non-API resources for API-originated tokens (#490)
github.com/getfider/fider - 236e6efb9efaa32aa1a502bf310c8ee2b4991382 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 236e6efb9efaa32aa1a502bf310c8ee2b4991382 authored over 6 years ago by Guilherme Oenning <[email protected]>
refactoring: rename all database objects from idea to post (#488)
github.com/getfider/fider - dd09f520220baa4cc43c795fdfac1e838ad86c63 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - dd09f520220baa4cc43c795fdfac1e838ad86c63 authored over 6 years ago by Guilherme Oenning <[email protected]>
add gitlab
github.com/getfider/fider.io - ef1efb6673816c4fa1c3fb43e56fed4686f2c740 authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - ef1efb6673816c4fa1c3fb43e56fed4686f2c740 authored over 6 years ago by goenning <[email protected]>
tooling: update NPM packages (#487)
github.com/getfider/fider - 882489df04a2b996a3235ffb7303d80a47e8e52b authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 882489df04a2b996a3235ffb7303d80a47e8e52b authored over 6 years ago by Guilherme Oenning <[email protected]>
refactor: reorganize web router (#482)
github.com/getfider/fider - b27c3171517874d395991702ce742496857cf739 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - b27c3171517874d395991702ce742496857cf739 authored over 6 years ago by Guilherme Oenning <[email protected]>
design: better email layout (#485)
github.com/getfider/fider - c33b98591cb518a76054ff010a54c3d40d3e482b authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - c33b98591cb518a76054ff010a54c3d40d3e482b authored over 6 years ago by Guilherme Oenning <[email protected]>
Merge branch 'master' of github.com:getfider/getfider.com
github.com/getfider/fider.io - c41d928f0edaa03fddac4ecba5f22fde6f26e50b authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - c41d928f0edaa03fddac4ecba5f22fde6f26e50b authored over 6 years ago by goenning <[email protected]>
remove old docs folder
github.com/getfider/fider.io - 69ffe94d082a940042860c5c41a1bff789e0fe29 authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - 69ffe94d082a940042860c5c41a1bff789e0fe29 authored over 6 years ago by goenning <[email protected]>
Merge pull request #3 from Mark-H/patch-1
Fix incorrect example YAML syntax in self-hosted docs
github.com/getfider/fider.io - e664cb3f1ebe1fd1462ed8fc68add68f6355a559 authored over 6 years ago by Guilherme Oenning <[email protected]>
rename
github.com/getfider/fider.io - 4ce6c278126c75721ea2a6186129ebc4516b6303 authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - 4ce6c278126c75721ea2a6186129ebc4516b6303 authored over 6 years ago by goenning <[email protected]>
add test step
github.com/getfider/fider.io - de41cdb53d9b1f046193fffd32889a32ea0f8faf authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - de41cdb53d9b1f046193fffd32889a32ea0f8faf authored over 6 years ago by goenning <[email protected]>
dont copy
github.com/getfider/fider.io - 25629c6f2f40391e52a820e8b6541681335d72fe authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - 25629c6f2f40391e52a820e8b6541681335d72fe authored over 6 years ago by goenning <[email protected]>
remove deploy
github.com/getfider/fider.io - b2511baeb0788ac2427fb4eb67551e872820ac65 authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - b2511baeb0788ac2427fb4eb67551e872820ac65 authored over 6 years ago by goenning <[email protected]>
deploy to GH pages
github.com/getfider/fider.io - fba4ff1dac2e978073a3b72cbc3a984959e05244 authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - fba4ff1dac2e978073a3b72cbc3a984959e05244 authored over 6 years ago by goenning <[email protected]>
Fix incorrect example YAML syntax
github.com/getfider/fider.io - e16c45065b2b84c43f84d7739f5bcdfa6dcad80f authored over 6 years ago by Mark Hamstra <[email protected]>
github.com/getfider/fider.io - e16c45065b2b84c43f84d7739f5bcdfa6dcad80f authored over 6 years ago by Mark Hamstra <[email protected]>
enhancement: a few missing API operations (#484)
github.com/getfider/fider - 111b3e9d7333caeddb4a53938846736916fb11d7 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 111b3e9d7333caeddb4a53938846736916fb11d7 authored over 6 years ago by Guilherme Oenning <[email protected]>
enhancement: better change role validation (#483)
github.com/getfider/fider - f0a075c491fe72e8b4c5871dbeb60bd01afbb8a3 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - f0a075c491fe72e8b4c5871dbeb60bd01afbb8a3 authored over 6 years ago by Guilherme Oenning <[email protected]>
refactor: move some API to /api/v1 (#481)
github.com/getfider/fider - 5a0177bd83221d825ac8a3b245c40169e64a648f authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 5a0177bd83221d825ac8a3b245c40169e64a648f authored over 6 years ago by Guilherme Oenning <[email protected]>
tooling: faster webpack builds (#477)
github.com/getfider/fider - e5c5aaeafcd6571c5b43a9259ae0b2e5f44d00b9 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - e5c5aaeafcd6571c5b43a9259ae0b2e5f44d00b9 authored over 6 years ago by Guilherme Oenning <[email protected]>
fix: resolve test flakiness (#480)
github.com/getfider/fider - 6ece276a76e2344c4111d61db85336b57974fc4e authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 6ece276a76e2344c4111d61db85336b57974fc4e authored over 6 years ago by Guilherme Oenning <[email protected]>
refactor: rename Ideas to Posts (#476)
github.com/getfider/fider - ec4d2794938d5b980bfe65075153be4af4c92918 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - ec4d2794938d5b980bfe65075153be4af4c92918 authored over 6 years ago by Guilherme Oenning <[email protected]>
enhancement: standardised error response (#475)
github.com/getfider/fider - 2389dca0a613c682b41834432d5a449fbc15e75c authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 2389dca0a613c682b41834432d5a449fbc15e75c authored over 6 years ago by Guilherme Oenning <[email protected]>
fix: ToS and Privacy Policy should not require tenant (#474)
github.com/getfider/fider - 5e90a45e2ca542dd9b465823a97c2a5a66f51cb0 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 5e90a45e2ca542dd9b465823a97c2a5a66f51cb0 authored over 6 years ago by Guilherme Oenning <[email protected]>
fix: force redirect to not be cached (#473)
github.com/getfider/fider - df8922d34b6b2b8cfca58097dea168460bc20292 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - df8922d34b6b2b8cfca58097dea168460bc20292 authored over 6 years ago by Guilherme Oenning <[email protected]>
ux: Animate Modal (#472)
github.com/getfider/fider - adc88b636b50c4b99f2ffe2f61f259480af9a3aa authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - adc88b636b50c4b99f2ffe2f61f259480af9a3aa authored over 6 years ago by Guilherme Oenning <[email protected]>
better text
github.com/getfider/fider.io - 027ae8c46220bffc026e38444a506db4f9db24db authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - 027ae8c46220bffc026e38444a506db4f9db24db authored over 6 years ago by goenning <[email protected]>
design changes
github.com/getfider/fider.io - 4f7d0f6eb577c4e8b56d834a1904ea71810a87b4 authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - 4f7d0f6eb577c4e8b56d834a1904ea71810a87b4 authored over 6 years ago by goenning <[email protected]>
wip
github.com/getfider/fider.io - b670a075cfc06ae64b9492dbae8dd5fcd4a1a2c9 authored over 6 years ago by goenning <[email protected]>
github.com/getfider/fider.io - b670a075cfc06ae64b9492dbae8dd5fcd4a1a2c9 authored over 6 years ago by goenning <[email protected]>
design: some UI improvements (#471)
github.com/getfider/fider - 9d22ac14e3d2cf3015026a6c2c69dc7fc85b908b authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - 9d22ac14e3d2cf3015026a6c2c69dc7fc85b908b authored over 6 years ago by Guilherme Oenning <[email protected]>
tooling: add robots txt (#470)
github.com/getfider/fider - f2ec588b3bb2b875e721ef51275e35939e904288 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - f2ec588b3bb2b875e721ef51275e35939e904288 authored over 6 years ago by Guilherme Oenning <[email protected]>
chore: update all package.json (#469)
github.com/getfider/fider - c3284ad1acdc745186b1d00f57ccdd8c99617b24 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - c3284ad1acdc745186b1d00f57ccdd8c99617b24 authored over 6 years ago by Guilherme Oenning <[email protected]>
don't follow sign in links enhancement: Google should not follow sign in links
github.com/getfider/fider - cebcf242babe033694acf45990f5efd3c66b8633 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - cebcf242babe033694acf45990f5efd3c66b8633 authored over 6 years ago by Guilherme Oenning <[email protected]>
feature: add OAuth providers via UI (#467)
github.com/getfider/fider - e962b8b58308f81f33f8a704608f1ecaa9708f26 authored over 6 years ago by Guilherme Oenning <[email protected]>
github.com/getfider/fider - e962b8b58308f81f33f8a704608f1ecaa9708f26 authored over 6 years ago by Guilherme Oenning <[email protected]>