Commit graph

2967 commits

Author SHA1 Message Date
Kyle Drake
51ef1c3b2c catch bad input 2025-04-23 00:26:31 -05:00
Kyle Drake
416e82ee65 convert integer before check 2025-04-23 05:15:55 +00:00
Kyle Drake
86c0938b50 no event ids over max integer 2025-04-23 00:11:37 -05:00
Kyle Drake
818d520faf Merge branch 'master' of github.com:neocities/neocities 2025-04-23 04:51:31 +00:00
Kyle Drake
6662774be1 catch utf-8 encoding errors 2025-04-23 04:49:48 +00:00
Kyle Drake
0c2132fe5e
Merge pull request #349 from waldyrious/patch-2
Fix message for unsupported file types
2025-04-22 22:00:24 -05:00
Kyle Drake
739a797a2e
Merge branch 'master' into patch-2 2025-04-22 21:59:57 -05:00
Kyle Drake
3e39b6f5c7
Merge pull request #589 from neocities/dependabot/bundler/nokogiri-1.18.8
Bump nokogiri from 1.18.4 to 1.18.8
2025-04-22 21:16:16 -05:00
Kyle Drake
118d68ba6a fix for flaky tests 2025-04-22 21:15:32 -05:00
dependabot[bot]
5c142cdee9
Bump nokogiri from 1.18.4 to 1.18.8
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.4 to 1.18.8.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18.4...v1.18.8)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-version: 1.18.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-22 04:56:32 +00:00
Kyle Drake
bb03385a28 no csrf for js create validate index
Some checks failed
CI / test (push) Has been cancelled
2025-04-15 15:38:33 -05:00
Kyle Drake
3ccb4ace37 catch dir too long 2025-04-15 15:35:17 -05:00
Kyle Drake
f4fcf94b1a no csrf_token for create 2025-04-15 15:34:47 -05:00
Kyle Drake
2f0f5c2c01 catch for already refunded 2025-04-14 15:40:14 -05:00
Kyle Drake
e35af8c058
Merge pull request #571 from DougsShack/allow-rss-edit
Add rss to valid editable file extensions
2025-03-29 14:36:54 -05:00
Kyle Drake
e50f8e42a5
Merge pull request #579 from snailmusic/patch-1
Fix “ungird” typo
2025-03-29 14:35:58 -05:00
Kyle Drake
da984bf29b
Merge pull request #582 from neocities/dependabot/bundler/rack-3.1.12
Bump rack from 3.1.10 to 3.1.12
2025-03-29 14:35:29 -05:00
Kyle Drake
b08847b723
Merge pull request #584 from neocities/dependabot/bundler/nokogiri-1.18.4
Bump nokogiri from 1.18.2 to 1.18.4
2025-03-29 14:35:03 -05:00
Kyle Drake
fabd2e6a69
Merge pull request #585 from neocities/dependabot/bundler/uri-1.0.3
Bump uri from 1.0.2 to 1.0.3
2025-03-29 14:34:51 -05:00
Kyle Drake
833030cff8 fix test for signup 2025-03-25 15:04:01 -05:00
dependabot[bot]
c17153ef33
Bump nokogiri from 1.18.2 to 1.18.4
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.18.2 to 1.18.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.18.2...v1.18.4)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 16:51:08 +00:00
dependabot[bot]
4001c5236a
Bump uri from 1.0.2 to 1.0.3
Bumps [uri](https://github.com/ruby/uri) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/ruby/uri/releases)
- [Commits](https://github.com/ruby/uri/compare/v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: uri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 16:50:58 +00:00
Kyle Drake
321f8c6e29 persist browse page search prefs, scrub not allowed chars for tag entry 2025-03-25 11:49:49 -05:00
Kyle Drake
2a76e75c6f update of gemfile lock 2025-03-24 16:33:53 -05:00
Kyle Drake
3419337628 few more copy fixes on welcome 2025-03-24 15:30:27 -05:00
Kyle Drake
fcc9f66076 welcome/charge/confirm copy changes, send email confirmation token before welcome 2025-03-24 15:29:00 -05:00
Kyle Drake
e00f991c4c copy cleanups/improvements 2025-03-13 09:24:54 -05:00
Kyle Drake
ca428a22da supporter ban auto-refund 2025-03-13 09:23:58 -05:00
dependabot[bot]
180c6adbd0
Bump rack from 3.1.10 to 3.1.12
Bumps [rack](https://github.com/rack/rack) from 3.1.10 to 3.1.12.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v3.1.10...v3.1.12)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 22:29:06 +00:00
snail
9cf07eec75
Fix “ungird” typo 2025-03-04 10:57:27 -06:00
Kyle Drake
1584bb0865 remove net-smtp gem, not used and causing drama 2025-02-25 16:32:02 -06:00
Kyle Drake
03b052a3a7 update webmock 2025-02-18 12:15:55 -06:00
Kyle Drake
39aa74964a
Merge pull request #575 from neocities/dependabot/bundler/rack-3.1.10
Bump rack from 3.1.9 to 3.1.10
2025-02-18 12:11:18 -06:00
Kyle Drake
b766432974
Merge pull request #573 from neocities/dependabot/bundler/net-imap-0.5.6
Bump net-imap from 0.5.5 to 0.5.6
2025-02-18 12:10:31 -06:00
dependabot[bot]
e7cda8f410
Bump rack from 3.1.9 to 3.1.10
Bumps [rack](https://github.com/rack/rack) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v3.1.9...v3.1.10)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-12 19:38:11 +00:00
Kyle Drake
124671d2e3 mime types: add application/pgp-signature 2025-02-10 16:16:16 -06:00
dependabot[bot]
31a738b5d6
Bump net-imap from 0.5.5 to 0.5.6
Bumps [net-imap](https://github.com/ruby/net-imap) from 0.5.5 to 0.5.6.
- [Release notes](https://github.com/ruby/net-imap/releases)
- [Commits](https://github.com/ruby/net-imap/compare/v0.5.5...v0.5.6)

---
updated-dependencies:
- dependency-name: net-imap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 18:09:43 +00:00
Kyle Drake
bd9024f6a9 remove old skeuocard images 2025-02-08 11:59:37 -06:00
Kyle Drake
b21d15e285 webdav: improve docs, enforce supporter only access 2025-02-08 11:59:20 -06:00
Kyle Drake
6e49ac23cd webdav: awful hack to fix VSC plugin 2025-02-07 18:09:28 -06:00
Kyle Drake
91055a2feb fixes for webdav 2025-02-06 16:36:01 -06:00
Kyle Drake
a81a708be5 show bandwidth on dashboard, fix extra stats one_to_many, clarify stats retainent and fix typo 2025-02-04 19:57:28 -06:00
Kyle Drake
2dd1f55119 updates for ruby 3.4.1 2025-02-02 20:52:01 -06:00
Kyle Drake
2cb5fb2399 update deps 2025-01-31 21:55:33 -06:00
Kyle Drake
f8f914879c temp message for logging back in 2025-01-31 20:33:03 -06:00
Kyle Drake
98acf7ce89 sessions: new secret, set issued time of session cookie for revoking 2025-01-31 20:03:41 -06:00
Kyle Drake
f7c367b939 migrate to sinatra 4 / rack 3 (breaks current session cookies) 2025-01-31 16:15:14 -06:00
DougsShack
4fcabe5a35 Add rss to valid editable file extensions 2025-01-31 19:23:09 +00:00
Kyle Drake
cf712b7175 stats: cleanup 2025-01-31 11:09:12 -06:00
Kyle Drake
514836fd4f no slash on host root for search 2025-01-16 14:20:33 -06:00