Thorsten Eckel
|
2a71c6104b
Fixed issue #1753 - Ticket search fails for limit exceeding 100 with internal server error.
|
7 years ago |
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
|
7 years ago |
Thorsten Eckel
|
705487154c
Applied changes for Rubocop 0.51.
|
7 years ago |
Thorsten Eckel
|
757f0ac9bd
Applied RuboCop Style/BlockDelimiters to improve readability.
|
7 years ago |
Jens Pfeifer
|
533b44af8f
Updated to rails 5.0.
|
7 years ago |
Martin Edenhofer
|
9cc1f8b564
Fixed issue #902 - Can't use PUT on Organizations REST API with token.
|
8 years ago |
Martin Edenhofer
|
c662df0d11
Fixed issue #903 - member_ids missing in organization list API endpoint.
|
8 years ago |
Martin Edenhofer
|
cd28e904ac
Improved session validation and usage of cors headers.
|
8 years ago |
Thorsten Eckel
|
ef6fbe8f2a
Refactoring: Splitted ApplicationModel into multiple concerns. Notice: Includes object some method name changes.
|
8 years ago |
Julian K
|
ceaf615282
Fix spelling mistake (#481)
|
8 years ago |
Martin Edenhofer
|
c71b0d36d4
Updated copyright.
|
8 years ago |
Martin Edenhofer
|
d8913eec6d
Fixed random order of objects in index controller, added order_by id.
|
8 years ago |
Martin Edenhofer
|
4f08d899cf
Added per_page limit to 500 (excepting tickets with 100). Added page/per_page support for search actions.
|
8 years ago |
Martin Edenhofer
|
19cb76bb12
Prevent multiple rendering.
|
8 years ago |
Martin Edenhofer
|
50c1633124
Improved user/org search.
|
8 years ago |
Martin Edenhofer
|
325e0b4ddd
Renamed term to query for searches.
|
8 years ago |
Martin Edenhofer
|
81b48a2ef4
Moved from to new permission management.
|
8 years ago |
Martin Edenhofer
|
30fe8aef36
Applied rubocop.
|
8 years ago |
Martin Edenhofer
|
c8f329d9c0
Moved from 1000 per default per_page to 500 per default per_page for pagination.
|
8 years ago |
Martin Edenhofer
|
9fe709f9b7
Improved error handling for json requests.
|
8 years ago |
Martin Edenhofer
|
88e3d1fecb
Added expand format for data rest api (deliver records with filled reverences for "group_id: 123" add automatically "group: 'some name'").
|
8 years ago |
Martin Edenhofer
|
3d878a5547
Refactoring of ticket zoom (less rerendering, just rerender particular area's instant of whole view). Added live broadcasting of tag and links.
|
8 years ago |
Martin Edenhofer
|
54f6c456b7
Streamline of rest api for tickets, users and organisations. Added pagination for search and index. Added auto lookup for id values (e. g. use group: 'some name', backend will automatically replace "group: 'some name'" by "group_id: 123").
|
8 years ago |
Martin Edenhofer
|
65af185847
Streamline of rest api (added missing destroy backends).
|
8 years ago |
Thorsten Eckel
|
3d238f7974
Fixed typo.
|
9 years ago |
Thorsten Eckel
|
7f67e6f00a
- Corrected with rubocop cop 'Style/PredicateName'.
|
10 years ago |
Thorsten Eckel
|
1e4f47acde
Corrected with rubocop cop 'Rails/ActionFilter'.
|
10 years ago |
Martin Edenhofer
|
bd1db72b9b
Applied rubocop Style/TrailingBlankLines.
|
10 years ago |
Thorsten Eckel
|
ce58d465c0
Corrected with rubocop cop 'Style/HashSyntax'.
|
10 years ago |
rkaldung
|
db1ee4b54d
more refactoring
|
10 years ago |
rkaldung
|
42780b7ef9
replaced literal w/ constant
|
10 years ago |
rkaldung
|
4954557ccd
replaced literal w/ constant
|
10 years ago |
Martin Edenhofer
|
8bb4a842a2
Moved to .full in backend, frontend and REST for models.
|
10 years ago |
Martin Edenhofer
|
a937196a49
Init version of organization zoom.
|
10 years ago |
Martin Edenhofer
|
e5c35021ac
Updated header.
|
11 years ago |
Martin Edenhofer
|
59c4f77e3e
Added config option for REST api base path on server and on site client. Currently on both "/api/v1" is used.
|
11 years ago |
Martin Edenhofer
|
2db0959477
Improved rest permission checks.
|
11 years ago |
Martin Edenhofer
|
c2010124f5
Code reformattingand code layout beautying.
|
11 years ago |
Martin Edenhofer
|
d2d321a1d4
Moved created_by_id and updated_by_id to application_model.rb as generic/transparent action. Params need not be used as arguments anymore.
|
12 years ago |
Martin Edenhofer
|
ee726eb591
Rewrite for form generation. Added REST docu. Moved api to /api/*.
|
12 years ago |
Martin Edenhofer
|
9903473076
Code cleanup, we only use json as backend.
|
13 years ago |
Martin Edenhofer
|
a77f3b6435
Init version.
|
13 years ago |