Commit graph

68 commits

Author SHA1 Message Date
Mantas Masalskis
aaa4700468 Maintenance: Renames 422 HTTP response code from unprocessable_entity to unprocessable_content due to RFC update 2026-04-22 18:23:21 +03:00
Mantas Masalskis
a1b9ef2bbb Maintenance: Update copyright information. 2026-01-02 15:41:09 +02:00
Mantas Masalskis
10f627cb69 Maintenance: Update copyright information 2025-01-01 17:39:43 +02:00
Dominik Klein
e054d6ca79 Maintenance: Update copyright information. 2024-01-02 11:55:19 +01:00
Martin Gruner
d3f122dd0f Maintenance: Remove websocket spool messages to new client connection. 2023-03-13 10:30:51 +01:00
Florian Liebe
9dfc232536 Maintenance: Update copyright information. 2023-01-02 16:19:55 +01:00
Martin Gruner
24c3bdfd87 Maintenance: Update copyright header. 2022-01-01 14:38:12 +01:00
Martin Gruner
e057d76e59 Maintenance: Apply source string review changes. 2021-12-16 14:42:09 +01:00
Martin Gruner
64a87b1c67 Fixes #2709, fixes #2666, fixes #2665, fixes #556, fixes #3275 - Refactoring: Implement new translation toolchain based on gettext.
- Translations are no longer fetched from the cloud.
- Instead, they are extracted from the codebase and stored in i18n/zammad.pot.
- Translations will be managed via a public Weblate instance soon.
- The translated .po files are fed to the database as before.
- It is now possible to change "translation" strings for en-us locally via the admin GUI.
- It is no longer possible to submit local changes.
2021-11-15 16:58:19 +01:00
Martin Gruner
a389b8f07c Maintenance: Replace rand() where possible 2021-09-20 12:47:05 +02:00
Thorsten Eckel
b8b57781b7 Maintenance: Activated rubocop Layout/LeadingCommentSpace. 2021-07-19 15:43:33 +02:00
Thorsten Eckel
814f7e997b Maintenance: Activated rubocop Style/SelfAssignment. 2021-07-19 15:27:47 +02:00
Martin Gruner
5df98684da Maintenance: Update copyright information and add a new rubocop cop to watch over it. 2021-06-01 12:20:20 +00:00
Thorsten Eckel
623b17be6b Maintenance: Updated rubocop(-* gems) to latest version (0.92.0). 2020-09-30 11:07:01 +02:00
Ryan Lue
a1da3a27f9 Enable Lint/UselessAssignment cop. 2019-06-28 13:38:49 +02:00
Thorsten Eckel
e8a57517f4 Updated rubocop - applied custom Layout/AlignHash style. 2018-12-19 18:33:22 +01:00
Martin Edenhofer
75230c3db3 Fixed issue #2327 - Websocket messages are not working correctly via Ajax long polling (e. g. multiple browser tabs can get opened with one session). 2018-11-02 18:42:57 +01:00
Thorsten Eckel
9af50f2a4e Updated rubocop to latest version (0.59.2) and applied required changes. 2018-10-09 08:17:41 +02:00
Thorsten Eckel
bf6192113a Improved overall performance by using logger.debug { ... } instead of logger.debug(...). This decreases the LDAP import dry runtime by ~33%. 2018-03-22 10:39:32 +01:00
Thorsten Eckel
705487154c Applied changes for Rubocop 0.51. 2017-11-23 09:09:44 +01:00
Thorsten Eckel
757f0ac9bd Applied RuboCop Style/BlockDelimiters to improve readability. 2017-10-01 14:25:52 +02:00
Martin Edenhofer
ff56f294f3 Rails 5.1 migration. 2017-09-23 08:25:55 +02:00
Martin Edenhofer
c71b0d36d4 Updated copyright. 2016-10-19 05:11:36 +02:00
Martin Edenhofer
9fe709f9b7 Improved error handling for json requests. 2016-06-30 10:24:03 +02:00
Thorsten Eckel
00cffad79e Added some syntactic suguar (used in rubocop cops). 2016-01-16 11:05:04 +01:00
Martin Edenhofer
4adf2e3750 Fixed long poling without session user. 2015-12-13 09:40:39 +01:00
Martin Edenhofer
5f74e50433 Rewrite of web socket event backend. 2015-12-09 14:09:37 +01:00
Martin Edenhofer
4e94fd5790 Applied new rubocop version. 2015-09-09 20:16:20 +02:00
Thorsten Eckel
54fd62487c Applied rubocop cop 'Style/SpaceInsideStringInterpolation'. 2015-07-03 17:18:01 +02:00
Thorsten Eckel
b6c2b6750a Corrected with rubocop cop 'Lint/RescueException'. 2015-05-08 16:09:24 +02:00
Thorsten Eckel
18eaebd9b9 Corrected with rubocop cop 'Lint/ShadowingOuterLocalVariable'. 2015-05-08 12:33:08 +02:00
Thorsten Eckel
409ae23e78 Corrected with rubocop cop 'Rails/TimeZone'. 2015-05-08 12:20:43 +02:00
Thorsten Eckel
c282fd2b37 Corrected with rubocop cop 'Lint/UnusedBlockArgument'. 2015-05-07 11:49:46 +02:00
Thorsten Eckel
d63b9d2f9b Corrected with rubocop cop 'Style/InfiniteLoop'. 2015-05-05 16:10:06 +02:00
Martin Edenhofer
a969242ada Applied some rubocops. 2015-05-04 21:11:20 +02:00
Martin Edenhofer
4365039f49 Moved to rails logger. 2015-05-04 20:58:28 +02:00
Martin Edenhofer
60121a25fb Some new rubocop checks. 2015-04-27 22:49:17 +02:00
Martin Edenhofer
e474ac197a Applied rubocop Style/EmptyLines. 2015-04-27 16:29:28 +02:00
Martin Edenhofer
70e48aab13 Merge branch 'develop' of github.com:martini/zammad into develop
Conflicts:
	config/environments/development.rb
	db/migrate/20120101000020_create_network.rb
	db/migrate/20140831000001_create_object_manager.rb
	lib/fill_db.rb
	test/unit/session_basic_test.rb
	test/unit/session_basic_ticket_test.rb
	test/unit/session_collections_test.rb
	test/unit/session_enhanced_test.rb
	test/unit/working_time_test.rb
