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
Rolf Schmidt
0c93022abf
Fixes #5384 - Improve heavy used admin objects with pagination and search in admin interface.
...
Co-authored-by: Mantas Masalskis <mm@zammad.com>
Co-authored-by: Dominik Klein <dk@zammad.com>
Co-authored-by: Dusan Vuckovic <dv@zammad.com>
2024-11-28 14:09:42 +01:00
Martin Gruner
7db582d95b
Maintenance: Fix false gitleaks positives
2024-10-18 16:22:26 +02:00
renovatebot
b08d6c91a6
Maintenance: Update dependency rubocop to v1.63.0
...
This commit simplifies iterating over Arrays by leveraging advanced Ruby enumarators methods. Namely #map and #each_with_object.
It also cleans up some date range queries by using #where(date: Range) which is transformed into SQL BETWEEEN operator.
2024-04-09 16:09:18 +02:00
Dominik Klein
e054d6ca79
Maintenance: Update copyright information.
2024-01-02 11:55:19 +01:00
Florian Liebe
9dfc232536
Maintenance: Update copyright information.
2023-01-02 16:19:55 +01:00
Dominik Klein
9b9a1f5706
Feature: Mobile - Added prefill support for auto complete form fields.
2022-11-04 16:45:24 +01:00
Martin Gruner
b8616317a4
Maintenance: Update company references in source code.
2022-05-27 11:21:11 +02:00
Rolf Schmidt
84f6ee0a7c
Fixes #1573 - Assign user to multiple organizations.
2022-05-19 15:39:26 +02:00
Martin Gruner
24c3bdfd87
Maintenance: Update copyright header.
2022-01-01 14:38:12 +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
Dominik Klein
ae4f400713
Maintenance: Moved pagination controller concern to the proper place.
2021-09-07 12:34:10 +02:00
Mantas Masalskis
310846b8b4
Fixes #3068 - KB search does not allow pagination on endpoint
2021-08-17 07:44:54 +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
876c0b18fd
Fixes issue #2983 - HTTP 401 responses causing issues with Basic Authentication.
2021-02-04 09:28:41 +01:00
Rolf Schmidt
a0dc877e33
Revert "Fixes #2605 - Deletion via API impossible when user logged in at some point."
...
This reverts commit 0242c05165 .
2020-12-08 14:23:33 +01:00
Rolf Schmidt
0242c05165
Fixes #2605 - Deletion via API impossible when user logged in at some point.
2020-12-08 13:32:52 +01:00
Rolf Schmidt
3fd0609f61
Fixes #2337 - Zammad stops Organization pagination after 500 entries.
2020-10-30 08:59:32 +01:00
Ryan Lue
becbdb1baa
Refactoring: Replaced home-rolled authorization logic in Controllers with Pundit.
2020-03-19 10:39:51 +01:00
Martin Edenhofer
ffd7ae99b1
Fixes issue #2530 - Not used SQL index with PostgreSQL in certain cases on very large setups.
2019-04-07 17:23:03 +02:00
Jens Pfeifer
e48256c130
Refactoring: Removed use of unnecessary exception wrapper method response_access_deny.
2019-02-26 11:37:31 +01:00
Martin Edenhofer
ed448c7f50
Fixed issue #2420 - Unable to show ticket history.
2018-12-31 20:15:17 +01:00
Thorsten Eckel
e8a57517f4
Updated rubocop - applied custom Layout/AlignHash style.
2018-12-19 18:33:22 +01:00
Martin Edenhofer
13b3b841d5
Fixed issue #2329 - Unable to import (update) users with email addresses als lookup index written in upper letters.
2018-11-06 06:42:52 +01:00
Martin Edenhofer
597cd01b5a
Implemented issue #2073 - Allow sort_by and order_by for tickets, users and organisations search REST API.
2018-07-18 16:00:06 +02:00
Martin Edenhofer
8af6e2b9eb
Implemented issue #2064 - Add delete existing records to CSV import feature.
2018-06-12 22:58:59 +02:00
Martin Edenhofer
b58ac7e1be
Improved issue #675 - Added web UI for import of users and organisations via csv files.
2018-06-06 03:30:17 +02:00
Martin Edenhofer
cf16264940
Implemented issue #1951 - Allow pagination in search result with more then 100 results.
2018-04-13 09:22:55 +02:00
Martin Edenhofer
6a0f5d4c25
Initial generic csv based import of text modules, users, organizations and tickets for model and controller.
2018-02-20 05:29:30 +01:00
Thorsten Eckel
2a71c6104b
Fixed issue #1753 - Ticket search fails for limit exceeding 100 with internal server error.
2018-01-16 17:14:08 +01:00
Martin Edenhofer
e460c99cad
Introduced REST expand=true/false/1/0, full=true/false/1/0 and all=true/false/1/0 options. Improved controller tests. @hanneshal
2017-12-14 14:19:24 +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
Jens Pfeifer
533b44af8f
Updated to rails 5.0.
2017-09-08 08:28:34 +00:00
Martin Edenhofer
9cc1f8b564
Fixed issue #902 - Can't use PUT on Organizations REST API with token.
2017-04-11 08:33:08 +02:00
Martin Edenhofer
c662df0d11
Fixed issue #903 - member_ids missing in organization list API endpoint.
2017-04-10 13:32:16 +02:00
Martin Edenhofer
cd28e904ac
Improved session validation and usage of cors headers.
2017-02-15 13:29:25 +01:00
Thorsten Eckel
ef6fbe8f2a
Refactoring: Splitted ApplicationModel into multiple concerns. Notice: Includes object some method name changes.
2017-01-31 18:13:45 +01:00
Julian K
ceaf615282
Fix spelling mistake ( #481 )
...
destory -> destroy
2016-11-30 11:30:03 +01:00
Martin Edenhofer
c71b0d36d4
Updated copyright.
2016-10-19 05:11:36 +02:00
Martin Edenhofer
d8913eec6d
Fixed random order of objects in index controller, added order_by id.
2016-09-21 19:42:47 +02:00
Martin Edenhofer
4f08d899cf
Added per_page limit to 500 (excepting tickets with 100). Added page/per_page support for search actions.
2016-09-14 09:21:17 +02:00
Martin Edenhofer
19cb76bb12
Prevent multiple rendering.
2016-09-11 16:02:15 +02:00
Martin Edenhofer
50c1633124
Improved user/org search.
2016-09-11 15:24:10 +02:00
Martin Edenhofer
325e0b4ddd
Renamed term to query for searches.
2016-09-07 10:39:06 +02:00
Martin Edenhofer
81b48a2ef4
Moved from to new permission management.
2016-08-12 18:39:09 +02:00
Martin Edenhofer
30fe8aef36
Applied rubocop.
2016-06-30 22:04:48 +02:00
Martin Edenhofer
c8f329d9c0
Moved from 1000 per default per_page to 500 per default per_page for pagination.
2016-06-30 11:57:07 +02:00