Logo white

Anubis / Xlib

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 12
  • Tags 6
  • xlib
06 Jul, 2019
2 commits
  • add lexer for checking the email address
    675334ee
    David RENÉ authored
    2019-07-06 13:32:50 +0200  
    Browse Code »
  • Add draw_web_request in WEB_Session to allows to store the web request which ret… ...
    de116e9d
    …urn full draw html. When we need to redraw the html content in case of language change we can redirect to that draw_web_request.
    Since we have an heavy use of load content redirect to previous can cause a drawing of the content of the ajax return during the load content. This fix that behavior.
    David RENÉ authored
    2019-07-06 13:31:48 +0200  
    Browse Code »

02 Jun, 2019
1 commit
  • move all making_a_web_site type declaration into a separate file. ...
    491c5383
    better management of the web plugin
    extend logger dump from 1024 to 2048 bytes
    David RENÉ authored
    2019-06-02 13:04:54 +0200  
    Browse Code »

27 May, 2019
2 commits
  • change command id from the _CXM_FTP_GET_FILE to _CXM_GET_FILE_REF
    3ea7aa40
    David RENÉ authored
    2019-05-27 13:19:36 +0900  
    Browse Code »
  • finish the get_file independent command command based on long time ago FTP_* protocol
    1d4718c6
    David RENÉ authored
    2019-05-27 13:17:52 +0900  
    Browse Code »

26 May, 2019
2 commits
  • fix the size to send, the mode new open file and some print debug
    239531ee
    David RENÉ authored
    2019-05-26 18:43:12 +0900  
    Browse Code »
  • remove the send_file_ref and get_file_ref from generic protocol to dispatch in g… ...
    dd87d694
    …et_file.anubis and send_file.anubis. This is due to fallback on FTP_** protocol used long time ago to replace the version with raw mode on message queue. There is a bug on that version which I can't find. I decide to fallback to a working version by taking the FTP* protocol used in package manager with MailFountain. This version is modified version to take in account the type File_ref
    David RENÉ authored
    2019-05-26 18:40:40 +0900  
    Browse Code »

24 May, 2019
2 commits
  • remove some debug comment and manage the raw_mode
    0afc61c9
    David RENÉ authored
    2019-05-24 10:33:53 +0900  
    Browse Code »
  • remove some debug comment
    27bccd14
    David RENÉ authored
    2019-05-24 10:27:06 +0900  
    Browse Code »

22 May, 2019
4 commits
  • add flush_wait to be sure that no message left in the send queue
    e6388e8b
    David RENÉ authored
    2019-05-22 18:28:22 +0900  
    Browse Code »
  • manage the raw_mode in receive of the file
    085e0572
    David RENÉ authored
    2019-05-22 13:34:48 +0900  
    Browse Code »
  • still debugging
    a927281b
    David RENÉ authored
    2019-05-22 10:40:27 +0900  
    Browse Code »
  • [DEBUG] add some print for debugging
    aab167ad
    David RENÉ authored
    2019-05-22 09:24:39 +0900  
    Browse Code »

21 May, 2019
1 commit
  • [ADD] add get and send file_ref in generic protocol
    b2e81805
    David RENÉ authored
    2019-05-21 17:11:11 +0900  
    Browse Code »

20 May, 2019
4 commits
  • [IMP] replace string by file_ref in compose_mail
    d12dd7c9
    David RENÉ authored
    2019-05-20 16:11:32 +0900  
    Browse Code »
  • [ADD] add more helper for html_wave_box and typo
    457fc6c9
    David RENÉ authored
    2019-05-20 16:05:04 +0900  
    Browse Code »
  • clean typo
    7f18cce0
    David RENÉ authored
    2019-05-20 13:22:28 +0900  
    Browse Code »
  • [FIX] infinite loop on text(List(CoreAttrs) attrs, Int i) which called itself -> infinite loop
    14876efb
    David RENÉ authored
    2019-05-20 13:02:23 +0900  
    Browse Code »