2015-04-27 16:02:07 +02:00
Martin Edenhofer
a299f79598 Moved to rubocop Style/NumericLiterals. 2015-04-27 15:43:34 +02:00
Thorsten Eckel
ce58d465c0 Corrected with rubocop cop 'Style/HashSyntax'. 2015-04-27 15:42:53 +02:00
Thorsten Eckel
a70b3cfc89 Corrected with rubocop cop 'Style/StringLiterals'. 2015-04-27 15:20:16 +02:00
Martin Edenhofer
71d8af7a52 Moved from Marshal to JSON session files. 2015-01-13 15:53:15 +01:00
Martin Edenhofer
1f65db48ac Fixed websocket messages with recipients. 2014-10-05 14:38:30 +02:00
Martin Edenhofer
da7af2fc63 Improved asset management. 2014-08-03 00:06:51 +02:00
Martin Edenhofer
e5c35021ac Updated header. 2014-02-03 20:24:49 +01:00
Martin Edenhofer
3fb7b617e0 Set new client id also if verify failed. 2013-09-19 16:56:09 +02:00
Martin Edenhofer
8a4c3388e4 Try to avoid "Mysql2::Error: This connection is in use by: #<Thread:0x00000001b5af80 sleep". 2013-08-28 08:40:02 +02:00
Martin Edenhofer
e684568e61 Do not update session for long polling. 2013-08-28 00:56:17 +02:00
Martin Edenhofer
0eccb81fbc Renamed Session module to Sessions to avoid conflicts with active record Session module. 2013-08-21 20:35:22 +02:00