Commit graph

2845 commits

Author SHA1 Message Date
Kyle Drake
c2d6b2a361
Merge pull request #544 from neocities/dependabot/bundler/webrick-1.8.2
Bump webrick from 1.8.1 to 1.8.2
2024-09-30 13:37:11 -05:00
dependabot[bot]
a0ac6938cf
Bump webrick from 1.8.1 to 1.8.2
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 18:18:03 +00:00
Kyle Drake
6f030797fa new btc address for lifer 2024-09-30 13:15:57 -05:00
Kyle Drake
47edba24dc properly escape screenshot path 2024-09-19 18:26:55 -05:00
Kyle Drake
4347642ac6 update puma to latest 2024-09-19 12:55:21 -05:00
Kyle Drake
4a8c55f6be chat tab commented out 2024-09-19 12:53:06 -05:00
Kyle Drake
3a41029313 add htm to uri, use site.uri for screenshot 2024-09-19 12:47:21 -05:00
Kyle Drake
0e827319cd ensure binary write of screenshots 2024-09-18 09:37:13 -05:00
Kyle Drake
48cef121a1 more fixes for file path 2024-09-17 17:14:30 -05:00
Kyle Drake
208950df55 fix for not loading certain characters correctly in editor file paths 2024-09-16 17:04:03 -05:00
Kyle Drake
dee9128cb3 fix up file uris/uri path code 2024-09-15 14:18:35 -05:00
Kyle Drake
1794a4bcba escape file path properly in dashboard, remove question mark scrub for now 2024-09-15 10:14:27 -05:00
Kyle Drake
605fa2cc74 scrub question marks 2024-09-14 13:10:26 -05:00
Kyle Drake
4fe0443a10 add new api clients 2024-09-10 23:34:04 -05:00
Kyle Drake
8331cb85b5 update btc address 2024-09-06 09:45:40 -05:00
Kyle Drake
1e59bab1eb fix bug for missing site 2024-09-04 14:26:36 -05:00
Kyle Drake
81ae359ec0
Merge pull request #537 from neocities/dependabot/bundler/rexml-3.3.6
Bump rexml from 3.3.3 to 3.3.6
2024-09-04 13:18:10 -05:00
Kyle Drake
ccb6c85c41 fixes for non-unique results and missing current site 2024-09-04 13:16:10 -05:00
Kyle Drake
1f1ee0b64e show username and site updated title with link 2024-09-04 12:34:32 -05:00
Kyle Drake
581756e110 tag search for activities, more tags in browse cloud, link between activity and browse tags 2024-09-04 12:19:48 -05:00
Kyle Drake
137f8af60b dont show comments for people you don't follow on news feeds 2024-09-03 22:08:41 -05:00
Kyle Drake
123d05d685 exclude nsfw from global feed 2024-08-30 00:15:27 -05:00
Kyle Drake
8a96e65f9f fix for missing comments on profile 2024-08-29 22:50:03 -05:00
Kyle Drake
724ee54658 fix for comment issue 2024-08-29 17:09:45 -05:00
Kyle Drake
91110edc52 show site index screenshot for site updates 2024-08-28 23:33:13 -05:00
Kyle Drake
aeb2e34243 fix for not showing site updates 2024-08-28 23:05:30 -05:00
Kyle Drake
68e1e2fed2 an inappropriate amount of fixes and improvements to the news feeds. if something breaks it's somebody else's fault 2024-08-28 15:16:24 -05:00
Kyle Drake
6ced50a88d disable activity cache 2024-08-26 22:54:45 -05:00
Kyle Drake
2625e1328a pagination for follow/follower lists 2024-08-26 22:41:23 -05:00
Kyle Drake
a67588a1c0 speed up and improve global activity 2024-08-26 21:53:10 -05:00
dependabot[bot]
6802210509
Bump rexml from 3.3.3 to 3.3.6
Bumps [rexml](https://github.com/ruby/rexml) from 3.3.3 to 3.3.6.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.3.3...v3.3.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-22 20:51:43 +00:00
Kyle Drake
a00d460ce0 scrub all attempts to do stupid things with page 2024-08-20 11:29:38 -05:00
Kyle Drake
9ad4b27a50 return 404 for missing file on rename 2024-08-20 11:17:29 -05:00
Kyle Drake
a148f87701 no error when file/object already deleted 2024-08-20 11:14:21 -05:00
Kyle Drake
05c682b0e5 404 for deleted event 2024-08-20 11:05:32 -05:00
Kyle Drake
e1113287b4 check for ip addresses being used for custom domains 2024-08-20 10:29:31 -05:00
Kyle Drake
d10713455c fix for tag creation with extra space 2024-08-20 10:13:24 -05:00
Kyle Drake
b50d93f030 add back csrf token for index validation 2024-08-20 09:38:40 -05:00
Kyle Drake
c4487af180 fix for tag create/find 2024-08-19 22:37:31 -05:00
Kyle Drake
ea45da0dbd index: cache featured sites, fixes signup issues 2024-08-19 16:41:15 -05:00
Kyle Drake
53c258d58f no flash for index 2024-08-19 10:31:50 -05:00
Kyle Drake
601f58e025 fix for CSRF token in cached index 2024-08-19 10:16:09 -05:00
Kyle Drake
72d148b237 example screenshot for custom domains 2024-08-18 11:06:33 -05:00
Kyle Drake
6ee8d6ba18
Merge pull request #532 from nottnottloop/readmeupdate
Update the README
2024-08-15 13:31:17 -05:00
nottnottloop
4f8ef9d709 Update the README 2024-08-15 19:08:38 +01:00
Kyle Drake
3d58817927 remove debug puts 2024-08-15 11:53:58 -05:00
Kyle Drake
498f29bfa2 fixes for tests 2024-08-15 11:46:39 -05:00
Kyle Drake
88f419ce67 cache the entire rendering of the front page 2024-08-15 10:59:56 -05:00
Kyle Drake
6c0ecf752c use score for site suggestions 2024-08-15 10:55:10 -05:00
Kyle Drake
314227136e add db unique constraint for tags 2024-08-14 13:11:00 -05:00