Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
V
venjob_thanhnd
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • thanhnd
  • venjob_thanhnd
  • Merge Requests
  • !7

Open
Opened Apr 09, 2020 by thanhnd@thanhnd 
  • Report abuse
Report abuse

User pages

×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b user_pages origin/user_pages

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff user_pages

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 32
  • Commits 14
  • Pipelines 14
  • Changes 42
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • thanhnd @thanhnd

    added 1 commit

    • 335c7328 - fix setting.yml

    Compare with previous version

    Apr 09, 2020

    added 1 commit

    • 335c7328 - fix setting.yml

    Compare with previous version

    added 1 commit * 335c7328 - fix setting.yml [Compare with previous version](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4780&start_sha=975057e84ab800538743d1df60adbddb5b7f5b6c)
    Toggle commit list
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Apr 09, 2020
    Last updated by thanhnd Apr 15, 2020
    app/views/devise/mailer/email_changed.html.erb 0 → 100644
    1 <p>Hello <%= @email %>!</p>
    2
    3 <% if @resource.try(:unconfirmed_email?) %>
    • Thanh Hung Pham @hungpt commented Apr 09, 2020

      @thanhnd Viết ngắn lại theo kiểu condition ? b : c

      @thanhnd Viết ngắn lại theo kiểu `condition ? b : c`
    • thanhnd @thanhnd commented Apr 15, 2020
      Master

      changed

      changed
    • thanhnd @thanhnd

      changed this line in version 3 of the diff

      Apr 15, 2020

      changed this line in version 3 of the diff

      changed this line in [version 3 of the diff](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4783&start_sha=335c732873f414744c8db59a927da99407703717#4d8f8e852b1c7e090112f6e396de79a1f2c538cd_3_1)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Apr 09, 2020
    Last updated by thanhnd Apr 15, 2020
    app/views/devise/mailer/reset_password_instructions.html.erb 0 → 100644
    1 <p>Hello <%= @resource.email %>!</p>
    2
    3 <p>Someone has requested a link to change your password. You can do this through the link below.</p>
    4
    5 <p><%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %></p>
    6
    7 <p>If you didn't request this, please ignore this email.</p>
    • Thanh Hung Pham @hungpt commented Apr 09, 2020

      @thanhnd dùng tag br để xuống dòng á anh. không cần đến 2 tag p. Tương tự mấy chỗ khác

      Edited Apr 09, 2020 by Thanh Hung Pham
      @thanhnd dùng tag `br` để xuống dòng á anh. không cần đến 2 tag `p`. Tương tự mấy chỗ khác
    • thanhnd @thanhnd commented Apr 15, 2020
      Master

      changed

      changed
    • thanhnd @thanhnd

      changed this line in version 3 of the diff

      Apr 15, 2020

      changed this line in version 3 of the diff

      changed this line in [version 3 of the diff](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4783&start_sha=335c732873f414744c8db59a927da99407703717#d17aa85da57f04b0a772941b3c239b7a69b8c2d4_7_1)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Apr 09, 2020
    Last updated by thanhnd Apr 15, 2020
    db/migrate/20200309014715_add_devise_to_users.rb 0 → 100644
    2
    3 class AddDeviseToUsers < ActiveRecord::Migration[6.0]
    4 def self.up
    5 change_table :users do |t|
    6 ## Database authenticatable
    7 t.string :email, null: false, default: ""
    8 t.string :encrypted_password, null: false, default: ""
    9
    10 ## Recoverable
    11 t.string :reset_password_token
    12 t.datetime :reset_password_sent_at
    13
    14 ## Rememberable
    15 t.datetime :remember_created_at
    16
    17 ## Trackable
    • Thanh Hung Pham @hungpt commented Apr 09, 2020

      @thanhnd Remove mấy cái comment đi anh.

      @thanhnd Remove mấy cái comment đi anh.
    • thanhnd @thanhnd commented Apr 15, 2020
      Master

      removed

      removed
    • thanhnd @thanhnd

      changed this line in version 3 of the diff

      Apr 15, 2020

      changed this line in version 3 of the diff

      changed this line in [version 3 of the diff](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4783&start_sha=335c732873f414744c8db59a927da99407703717#84d55daeb1098384667f8e00d88f32eeda00b58b_17_11)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Apr 09, 2020
    Last updated by thanhnd Apr 15, 2020
    db/migrate/20200309014715_add_devise_to_users.rb 0 → 100644
    1 # frozen_string_literal: true
    2
    3 class AddDeviseToUsers < ActiveRecord::Migration[6.0]
    4 def self.up
    • Thanh Hung Pham @hungpt commented Apr 09, 2020

      @thanhnd Dùng def change thay cho def up với def down được á anh.

      @thanhnd Dùng `def change` thay cho `def up` với `def down` được á anh.
    • thanhnd @thanhnd commented Apr 15, 2020
      Master

      changed

      changed
    • thanhnd @thanhnd

      changed this line in version 3 of the diff

      Apr 15, 2020

      changed this line in version 3 of the diff

      changed this line in [version 3 of the diff](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4783&start_sha=335c732873f414744c8db59a927da99407703717#84d55daeb1098384667f8e00d88f32eeda00b58b_4_4)
      Toggle commit list
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Apr 09, 2020
    Last updated by thanhnd Apr 15, 2020
    config/setting.yml
    1 1 defaults: &defaults
    2 cookies:
    • Thanh Hung Pham @hungpt commented Apr 09, 2020

      @thanhnd Nội dung file này chưa thấy anh dùng chỗ nào hết á.

      @thanhnd Nội dung file này chưa thấy anh dùng chỗ nào hết á.
    • thanhnd @thanhnd commented Apr 15, 2020
      Master

      development: <<: *defaults web_url: 'localhost:3000' page: 5

      dùng cho phân trang đó em, chỗ page:5

      development: <<: *defaults web_url: 'localhost:3000' page: 5 dùng cho phân trang đó em, chỗ page:5
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on the diff Apr 09, 2020
    Last updated by thanhnd Apr 15, 2020
    app/views/layouts/application.html.erb
    54 81 </div>
    55 82 <div class="footer-copyright text-center">© 2020 Copyright: zigexn.vn</div>
    56 83 </footer>
    84 </div>
    • Thanh Hung Pham @hungpt commented Apr 09, 2020

      @thanhnd Remove empty line!

      @thanhnd Remove empty line!
    • thanhnd @thanhnd commented Apr 15, 2020
      Master

      fixed

      fixed
    Please register or sign in to reply
  • Thanh Hung Pham
    @hungpt started a discussion on an old version of the diff Apr 09, 2020
    Last updated by thanhnd Apr 15, 2020
    app/views/layouts/application.html.erb
    19 19 <div class="collapse navbar-collapse" id="main-navigation">
    • Thanh Hung Pham @hungpt commented Apr 09, 2020

      @thanhnd Format lại file này nha anh, indent của mấy tag lệch á.

      @thanhnd Format lại file này nha anh, indent của mấy tag lệch á.
    • thanhnd @thanhnd commented Apr 15, 2020
      Master

      fixed

      fixed
    • thanhnd @thanhnd

      changed this line in version 3 of the diff

      Apr 15, 2020

      changed this line in version 3 of the diff

      changed this line in [version 3 of the diff](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4783&start_sha=335c732873f414744c8db59a927da99407703717#e82294e631b91cb53fe2e362dfd3b8e4a3924ae2_19_17)
      Toggle commit list
    Please register or sign in to reply
  • thanhnd @thanhnd

    added 1 commit

    • 39464ccd - fix review 20200415 1

    Compare with previous version

    Apr 15, 2020

    added 1 commit

    • 39464ccd - fix review 20200415 1

    Compare with previous version

    added 1 commit * 39464ccd - fix review 20200415 1 [Compare with previous version](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4783&start_sha=335c732873f414744c8db59a927da99407703717)
    Toggle commit list
  • thanhnd @thanhnd

    added 1 commit

    • 586c4a4e - fix review 20200415 2

    Compare with previous version

    Apr 15, 2020

    added 1 commit

    • 586c4a4e - fix review 20200415 2

    Compare with previous version

    added 1 commit * 586c4a4e - fix review 20200415 2 [Compare with previous version](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4784&start_sha=39464ccd196c8d04a9100091d4923b9add14ff55)
    Toggle commit list
  • thanhnd @thanhnd

    added 1 commit

    • f302f7cb - import db and search from solr

    Compare with previous version

    May 01, 2020

    added 1 commit

    • f302f7cb - import db and search from solr

    Compare with previous version

    added 1 commit * f302f7cb - import db and search from solr [Compare with previous version](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4794&start_sha=586c4a4ece4657e5043e34b3ac6079950352628f)
    Toggle commit list
  • Trịnh Hoàng Phúc
    @phucth started a discussion on commit f302f7cb May 05, 2020
    Last updated by thanhnd May 08, 2020
    lib/solr.rb 0 → 100644
    1 require 'rsolr'
    2 class Solr
    3 attr_accessor :response, :solr
    4 def initialize
    5 # Direct connection
    6 @solr = RSolr.connect :url => 'http://localhost:8983/solr/jobs/'
    7 @response = nil
    8 end
    9
    10 # send a request to /select
    11 def query (cond)
    • Trịnh Hoàng Phúc @phucth commented May 05, 2020

      anh @thanhnd có thể thêm phân trang bằng cách này solr.paginate 1, 10, "select", :params => {:q => "test"}

      method query anh thêm 1 param truyền từ controller qua, lấy cái Settings.page như anh dùng ở commit trước

      Link tài liệu: https://github.com/rsolr/rsolr#pagination-

      Edited May 05, 2020 by Trịnh Hoàng Phúc
      anh @thanhnd có thể thêm phân trang bằng cách này `solr.paginate 1, 10, "select", :params => {:q => "test"}` `method query` anh thêm 1 param truyền từ controller qua, lấy cái `Settings.page` như anh dùng ở commit trước Link tài liệu: https://github.com/rsolr/rsolr#pagination-
    • thanhnd @thanhnd commented May 08, 2020
      Master

      fixed

      fixed
    Please register or sign in to reply
  • Trịnh Hoàng Phúc
    @phucth started a discussion on commit f302f7cb May 05, 2020
    Last updated by thanhnd May 08, 2020
    app/controllers/jobs_controller.rb
    12 12 def search
    13 13 return redirect_to root_path, alert: "Empty field!" if params[:search].blank?
    14 14
    15 @search_job = Job.includes(:city).where("job_name LIKE ?","%#{params[:search]}%")
    16 @pagin_job = @search_job.page(params[:page]).per(Settings.page)
    15 #@search_job = Job.includes(:city).where("job_name LIKE ?","%#{params[:search]}%")
    16 #@pagin_job = @search_job.page(params[:page]).per(Settings.page)
    17
    18 solr_rs = Solr.new
    19 @search_job = solr_rs.query(params[:search])
    • Trịnh Hoàng Phúc @phucth commented May 05, 2020

      Do rsolr sử dụng response['response']['docs'] để phân trang nên đoạn này anh gán

      @pagin_job = solr_rs.query(params[:search])

      Do `rsolr` sử dụng `response['response']['docs']` để phân trang nên đoạn này anh gán `@pagin_job = solr_rs.query(params[:search])`
    • thanhnd @thanhnd commented May 08, 2020
      Master

      fixed

      fixed
    Please register or sign in to reply
  • Ba Toi Dang
    @toidb started a discussion on the diff May 05, 2020
    Last updated by thanhnd May 08, 2020
    app/controllers/application_controller.rb
    1 1 class ApplicationController < ActionController::Base
    2 protect_from_forgery with: :exception
    3
    4 before_action :configure_permitted_parameters, if: :devise_controller?
    5
    6 protected
    7
    8 def configure_permitted_parameters
    • Ba Toi Dang @toidb commented May 05, 2020
      Master

      @thanhnd tại sao anh cần hàm này?

      @thanhnd tại sao anh cần hàm này?
    • thanhnd @thanhnd commented May 08, 2020
      Master

      này devise nó genrate ra mà e

      này devise nó genrate ra mà e
    Please register or sign in to reply
  • Ba Toi Dang
    @toidb started a discussion on an old version of the diff May 05, 2020
    Last updated by thanhnd May 08, 2020
    app/controllers/jobs_controller.rb
    12 12 def search
    13 13 return redirect_to root_path, alert: "Empty field!" if params[:search].blank?
    14 14
    15 @search_job = Job.includes(:city).where("job_name LIKE ?","%#{params[:search]}%")
    16 @pagin_job = @search_job.page(params[:page]).per(Settings.page)
    15 #@search_job = Job.includes(:city).where("job_name LIKE ?","%#{params[:search]}%")
    • Ba Toi Dang @toidb commented May 05, 2020
      Master

      @thanhnd không put commend code

      @thanhnd không put commend code
    • thanhnd @thanhnd

      changed this line in version 6 of the diff

      May 06, 2020

      changed this line in version 6 of the diff

      changed this line in [version 6 of the diff](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4795&start_sha=f302f7cbe20664afc526e304e0cd4a3048f84a47#6fa69a07843a58f190bf4d7e0692b9cc5b0bf52b_15_14)
      Toggle commit list
    • thanhnd @thanhnd commented May 08, 2020
      Master

      removed

      removed
    Please register or sign in to reply
  • Ba Toi Dang
    @toidb started a discussion on an old version of the diff May 05, 2020
    Last updated by thanhnd May 08, 2020
    app/controllers/jobs_controller.rb
    12 12 def search
    13 13 return redirect_to root_path, alert: "Empty field!" if params[:search].blank?
    14 14
    15 @search_job = Job.includes(:city).where("job_name LIKE ?","%#{params[:search]}%")
    16 @pagin_job = @search_job.page(params[:page]).per(Settings.page)
    15 #@search_job = Job.includes(:city).where("job_name LIKE ?","%#{params[:search]}%")
    16 #@pagin_job = @search_job.page(params[:page]).per(Settings.page)
    17
    18 solr_rs = Solr.new
    19 @search_job = solr_rs.query(params[:search])
    20 @pagin_job = @search_job
    • Ba Toi Dang @toidb commented May 05, 2020
      Master

      @thanhnd tại sao anh cần gán @search_job giá trị cho @pagin_job

      @thanhnd tại sao anh cần gán `@search_job` giá trị cho `@pagin_job `
    • thanhnd @thanhnd

      changed this line in version 6 of the diff

      May 06, 2020

      changed this line in version 6 of the diff

      changed this line in [version 6 of the diff](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4795&start_sha=f302f7cbe20664afc526e304e0cd4a3048f84a47#6fa69a07843a58f190bf4d7e0692b9cc5b0bf52b_20_15)
      Toggle commit list
    • thanhnd @thanhnd commented May 08, 2020
      Master

      fixed

      fixed
    Please register or sign in to reply
  • Ba Toi Dang
    @toidb started a discussion on an old version of the diff May 05, 2020
    Last updated by thanhnd May 08, 2020
    app/controllers/jobs_controller.rb
    12 12 def search
    13 13 return redirect_to root_path, alert: "Empty field!" if params[:search].blank?
    14 14
    15 @search_job = Job.includes(:city).where("job_name LIKE ?","%#{params[:search]}%")
    16 @pagin_job = @search_job.page(params[:page]).per(Settings.page)
    15 #@search_job = Job.includes(:city).where("job_name LIKE ?","%#{params[:search]}%")
    16 #@pagin_job = @search_job.page(params[:page]).per(Settings.page)
    17
    18 solr_rs = Solr.new
    19 @search_job = solr_rs.query(params[:search])
    • Ba Toi Dang @toidb commented May 05, 2020
      Master

      @thanhnd hãy làm phân trang cho kết quả search

      @thanhnd hãy làm phân trang cho kết quả search
    • thanhnd @thanhnd

      changed this line in version 6 of the diff

      May 06, 2020

      changed this line in version 6 of the diff

      changed this line in [version 6 of the diff](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4795&start_sha=f302f7cbe20664afc526e304e0cd4a3048f84a47#6fa69a07843a58f190bf4d7e0692b9cc5b0bf52b_19_15)
      Toggle commit list
    • thanhnd @thanhnd commented May 08, 2020
      Master

      fixed

      fixed
    Please register or sign in to reply
  • Ba Toi Dang
    @toidb started a discussion on the diff May 05, 2020
    app/models/user.rb
    1 1 class User < ApplicationRecord
    2 has_many :applied_jobs
    • Ba Toi Dang @toidb commented May 05, 2020
      Master

      @thanhnd không loại bỏ cột fname và lname ra bảng user, giữ đúng design db ban đầu. Anh kiểm tra lại mối quan hệ và các cột nha.

      Edited May 05, 2020 by Ba Toi Dang
      @thanhnd không loại bỏ cột `fname` và `lname` ra bảng user, giữ đúng design db ban đầu. Anh kiểm tra lại mối quan hệ và các cột nha.
    Please register or sign in to reply
  • Ba Toi Dang
    @toidb started a discussion on the diff May 05, 2020
    app/views/jobs/_jobs.html.erb
    1 1 <font color="red"><b><label > Job List:</label></b></font>
    2 <%= paginate @pagin_job %>
    • Ba Toi Dang @toidb commented May 05, 2020
      Master

      @thanhnd hãy làm phân trang theo của kết quả search jobs nha.

      @thanhnd hãy làm phân trang theo của kết quả search jobs nha.
    Please register or sign in to reply
  • Ba Toi Dang
    @toidb started a discussion on the diff May 05, 2020
    app/views/devise/sessions/new.html.erb 0 → 100644
    1 <h2>Log in</h2>
    2
    3 <%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
    4 <div class="field">
    • Ba Toi Dang @toidb commented May 05, 2020
      Master

      @thanhnd cần thêm cá input để người dùng có thể nhập fname và lname

      @thanhnd cần thêm cá input để người dùng có thể nhập fname và lname
    Please register or sign in to reply
  • Ba Toi Dang
    @toidb started a discussion on the diff May 05, 2020
    db/migrate/20200204084746_create_users.rb 100755 → 100644
    1 1 class CreateUsers < ActiveRecord::Migration[6.0]
    2 2 def change
    3 3 create_table :users do |t|
    • Ba Toi Dang @toidb commented May 05, 2020
      Master

      @thanhnd không sửa chưa trên migration cũ tạo, các migration mới để cập nhật thông tin table.

      @thanhnd không sửa chưa trên migration cũ tạo, các migration mới để cập nhật thông tin table.
    Please register or sign in to reply
  • Ba Toi Dang
    @toidb started a discussion on an old version of the diff May 05, 2020
    Last updated by thanhnd May 08, 2020
    lib/solr.rb 0 → 100644
    1 require 'rsolr'
    • Ba Toi Dang @toidb commented May 05, 2020
      Master

      @thanhnd sửa lại indent của code là 2 space

      @thanhnd sửa lại indent của code là 2 space
    • thanhnd @thanhnd

      changed this line in version 9 of the diff

      May 08, 2020

      changed this line in version 9 of the diff

      changed this line in [version 9 of the diff](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4799&start_sha=b4e5943b24e16d793478e59e28b45ae8ce7f2a9a#63391c85d5291dd83bfc4d2d958aae2c68361421_1_1)
      Toggle commit list
    Please register or sign in to reply
  • Ba Toi Dang
    @toidb started a discussion on an old version of the diff May 05, 2020
    Last updated by thanhnd May 06, 2020
    lib/solr.rb 0 → 100644
    1 require 'rsolr'
    2 class Solr
    3 attr_accessor :response, :solr
    4 def initialize
    5 # Direct connection
    6 @solr = RSolr.connect :url => 'http://localhost:8983/solr/jobs/'
    7 @response = nil
    8 end
    9
    10 # send a request to /select
    11 def query (cond)
    12 response = solr.get 'select', :params => {:q => "job_name:#{cond}"}
    • Ba Toi Dang @toidb commented May 05, 2020
      Master

      @thanhnd sử dụng Rsolr.solr_escape để tránh SOLR injection (VD: cond = ":1", " \"), sẽ gây ra lỗi hệ search

      @thanhnd sử dụng `Rsolr.solr_escape` để tránh SOLR injection (VD: `cond` = "`:1`", " \"), sẽ gây ra lỗi hệ search
    • thanhnd @thanhnd

      changed this line in version 6 of the diff

      May 06, 2020

      changed this line in version 6 of the diff

      changed this line in [version 6 of the diff](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4795&start_sha=f302f7cbe20664afc526e304e0cd4a3048f84a47#63391c85d5291dd83bfc4d2d958aae2c68361421_12_11)
      Toggle commit list
    Please register or sign in to reply
  • thanhnd @thanhnd

    added 1 commit

    • 8e20a43b - paging solr query result

    Compare with previous version

    May 06, 2020

    added 1 commit

    • 8e20a43b - paging solr query result

    Compare with previous version

    added 1 commit * 8e20a43b - paging solr query result [Compare with previous version](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4795&start_sha=f302f7cbe20664afc526e304e0cd4a3048f84a47)
    Toggle commit list
  • thanhnd @thanhnd

    added 1 commit

    • ff8a1b64 - using solr_escape to avoid SOLR injection

    Compare with previous version

    May 06, 2020

    added 1 commit

    • ff8a1b64 - using solr_escape to avoid SOLR injection

    Compare with previous version

    added 1 commit * ff8a1b64 - using solr_escape to avoid SOLR injection [Compare with previous version](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4796&start_sha=8e20a43b5fd7b7d99bef547d8797a2b5c4779a30)
    Toggle commit list
  • thanhnd @thanhnd

    added 1 commit

    • b4e5943b - add username field to view sign up and update to database

    Compare with previous version

    May 07, 2020

    added 1 commit

    • b4e5943b - add username field to view sign up and update to database

    Compare with previous version

    added 1 commit * b4e5943b - add username field to view sign up and update to database [Compare with previous version](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4797&start_sha=ff8a1b6438cfa2a40a8e1d9b0b41449768adabae)
    Toggle commit list
  • thanhnd @thanhnd

    added 1 commit

    • 2155b5f7 - fix syntax review Toi-san 20200508

    Compare with previous version

    May 08, 2020

    added 1 commit

    • 2155b5f7 - fix syntax review Toi-san 20200508

    Compare with previous version

    added 1 commit * 2155b5f7 - fix syntax review Toi-san 20200508 [Compare with previous version](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4799&start_sha=b4e5943b24e16d793478e59e28b45ae8ce7f2a9a)
    Toggle commit list
  • thanhnd @thanhnd

    added 1 commit

    • 3fefb305 - mailcatcher and devise

    Compare with previous version

    May 12, 2020

    added 1 commit

    • 3fefb305 - mailcatcher and devise

    Compare with previous version

    added 1 commit * 3fefb305 - mailcatcher and devise [Compare with previous version](https://gitlab.zigexn.vn/thanhnd/venjob_thanhnd/merge_requests/7/diffs?diff_id=4804&start_sha=2155b5f754ced7d64ae7964c8832af8adf14010a)
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
3
3 participants
Reference: thanhnd/venjob_thanhnd!7