Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/app/sbt
2 changes: 1 addition & 1 deletion images/fakemail/mailslurper
Submodule mailslurper updated 48 files
+12 βˆ’12 Dockerfile
+11 βˆ’1 README.md
+1 βˆ’1 bin/create-mysql.sql
+15 βˆ’0 bin/package.sh
+1 βˆ’1 cmd/mailslurper/adminAuthMiddleware.go
+2 βˆ’0 cmd/mailslurper/config.json
+16 βˆ’14 cmd/mailslurper/controllers/AdminController.go
+55 βˆ’1 cmd/mailslurper/controllers/ServiceController.go
+6 βˆ’4 cmd/mailslurper/mailslurper.go
+1 βˆ’1 cmd/mailslurper/serviceAuthMiddleware.go
+1 βˆ’1 cmd/mailslurper/setupAdminListener.go
+2 βˆ’2 cmd/mailslurper/setupConfig.go
+9 βˆ’5 cmd/mailslurper/setupServicesListener.go
+5 βˆ’4 cmd/mailslurper/www/mailslurper/js/app.js
+3 βˆ’2 cmd/mailslurper/www/mailslurper/js/controllers/AdminController.js
+1 βˆ’1 cmd/mailslurper/www/mailslurper/js/controllers/HomeController.js
+3 βˆ’2 cmd/mailslurper/www/mailslurper/js/controllers/LoginController.js
+2 βˆ’1 cmd/mailslurper/www/mailslurper/js/services/AuthService.js
+10 βˆ’7 cmd/mailslurper/www/mailslurper/js/services/SettingsService.js
+2 βˆ’1 cmd/mailslurper/www/mailslurper/js/services/TemplateService.js
+2 βˆ’1 cmd/mailslurper/www/mailslurper/js/widgets/SavedSearchesWidget.js
+22 βˆ’20 cmd/mailslurper/www/mailslurper/layouts/loginLayout.gohtml
+41 βˆ’39 cmd/mailslurper/www/mailslurper/layouts/mainLayout.gohtml
+1 βˆ’1 cmd/mailslurper/www/mailslurper/pages/admin.gohtml
+1 βˆ’1 cmd/mailslurper/www/mailslurper/pages/index.gohtml
+2 βˆ’2 cmd/mailslurper/www/mailslurper/pages/login.gohtml
+1 βˆ’1 cmd/mailslurper/www/mailslurper/pages/manageSavedSearches.gohtml
+1 βˆ’1 cmd/mailslurper/www/mailslurper/templates/helpers/attachmentURL.js
+700 βˆ’310 cmd/mailslurper/www/www.go
+24 βˆ’0 go.mod
+203 βˆ’0 go.sum
+1 βˆ’1 pkg/contexts/AdminUserContext.go
+1 βˆ’1 pkg/mailslurper/ApplyThemeRequest.go
+26 βˆ’2 pkg/mailslurper/Configuration.go
+7 βˆ’13 pkg/mailslurper/DataCommandExecutor.go
+1 βˆ’0 pkg/mailslurper/IStorage.go
+40 βˆ’0 pkg/mailslurper/MSSQLStorage.go
+9 βˆ’6 pkg/mailslurper/MailCommandExecutor.go
+40 βˆ’0 pkg/mailslurper/MySQLStorage.go
+44 βˆ’0 pkg/mailslurper/NoopCommandExecutor.go
+6 βˆ’5 pkg/mailslurper/Page.go
+43 βˆ’0 pkg/mailslurper/ResetCommandExecutor.go
+12 βˆ’1 pkg/mailslurper/SMTPMessagePart.go
+12 βˆ’0 pkg/mailslurper/SMTPWorker.go
+40 βˆ’0 pkg/mailslurper/SQLiteStorage.go
+1 βˆ’3 pkg/mailslurper/ServiceSettings.go
+3 βˆ’0 pkg/mailslurper/SmtpCommands.go
+1 βˆ’1 pkg/ui/TemplateRenderer.go
2 changes: 1 addition & 1 deletion images/web/lua-packages/inspect.lua
2 changes: 1 addition & 1 deletion images/web/lua-packages/lua-resty-redis
Submodule lua-resty-redis updated 20 files
+3 βˆ’0 .luacheckrc
+29 βˆ’13 .travis.yml
+122 βˆ’18 README.markdown
+311 βˆ’23 lib/resty/redis.lua
+57 βˆ’0 t/Test.pm
+10 βˆ’26 t/bugs.t
+17 βˆ’0 t/cert/test.crt
+15 βˆ’0 t/cert/test.key
+4 βˆ’23 t/count.t
+9 βˆ’37 t/hmset.t
+3 βˆ’22 t/mock.t
+82 βˆ’0 t/module.t
+13 βˆ’48 t/pipeline.t
+437 βˆ’67 t/pubsub.t
+321 βˆ’99 t/sanity.t
+343 βˆ’0 t/ssl.t
+5 βˆ’28 t/transaction.t
+7 βˆ’25 t/user-cmds.t
+3 βˆ’20 t/version.t
+19 βˆ’102 valgrind.suppress
2 changes: 1 addition & 1 deletion images/web/modules/lua-nginx-module
Submodule lua-nginx-module updated 275 files
2 changes: 1 addition & 1 deletion images/web/modules/luajit
Submodule luajit updated 227 files
2 changes: 1 addition & 1 deletion images/web/modules/ngx_devel_kit
2 changes: 1 addition & 1 deletion images/web/node_modules
Submodule node_modules updated 284 files
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ object Dependencies {
// See: https://github.com/playframework/scalatestplus-play/releases
// and: https://mvnrepository.com/artifact/org.scalatestplus.play/scalatestplus-play
// v6 is for Play 2.9, v7 for Play 3.0.
val scalaTestPlusPlay = "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.1" % Test
val scalaTestPlusPlay = "org.scalatestplus.play" %% "scalatestplus-play" % "6.0.2" % Test

// Don't use, migrate to ScalaTest instead, some day.
val specs2 = "org.specs2" %% "specs2-core" % "4.20.9" % "test"
Expand Down
2 changes: 1 addition & 1 deletion relchans/tyse-v0-dev
Submodule tyse-v0-dev updated 1 files
+1 βˆ’0 version-tags.log
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ describe("embcom.sort-order-op-likes-btn-txt.2br.ec TyTEMBSORTLIKETXT", () => {
it("Maria adds a comment", async () => {
// Wait until Maria's data added, otherwise if clicking Reply before that,
// the login dialog pops up and the test breaks.
// E2EBUG flappy & Breaks anyway, just like before.
await mariasBrowser.switchToEmbeddedCommentsIrame();
await mariasBrowser.waitForMyDataAdded();
await mariasBrowser.complex.replyToEmbeddingBlogPost("Hi I am here");
Expand Down
8 changes: 5 additions & 3 deletions tests/e2e-wdio7/specs/modn-ban-from-disc-page.2br.f.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,12 @@ describe(`modn-ban-from-disc-page.2br.f TyTEBANFROMDISC`, () => {
it(`... it's been deleted`, async () => {
await modya_brA.topic.waitUntilPageDeleted();
});
/*
it(`... and Mallory's two comments (same page) also deleted`, async () => {
// Ooops but these won't be loaded ,since deld.
// Ooops but [deleted_comment_not_loaded].
await modya_brA.topic.waitForPostVisibleAsDeleted(c.FirstReplyNr);
await modya_brA.topic.waitForPostVisibleAsDeleted(c.SecondReplyNr);
});
}); */

it(`Modya goes to Mallory's other new topic`, async () => {
await modya_brA.go2(mallorysPagesFn().topicTwoUrl);
Expand All @@ -323,7 +324,8 @@ describe(`modn-ban-from-disc-page.2br.f TyTEBANFROMDISC`, () => {
const counts = await modya_brA.topic.countReplies();
assert.deepEq(counts, {
numNormal: 0, numDrafts: 0, numPreviews: 0, numUnapproved: 0,
// Deleted comments aren't loaded, unless there's non-deleted replies to them.
// Currently, [deleted_comment_not_loaded], unless there's non-deleted
// replies to them.
numDeleted: 0 });
});

Expand Down
1 change: 0 additions & 1 deletion tests/e2e-wdio7/utils/ty-e2e-test-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5873,7 +5873,6 @@ export class TyE2eTestBrowser {
if (!isGone)
throw `Not yet gone: ${submitSelector}`;
});
await this.waitUntilModalGone();
}
};

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2025.007
v0.2025.008