.. |
adverts
|
Remove Time schema, replace with custom type
|
2024-07-13 16:07:33 -04:00 |
artist_links
|
Remove referrer, user_agent, and other unused fields
|
2024-08-05 08:04:12 -04:00 |
autocomplete
|
Autocomplete logic extraction
|
2024-06-22 21:42:43 -04:00 |
badges
|
Shorten truncated utc_now pattern
|
2024-07-09 21:20:00 -04:00 |
bans
|
Move ban ID generator to bans namespace
|
2024-07-13 16:12:31 -04:00 |
channels
|
Fixup
|
2024-08-05 08:23:32 -04:00 |
comments
|
Remove referrer, user_agent, and other unused fields
|
2024-08-05 08:04:12 -04:00 |
commissions
|
preliminary removal of textile and big migration
|
2021-09-29 22:05:16 +02:00 |
conversations
|
Move conversation controller functionality into context
|
2024-07-25 12:36:02 -04:00 |
data_exports
|
Add framework for zip data export
|
2024-11-09 00:36:08 -05:00 |
dnp_entries
|
preliminary removal of textile and big migration
|
2021-09-29 22:05:16 +02:00 |
donations
|
Expunge improper schema use of NaiveDateTime (#91)
|
2021-01-18 13:01:03 -05:00 |
duplicate_reports
|
Merge pull request #338 from philomena-dev/dr-sort
|
2024-07-22 12:23:05 -04:00 |
filters
|
Extract query validation callback step to custom validator
|
2024-07-13 16:12:24 -04:00 |
forums
|
Expunge improper schema use of NaiveDateTime (#91)
|
2021-01-18 13:01:03 -05:00 |
galleries
|
Perform coercion for query strings in parser module
|
2024-07-13 15:32:00 -04:00 |
image_faves
|
Add missing constraint conversions for interaction tables
|
2024-06-02 22:58:09 -04:00 |
image_features
|
Expunge improper schema use of NaiveDateTime (#91)
|
2021-01-18 13:01:03 -05:00 |
image_hides
|
Add missing constraint conversions for interaction tables
|
2024-06-02 22:58:09 -04:00 |
image_intensities
|
uploading works
|
2019-11-25 23:51:17 -05:00 |
image_votes
|
Add missing constraint conversions for interaction tables
|
2024-06-02 22:58:09 -04:00 |
images
|
Fix handling for nil upload
|
2024-09-10 14:23:05 -04:00 |
mod_notes
|
preliminary removal of textile and big migration
|
2021-09-29 22:05:16 +02:00 |
moderation_logs
|
basic moderation logs
|
2021-11-07 19:51:55 +01:00 |
notifications
|
Deduplicate select expressions in convert_to_notification
|
2024-08-06 08:32:41 -04:00 |
poll_options
|
run formatter
|
2020-01-10 23:20:19 -05:00 |
poll_votes
|
additional timestamps declarations
|
2021-01-18 18:40:26 -05:00 |
polls
|
Remove referrer, user_agent, and other unused fields
|
2024-08-05 08:04:12 -04:00 |
posts
|
Remove referrer, user_agent, and other unused fields
|
2024-08-05 08:04:12 -04:00 |
reports
|
Remove referrer, user_agent, and other unused fields
|
2024-08-05 08:04:12 -04:00 |
roles
|
Remove referrer, user_agent, and other unused fields
|
2024-08-05 08:04:12 -04:00 |
schema
|
Move ban ID generator to bans namespace
|
2024-07-13 16:12:31 -04:00 |
site_notices
|
Remove Time schema, replace with custom type
|
2024-07-13 16:07:33 -04:00 |
source_changes
|
Remove referrer, user_agent, and other unused fields
|
2024-08-05 08:04:12 -04:00 |
static_pages
|
Expunge improper schema use of NaiveDateTime (#91)
|
2021-01-18 13:01:03 -05:00 |
tag_changes
|
Remove referrer, user_agent, and other unused fields
|
2024-08-05 08:04:12 -04:00 |
tags
|
Fix tag short description indexing
|
2024-09-27 19:53:12 -04:00 |
topics
|
Remove Time schema, replace with custom type
|
2024-07-13 16:07:33 -04:00 |
user_fingerprints
|
Expunge improper schema use of NaiveDateTime (#91)
|
2021-01-18 13:01:03 -05:00 |
user_ips
|
Expunge improper schema use of NaiveDateTime (#91)
|
2021-01-18 13:01:03 -05:00 |
user_name_changes
|
Expunge improper schema use of NaiveDateTime (#91)
|
2021-01-18 13:01:03 -05:00 |
user_statistics
|
run formatter
|
2020-01-10 23:20:19 -05:00 |
users
|
Remove referrer, user_agent, and other unused fields
|
2024-08-05 08:04:12 -04:00 |
versions
|
additional timestamps declarations
|
2021-01-18 18:40:26 -05:00 |
workers
|
Change PhilomenaQuery.Batch to Stream-based instead of callback-based
|
2024-11-07 13:50:34 -05:00 |
adverts.ex
|
Remove Time schema, replace with custom type
|
2024-07-13 16:07:33 -04:00 |
application.ex
|
Move advert update server to app namespace and convert to GenServer
|
2024-06-22 13:59:59 -04:00 |
artist_links.ex
|
Fix wrong awarding user for automatic artist badge award
|
2024-07-29 11:26:11 -04:00 |
attribution.ex
|
Fix weird indentation
|
2024-06-22 18:16:14 -04:00 |
autocomplete.ex
|
Fix documentation errors
|
2024-06-24 19:48:17 -04:00 |
badges.ex
|
Fix documentation errors
|
2024-06-24 19:48:17 -04:00 |
bans.ex
|
Remove Time schema, replace with custom type
|
2024-07-13 16:07:33 -04:00 |
channels.ex
|
Clear notifications when subscription is removed
|
2024-07-29 20:03:49 -04:00 |
comments.ex
|
Remove background queueing for notification broadcasts
|
2024-07-30 17:04:40 -04:00 |
commissions.ex
|
fix changeset error on commission item creation
|
2020-09-10 12:54:19 -04:00 |
config.ex
|
remove config server (philomena-dev/philomena#56)
|
2020-10-26 23:03:08 -04:00 |
conversations.ex
|
Move conversation controller functionality into context
|
2024-07-25 12:36:02 -04:00 |
dnp_entries.ex
|
run formatter
|
2020-01-10 23:20:19 -05:00 |
donations.ex
|
context: donations
|
2019-08-28 12:53:01 -04:00 |
duplicate_reports.ex
|
Use image list layout in reverse search
|
2024-08-25 23:50:33 -04:00 |
exq_supervisor.ex
|
add exq
|
2020-05-27 17:04:55 -04:00 |
filters.ex
|
Split out query features to PhilomenaQuery namespace
|
2024-06-03 21:08:33 -04:00 |
forums.ex
|
Frontend changes
|
2024-07-28 12:39:11 -04:00 |
galleries.ex
|
Remove background queueing for notification broadcasts
|
2024-07-30 17:04:40 -04:00 |
image_faves.ex
|
run formatter
|
2020-01-10 23:20:19 -05:00 |
image_features.ex
|
split image context
|
2019-11-16 18:42:48 -05:00 |
image_hides.ex
|
run formatter
|
2020-01-10 23:20:19 -05:00 |
image_intensities.ex
|
Split out media processing tools into PhilomenaMedia namespace
|
2024-06-04 08:37:31 -04:00 |
image_votes.ex
|
run formatter
|
2020-01-10 23:20:19 -05:00 |
images.ex
|
Merge pull request #342 from philomena-dev/notifications-cleanups
|
2024-08-06 08:05:48 -04:00 |
interactions.ex
|
Shorten truncated utc_now pattern
|
2024-07-09 21:20:00 -04:00 |
mailer.ex
|
Swap Bamboo for Swoosh email delivery
|
2024-06-02 19:08:06 -04:00 |
markdown.ex
|
Add some specs and documentation, format
|
2021-09-29 22:09:21 -04:00 |
mod_notes.ex
|
Simplify mod note lookup in controllers
|
2024-07-15 21:19:32 -04:00 |
moderation_logs.ex
|
Simplify moderation logs context
|
2024-07-15 20:43:45 -04:00 |
native.ex
|
Add framework for zip data export
|
2024-11-09 00:36:08 -05:00 |
notifications.ex
|
Streamline notification broadcasts
|
2024-07-30 13:20:46 -04:00 |
poll_options.ex
|
fix forums associations
|
2019-09-30 20:50:34 -04:00 |
poll_votes.ex
|
Shorten truncated utc_now pattern
|
2024-07-09 21:20:00 -04:00 |
polls.ex
|
Remove Time schema, replace with custom type
|
2024-07-13 16:07:33 -04:00 |
polymorphic.ex
|
fix source url display, provide all source urls
|
2023-05-29 13:06:41 +02:00 |
posts.ex
|
Remove background queueing for notification broadcasts
|
2024-07-30 17:04:40 -04:00 |
release.ex
|
Local autocomplete (#151)
|
2021-12-26 19:16:21 -05:00 |
repo.ex
|
remove Repo.isolated_transaction/2
|
2020-09-06 12:39:53 -04:00 |
reports.ex
|
Remove referrer, user_agent, and other unused fields
|
2024-08-05 08:04:12 -04:00 |
roles.ex
|
context: roles
|
2019-08-28 13:34:36 -04:00 |
search_policy.ex
|
More fully separate underlying search behavior from usage in application
|
2024-06-03 21:08:33 -04:00 |
site_notices.ex
|
Remove Time schema, replace with custom type
|
2024-07-13 16:07:33 -04:00 |
slug.ex
|
fix tag slug double encoding (derpibooru/philomena#203)
|
2020-09-20 10:00:20 -04:00 |
source_changes.ex
|
source/tag change model setup
|
2019-11-24 13:36:21 -05:00 |
static_pages.ex
|
Squashed commit of the following:
|
2020-09-06 01:30:53 -04:00 |
subscriptions.ex
|
Clear notifications when subscription is removed
|
2024-07-29 20:03:49 -04:00 |
tag_changes.ex
|
Shorten truncated utc_now pattern
|
2024-07-09 21:20:00 -04:00 |
tags.ex
|
Remove Repo fetch from Channel module
|
2024-07-15 09:28:19 -04:00 |
topics.ex
|
Remove background queueing for notification broadcasts
|
2024-07-30 17:04:40 -04:00 |
user_downvote_wipe.ex
|
Change PhilomenaQuery.Batch to Stream-based instead of callback-based
|
2024-11-07 13:50:34 -05:00 |
user_fingerprints.ex
|
split users context
|
2019-11-14 20:08:38 -05:00 |
user_ips.ex
|
Squashed commit of the following:
|
2020-09-06 01:30:53 -04:00 |
user_name_changes.ex
|
split users context
|
2019-11-14 20:08:38 -05:00 |
user_statistics.ex
|
add and configure sobelow
|
2021-04-01 12:49:41 -04:00 |
user_wipe.ex
|
Remove spawn calls (#80)
|
2020-12-06 11:42:14 -05:00 |
users.ex
|
Move conversation controller functionality into context
|
2024-07-25 12:36:02 -04:00 |
versions.ex
|
add and configure sobelow
|
2021-04-01 12:49:41 -04:00 |