Commit Graph

  • 9e6b783fd2 Remove sharp dependency from package.json to streamline project dependencies. Torsten Schulz (local) 2025-12-04 17:06:42 +01:00
  • 9aef5ef901 Refactor deploy-to-opt.sh and fix-npm-cache.sh to set HOME environment variable during npm cache configuration, ensuring correct usage of custom cache directory and improving .npmrc management. Torsten Schulz (local) 2025-12-04 17:03:56 +01:00
  • 34df89c1ac Update deploy-to-opt.sh to enhance npm cache management by excluding .npm and .npm-cache directories, and setting a custom npm cache directory during dependency installation and client build. Torsten Schulz (local) 2025-12-04 17:01:51 +01:00
  • c63c26bfe4 Enhance fix_wt_config.sh by adding detailed logging and improving error handling for better configuration management and traceability. Torsten Schulz (local) 2025-12-04 16:55:03 +01:00
  • e5da73b2a1 Refactor fix_wt_config.sh to improve configuration management by enhancing error handling and adding logging for better traceability. Torsten Schulz (local) 2025-12-04 16:51:06 +01:00
  • fb2de33e76 Add terser as a devDependency and update package-lock.json with new dependencies Torsten Schulz (local) 2025-12-04 16:43:12 +01:00
  • 6e9116e819 Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management. Torsten Schulz (local) 2025-12-04 16:34:45 +01:00
  • 4b674c7c60 Ensure fix_wt_config.sh is executable and properly configured for improved execution of configuration tasks. Torsten Schulz (local) 2025-11-28 10:46:27 +01:00
  • a793e910b5 Update fix_wt_config.sh to improve configuration execution by ensuring it is executable and properly set up for use. Torsten Schulz (local) 2025-11-28 10:44:36 +01:00
  • 08b7e0e919 Make fix_wt_config.sh executable to ensure proper execution of configuration fixes. Torsten Schulz (local) 2025-11-28 10:34:01 +01:00
  • 0399ac4cec Change file permissions for fix_wt_config.sh to make it executable. Torsten Schulz (local) 2025-11-28 10:28:28 +01:00
  • 3c56bd7980 Update rebuild_and_test.sh to enhance service management by ensuring services are stopped before binary copying and refining the status check process. Torsten Schulz (local) 2025-11-28 10:27:59 +01:00
  • 19c06639f5 Refactor rebuild_and_test.sh to improve service management: stop service before copying binaries and update status check sequence. Torsten Schulz (local) 2025-11-28 10:27:47 +01:00
  • 7e7e0ae5e2 Change file permissions for rebuild_and_test.sh to make it executable. Torsten Schulz (local) 2025-11-28 10:26:54 +01:00
  • 8ec1ed5105 Enhance SEO by updating meta tags for better indexing and link following, and improve page metadata management in showPartnerSites function. Torsten Schulz (local) 2025-11-28 10:26:10 +01:00
  • da5f415e0b Update meta tag for robots to allow indexing and link following, enhancing SEO and site visibility. Torsten Schulz (local) 2025-11-28 09:20:50 +01:00
  • 451bda8f28 Add meta tag setting in showPartnerSites function to enhance SEO and improve page metadata management. Torsten Schulz (local) 2025-11-21 10:55:56 +01:00
  • 6f9313944c Update inbox label localization from English to German in app.cpp to improve user interface consistency and enhance localization efforts. Torsten Schulz (local) 2025-11-16 22:17:29 +01:00
  • 63747e0fd6 Add search UI localization in multiple languages, including error messages and tooltips, to enhance user experience and accessibility across the application. Torsten Schulz (local) 2025-11-16 22:15:41 +01:00
  • 8f24425110 Add localized message for logged-in user count in German and English, enhancing user interface clarity. Update widget creation in app.cpp to utilize translation for various UI elements, improving localization consistency. Torsten Schulz (local) 2025-11-16 21:39:02 +01:00
  • a18c09592d Add localized menu options, buttons, and error messages in multiple languages to enhance user experience and accessibility across the application. Torsten Schulz (local) 2025-11-16 21:24:40 +01:00
  • 25c3d20885 Add logging for user login process in handleLogin function to improve debugging and error tracking. Torsten Schulz (local) 2025-11-16 14:58:41 +01:00
  • ee52a35f91 Remove Google Ads script from header container in app.cpp to streamline the application and improve loading performance. Torsten Schulz (local) 2025-11-16 14:56:29 +01:00
  • a77ad7b784 Add Google Fonts import and update font-family in CSS for improved typography across the application. Torsten Schulz (local) 2025-11-16 14:44:58 +01:00
  • 6df39afd51 Refactor widget creation in app.cpp to consistently use std::make_unique for Wt::WPushButton and Wt::WAnchor, enhancing memory management and code clarity. Torsten Schulz (local) 2025-11-16 14:31:26 +01:00
  • 4aa0089434 Refactor widget creation in app.cpp to use std::make_unique for Wt::WContainerWidget and Wt::WText, improving memory management and code clarity. Torsten Schulz (local) 2025-11-16 14:28:29 +01:00
  • 24275a70b0 Add explicit loading of language-specific resource bundles based on locale in app initialization, enhancing localization support for multiple languages. Torsten Schulz (local) 2025-11-16 14:21:01 +01:00
  • 7c63bfc236 Enhanced locale determination logic to evaluate the Accept-Language header from the browser, allowing for improved locale selection based on user preferences. Updated fallback mechanism for locale handling. Torsten Schulz (local) 2025-11-16 14:03:07 +01:00
  • e69ae0148c Refactored gender-related labels in multiple languages for chat input fields, improving localization consistency and user experience across the application. Torsten Schulz (local) 2025-11-16 13:55:53 +01:00
  • 4abc966fc0 Add localized labels and buttons for chat input fields in multiple languages, enhancing user interface accessibility and internationalization support. Torsten Schulz (local) 2025-11-16 13:47:46 +01:00
  • f98288e8c0 Enhanced locale determination logic to support both '-' and '_' as separators, improving flexibility in language and region parsing from browser settings. Torsten Schulz (local) 2025-11-16 13:42:26 +01:00
  • 60c23bedc0 Refactored locale determination logic to directly use the language parameter from the environment, improving clarity and consistency in locale handling. Torsten Schulz (local) 2025-11-16 13:34:59 +01:00
  • 5288f21e52 Implemented locale initialization based on browser settings, added methods to determine locale from URL parameters and Accept-Language header, and updated app initialization to include locale setup. Torsten Schulz (local) 2025-11-16 13:18:45 +01:00
  • e869abde5d Added timestamp logging for client logins, enhanced admin login display with date and time columns, and updated CSS for improved user interaction. Adjusted CMake configuration for better project management. Torsten Schulz (local) 2025-11-16 12:42:14 +01:00
  • 0964f584d2 Aktualisierung der .gitignore zur Einbeziehung von Logdateien, Anpassung der CMake-Konfiguration für Multi-Config-Builds und Aktualisierung der Links im CSV-Dokument. Torsten Schulz (local) 2025-09-12 13:31:47 +02:00
  • e8655dc79b working version Torsten Schulz 2024-07-24 16:22:57 +02:00
  • 6742b813c4 fix Torsten Schulz 2024-06-26 15:51:41 +02:00
  • 701a5ff5f9 changes adsense Torsten Schulz 2024-06-26 15:31:37 +02:00
  • 24111a7635 code change again Torsten Schulz 2024-06-26 15:18:31 +02:00
  • 46ef978499 Fixed adsense code Torsten Schulz 2024-06-26 15:14:38 +02:00
  • d7c5e72928 easy access to admin information Torsten Schulz 2024-05-29 14:19:07 +02:00
  • 4ce3504688 Added logging Torsten Schulz 2024-05-08 21:03:12 +02:00
  • 413dc7ada8 Fixed the robots tags Torsten Schulz 2024-04-26 09:15:51 +02:00
  • 1e4b51a0ae Enhanced keywords Torsten Schulz 2024-04-10 21:48:06 +02:00
  • 65d8220dd0 Fixed link Torsten Schulz 2024-04-08 12:25:12 +02:00
  • 5ef7f06b8e Added links page Torsten Schulz 2024-04-08 12:22:42 +02:00
  • b1f4b1a909 Fixed rescale Torsten Schulz 2024-04-08 09:39:09 +02:00
  • e05a9429b9 Animated gifs are working now Torsten Schulz 2024-04-08 09:35:35 +02:00
  • ba976db321 Outptstyle fixedp Torsten Schulz 2024-03-18 18:29:23 +01:00
  • 359f379b18 Instead of a click button, the lists for genders and country searches are hovering now Torsten Schulz 2024-02-23 15:46:05 +01:00
  • 94d2985334 send a message will also be noted as activity Torsten Schulz 2024-02-23 14:06:47 +01:00
  • bef79f1fc9 Fixed pif error Torsten Schulz 2024-02-23 13:39:31 +01:00
  • d6baee37e3 pic upload Torsten Schulz 2024-02-23 12:37:37 +01:00
  • 064304a506 Fixed crash on leave chat Torsten Schulz 2024-02-21 16:09:28 +01:00
  • ab8f84f371 Fixed problems with block; refactored code Torsten Schulz 2024-02-21 11:08:27 +01:00
  • 19f9595e8b - Show timestamp of messages - Show warning, not to give out personal informations Torsten Schulz 2024-02-18 15:01:43 +01:00
  • 5e434017ab Fixed: Scroll to bottom not working Torsten Schulz 2024-02-18 14:49:06 +01:00
  • 48d78d39a8 Enhanced output Torsten Schulz 2024-02-18 12:34:51 +01:00
  • 5a7ddeacf7 Added thumbs up Torsten Schulz 2024-02-18 12:11:31 +01:00
  • ee522aa82e Fixed problems with smileys Torsten Schulz 2024-02-18 12:05:46 +01:00
  • 38ab762794 When not logged in, you can jump back from partners page to login page now Torsten Schulz 2024-02-17 15:04:04 +01:00
  • 7f5ac600a8 Added links page Torsten Schulz 2024-02-17 14:52:08 +01:00
  • 825f5c924b Fixed timeout time Torsten Schulz 2024-02-15 17:07:31 +01:00
  • a580b51f1a Fixed timeout Torsten Schulz 2024-02-15 17:06:02 +01:00
  • bbf8412f7c logout removes also username Torsten Schulz 2024-02-15 15:48:02 +01:00
  • 8020d49f9f empty lines can't be send any longer Torsten Schulz 2024-02-15 14:57:19 +01:00
  • bd423fdd0d Merge branch 'main' of ssh://tsschulz.de:/home/git/singlechat Torsten Schulz 2024-02-15 14:19:04 +01:00
  • 6075275412 Installationspfade aktualisiert Torsten Schulz 2024-02-15 14:18:42 +01:00
  • 0e74484cca fixed missing header Torsten Schulz (server) 2024-02-15 13:05:48 +00:00
  • f1488eeb59 Added some usefull informations for users Fixed bug with auto logout Torsten Schulz 2024-02-15 14:01:09 +01:00
  • 5c79b70501 Added flags Torsten Schulz 2024-02-14 08:53:18 +01:00
  • cdc2a01fa4 added favicon Torsten Schulz 2024-02-13 18:44:11 +01:00
  • d53a53cc9f Added ads.txt Torsten Schulz 2024-02-12 15:24:39 +01:00
  • e75482793e Added adsense Torsten Schulz 2024-02-12 14:58:13 +01:00
  • 9c704825cd Other type of google ads Torsten Schulz 2024-02-12 09:03:51 +01:00
  • 056adf2422 added AdSense Torsten Schulz 2024-02-12 09:01:11 +01:00
  • 819ed96fef fixed headers Torsten Schulz 2024-02-11 12:53:14 +01:00
  • f32543b8d2 Fixed html sections Torsten Schulz 2024-02-09 13:12:21 +01:00
  • a4311da9b5 Added a more friendy incoming text Torsten Schulz 2024-02-09 13:09:37 +01:00
  • 7131e8bf0f Added numer of currently logged in users Torsten Schulz 2024-02-09 12:56:56 +01:00
  • 01bd65365d Added number of currently logged in users Torsten Schulz 2024-02-09 12:56:37 +01:00
  • fff39ef376 Added welcome page content Torsten Schulz 2024-02-09 12:44:18 +01:00
  • db9eabfb3e Added keywords for page Torsten Schulz 2024-02-09 11:35:53 +01:00
  • ce0b33a0b0 Image source changed Torsten Schulz 2024-02-08 17:56:21 +01:00
  • cf73c5b13a Added message historyp Torsten Schulz 2024-02-08 17:34:20 +01:00
  • cc5e4f38a8 Removed cookie banner Torsten Schulz 2024-02-03 00:21:01 +01:00
  • f426a605b2 Changed greeting Torsten Schulz 2024-01-31 13:25:44 +01:00
  • ad58aa57bf Updated style and added some smileys Torsten Schulz 2024-01-31 13:03:24 +01:00
  • 8016df594f Implemented search, fixed logout Torsten Schulz 2024-01-29 13:35:28 +01:00
  • c9bffa64cd Search added, but change window and back lets app crash Torsten Schulz 2024-01-28 13:43:36 +01:00
  • ffd01194da Added automated disconnect Torsten Schulz 2024-01-27 01:00:59 +01:00
  • e810a25f97 changed userlist items style Torsten Schulz 2024-01-26 17:58:37 +01:00
  • 5e95f66400 output file changed Torsten Schulz 2024-01-26 17:28:24 +01:00
  • 0789d41371 use ever build-in http server Torsten Schulz 2024-01-26 14:50:50 +01:00
  • 9d0edae785 users in userlist aren't inline Torsten Schulz 2024-01-26 14:27:10 +01:00
  • c871cb0370 Changed used libs for different systems Torsten Schulz 2024-01-26 13:38:48 +01:00
  • 57ef1b0616 Changed used libs for different systems Torsten Schulz 2024-01-26 13:05:18 +01:00
  • 853974046d Added install path Torsten Schulz 2024-01-26 12:11:18 +01:00
  • eeb62b28c7 Fixed cmake Torsten Schulz 2024-01-26 12:04:37 +01:00
  • 11d1f33b6e Fixed cmake Torsten Schulz 2024-01-26 11:04:30 +01:00