17 May, 2019
4 commits
  • [-] fix file path access. Must be fixed also in ds_type.anubis later
    18f12e79
    David RENÉ authored
    2019-05-17 22:18:59 +0900  
    Browse Code »
  • [+] add some examples, not working yet
    8a88e4c2
    David RENÉ authored
    2019-05-17 19:24:52 +0900  
    Browse Code »
  • [~] add some print in case of error
    c1729e93
    David RENÉ authored
    2019-05-17 19:24:52 +0900  
    Browse Code »
  • [+] File_ref type which is use by send_mail
    0bc9bea2
    David RENÉ authored
    2019-05-17 19:24:52 +0900  
    Browse Code »

15 May, 2019
5 commits
  • [+] Add backup_database for SQLite database ...
    051e674f
    [+] backup database on every starting of the application
    David RENÉ authored
    2019-05-15 16:20:15 +0900  
    Browse Code »
  • According to the main Anubis library, move the Connection into MessageQueue
    8dac565c
    David RENÉ authored
    2019-05-15 16:06:18 +0900  
    Browse Code »
  • Add Email_Address type into send mail
    e1285ef5
    David RENÉ authored
    2019-05-15 16:04:45 +0900  
    Browse Code »
  • Avoid warning of hidden type
    f24835f8
    David RENÉ authored
    2019-05-15 16:03:45 +0900  
    Browse Code »
  • add helper for Int in html text with only one CoreAttrs
    d0282a5e
    David RENÉ authored
    2019-05-15 16:02:12 +0900  
    Browse Code »

21 Apr, 2019
1 commit
  • add helper for String + Maybe(DB_date)
    2363ce42
    David RENÉ authored
    2019-04-21 01:37:58 +0200  
    Browse Code »

28 Mar, 2019
1 commit
  • add logger in web site description to be able to report error into log
    fd42aebc
    David RENÉ authored
    2019-03-28 11:45:19 +0900  
    Browse Code »

08 Mar, 2019
1 commit
  • add some CoreAttrs according to HTML5 and Anubis specific tooltip
    102790d5
    David RENÉ authored
    2019-03-08 14:08:54 +0900  
    Browse Code »

04 Feb, 2019
1 commit
  • add management of pager
    0fa08cdc
    David RENÉ authored
    2019-02-04 00:53:18 +0100  
    Browse Code »

02 Feb, 2019
1 commit
  • no message
    dad598c9
    David RENÉ authored
    2019-02-02 21:49:25 +0100  
    Browse Code »

02 Dec, 2018
1 commit
  • add MailFountain mail service
    6e17837a
    totoro authored
    2018-12-02 01:05:26 +0100  
    Browse Code »

25 Nov, 2018
1 commit
  • add constants message for Admin API
    cc0b2119
    totoro authored
    2018-11-25 16:16:04 +0100  
    Browse Code »

11 Nov, 2018
1 commit
  • add img button with confirmation with WEB_Action_Name and extra ops
    13f21b89
    totoro authored
    2018-11-11 21:00:26 +0900  
    Browse Code »

23 Oct, 2018
2 commits
  • add empty alternative into CoreAttrs
    03a43f2d
    totoro authored
    2018-10-23 00:13:32 +0200  
    Browse Code »
  • add img_button_ajax which fire WEB_action on click on button
    fac0e891
    totoro authored
    2018-10-23 00:12:54 +0200  
    Browse Code »

30 Sep, 2018
2 commits
  • introduce the load_content action
    8b1c73d0
    totoro authored
    2018-09-30 00:03:35 +0200  
    Browse Code »
  • replace html_wave_box String class_id by List(CoreAttrs) attrs. With that it's a… ...
    81e70bce
    …llow to add more attribute than only html id before
    totoro authored
    2018-09-30 00:00:37 +0200  
    Browse Code »

29 Sep, 2018
1 commit
  • add more helper in span
    ace9e448
    totoro authored
    2018-09-29 23:57:37 +0200  
    Browse Code »