UserSearchAction.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4407 Move classes to the proper packages

Action classes were moved to admin.web.action package; forms to

admin.web.form; DTOs to admin.web.dto.

(To access files' earlier history use Eclipse's Show in History feature

or run 'git log --follow ./path/to/file')

  1. … 76 more files in changeset.
LDEV-4402 Substitute Gson and Apache JSON with Jackson

Jackson is a top JSON library shipped with WF10.

Apache JSON resides in an ancient library which we do not need for

anything else.

We use GSon only for serializing Java objects to JSON, which Jackson can

do too.

  1. … 135 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 1074 more files in changeset.
LDEV-3776: Remove $Id CVS keyword.

  1. … 782 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 50 more files in changeset.
LDEV-3776: Clean up and format all LAMS Java code.

  1. … 55 more files in changeset.
LDEV-3401: Convert XDoclet annotations to empty comments.

  1. … 473 more files in changeset.
LDEV-3575 Implement paging and search for "Find users" UI

  1. … 11 more files in changeset.
LDEV-3575 Implement paging and search for "Find users" UI

  1. … 11 more files in changeset.
LDEV-1298 Apply tablesorter to 'find user' search results. Also tweaked css settings for results table (table headers look more like the old table, don't sort on the 'actions' column)

  1. … 5 more files in changeset.
LDEV-987 split search results into pages

  1. … 3 more files in changeset.
added global group admin

  1. … 13 more files in changeset.
LDEV-987 add checkbox to display all users (still need to split results into pages)

  1. … 3 more files in changeset.
remove most remaining 'getBlahService' text and use functions in AdminServiceProxy

  1. … 16 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1392 more files in changeset.
split user action into separate actions for user details and user's roles

  1. … 10 more files in changeset.
don't return disabled users in search results

clarify behaviour for whitespace (searching on a space returns nothing now)

user-search functionality

    • -0
    • +134
    ./UserSearchAction.java
  1. … 2 more files in changeset.