Commit Graph

  • b2cffa39e1 added models Thread and ThreadFiles in thread plugin Tomasz Sowa 2021-05-21 23:06:48 +0200
  • 86ef2529b1 fixed in some places: system->AddFile() returns bool now instead of Error Tomasz Sowa 2021-05-21 17:41:16 +0200
  • f1b9d1b870 updated to the new pikotools api: changed the way how child_spaces are created in Space class Tomasz Sowa 2021-05-21 17:17:17 +0200
  • fe67b5d72a updated to the new pikotools api: snake_case names of methods from SpaceParser Tomasz Sowa 2021-05-21 04:51:58 +0200
  • 27720afaf2 updated to the new pikotools api: SpaceParser::SetSpace(...) methods have been removed Tomasz Sowa 2021-05-21 01:37:42 +0200
  • 8bb585d97d updated to the new pikotools api: changed utf8 functions PascalCase to snake_case Tomasz Sowa 2021-05-21 00:41:27 +0200
  • 8c523ce8b9 make depend Tomasz Sowa 2021-05-21 00:32:58 +0200
  • e48a28a5c8 namespace PT renamed to pt Tomasz Sowa 2021-05-20 20:59:12 +0200
  • d66a36cf21 make depend Tomasz Sowa 2021-05-14 03:32:03 +0200
  • a94e09f0aa added support for Model migrations now we have a table core.migration and each model (User, Group, Item, ItemContent and a new Migration) have its own row in the table with a version number Tomasz Sowa 2021-05-14 03:31:29 +0200
  • 4df10de6b7 methods eq() from finder can have now a table name Tomasz Sowa 2021-05-13 19:33:19 +0200
  • 6d07535dad updated uikit to 3.6.21 version Tomasz Sowa 2021-05-13 06:24:44 +0200
  • ee354d2ded renamed in Models: map_fields() to fields(), prepare_table() to table() Tomasz Sowa 2021-05-13 03:29:41 +0200
  • e64bd1fba8 added more html tags to extraAllowedContent (ckeditor) Tomasz Sowa 2021-05-13 03:24:37 +0200
  • 031e673c51 fixed: passwd winix function: pass_encrypted was not cleared if we are not using rsa for encrypting passwords anymore Tomasz Sowa 2021-05-13 02:02:15 +0200
  • 801c9a2cda make depend Tomasz Sowa 2021-05-11 22:22:10 +0200
  • 685b3ca5ee Makefile: source files from pikotools are now in pikotools/src Tomasz Sowa 2021-05-11 22:22:03 +0200
  • f1af7e2eeb updated to the current pikotools api from branch api2021 Tomasz Sowa 2021-05-11 22:20:46 +0200
  • 85f9fda984 fixed: in passwd winix function: clear password hash when using rsa encoding Tomasz Sowa 2021-05-11 22:15:52 +0200
  • bb513b0187 make depend Tomasz Sowa 2021-04-30 01:35:40 +0200
  • 4277f90bad start working on User and Group classes - User and Group has been moved to 'models' directory - removed UserPass struct (passwords fields were put to User struct) not working yet, we need support for binary blobs in morm Tomasz Sowa 2021-04-30 01:34:48 +0200
  • ccda2bc2fd added option do_migration_to_winix_fullmorm do the config (only temporarily) if true then we make Item::do_migration() and exit Tomasz Sowa 2021-04-14 14:13:47 +0200
  • 4b71530f4c added to Config: bool Config::HasValue(const wchar_t * name, const wchar_t * value) Tomasz Sowa 2021-04-12 18:55:04 +0200
  • a8a9db53be remove some Lock() and Unlock() from Plugin Tomasz Sowa 2021-04-11 12:09:42 +0200
  • 634cf07d44 using Winix::Lock object instead of Lock() method in ThreadManager Tomasz Sowa 2021-04-10 21:12:28 +0200
  • 0e0c006d5a fixed: thread locking problem in Image: method Lock() was used instead of Winix::Lock object Tomasz Sowa 2021-04-10 19:46:50 +0200
  • 486067a4b2 clang thread sanitizer reported a data race in App::Start() synchro.was_stop_signal was read without locking Tomasz Sowa 2021-04-10 17:14:51 +0200
  • 35e10ed469 updated to the new Pikotools api (new Space struct) Tomasz Sowa 2021-04-09 17:50:58 +0200
  • 00b980e74b make depend Tomasz Sowa 2021-04-09 16:02:54 +0200
  • efdc0e7c97 etc/time_zones.conf changed values: "true" -> true, "false" -> false Tomasz Sowa 2021-04-09 10:25:10 +0200
  • 8b64d2066f changed: new space characters in etc/time_zones.conf: ( -> { ) -> } Tomasz Sowa 2021-03-31 20:26:30 +0200
  • 8d87d9a875 changed in Makefile: we have now one lib pikotools/pikotools.a make depend Tomasz Sowa 2021-03-31 20:25:09 +0200
  • 8fc1848ecc uikit updated to 3.6.18 Tomasz Sowa 2021-03-31 20:21:24 +0200
  • bbc0a67153 added support for new morm api - field(...) methods from Model take now FT structure instead of insertable/updatable/primary_key boolean flags - table name is set in a prepare_table() method now - added meta and admin_meta from ItemContent (morm has a field() method with PT::Space argument now) Tomasz Sowa 2021-03-11 18:48:18 +0100
  • e8ba2a7bd1 fixed: incorrect status was set when editing a file now System::EditFile() returns boolean Tomasz Sowa 2021-03-11 18:42:26 +0100
  • 23f1c112a4 make depend Tomasz Sowa 2021-03-10 16:40:22 +0100
  • 4d76e53554 in after_insert() methods: changed get_last_sequence -> get_last_sequence_for_primary_key Tomasz Sowa 2021-03-09 18:16:29 +0100
  • 73352e680e Make depend Tomasz Sowa 2021-03-08 21:10:33 +0100
  • 57aad8b454 removed from Item: update() and save() methods which take the 'url_was_changed' argument and added ItemModelData (based on morm::ModelData) class which has 'prepare_unique_url' field, an object of this class is passed to update(), insert() and save() methods Tomasz Sowa 2021-03-08 21:06:50 +0100
  • ab5c44a2cb removed some old methods for adding/editing Item from Db Tomasz Sowa 2021-02-25 00:17:07 +0100
  • 3e84eb9dbf Makefile deps Tomasz Sowa 2021-02-25 00:15:03 +0100
  • afbe82e9f4 changed the way how prefixes are added to urls instead at the end we adding a prefix before an extension, e.g: filename_(2).jpg Tomasz Sowa 2021-02-25 00:12:45 +0100
  • 51b1aed483 removed DbItemQuery and DbItemColumns which were used for database accessing for Item class Tomasz Sowa 2021-02-24 22:54:36 +0100
  • 32e93a04c5 Item class has been moved to a new directory 'models', a new class has been added: ItemContent and same fields from Item were moved to ItemContent Tomasz Sowa 2021-02-24 01:19:47 +0100
  • 3d7ece15f8 changed version to 0.7.2 0.7.2 Tomasz Sowa 2021-02-18 21:07:05 +0100
  • 541597f355 fixed: in TimeZone::SetTzDst() was used operator && instead of || Tomasz Sowa 2021-02-17 18:36:50 +0100
  • 5fe843d76b set -std=c++20 in Makefile Tomasz Sowa 2021-02-17 18:07:05 +0100
  • 3191369ece added 'using PT::FileLog::init' to FileLog to suppress clang warning: warning: 'Winix::FileLog::init' hides overloaded virtual function [-Woverloaded-virtual] Tomasz Sowa 2021-02-17 18:06:00 +0100
  • a4de11d69c fixed: Image did not use 'savelog' when creating logs Tomasz Sowa 2021-02-17 16:17:36 +0100
  • 4832c7db4b fixed: clang address sanitizer reports that there is an use after free bug at the end when winix shuts down: Tomasz Sowa 2021-02-17 15:58:05 +0100
  • be83d62f96 changed html in index templates: [include "index_head_functions_add.html"] -> [include "index_head_adder.html"] Tomasz Sowa 2021-02-16 20:10:29 +0100
  • 3fd2ef1da4 renamed: html/index_head_functions_add.html -> html/index_head_adder.html Tomasz Sowa 2021-02-16 20:01:38 +0100
  • d861384889 Merge pull request 'uikit' (#3) from uikit into master Tomasz Sowa 2021-02-16 19:52:36 +0100
  • cfd8e88e57 changed markup in fun_thread.html, removed item_options.html (was not used by winix) Tomasz Sowa 2021-02-16 19:44:57 +0100
  • 8169cb5a7e added uikit markup for uname winix function Tomasz Sowa 2021-02-16 19:28:42 +0100
  • 8c85cd7346 added uikit markup for stat winix function Tomasz Sowa 2021-02-16 19:25:36 +0100
  • 4e202833b2 added uikit markup for rmuser winix function Tomasz Sowa 2021-02-16 19:21:53 +0100
  • 4a163bd170 added uikit markup for pw winix function Tomasz Sowa 2021-02-16 19:12:15 +0100
  • 85fbc1b882 added uikit markup for man winix function Tomasz Sowa 2021-02-16 19:03:01 +0100
  • 61810ff6f9 added uikit markup for last winix function Tomasz Sowa 2021-02-16 18:56:18 +0100
  • 3a4a29f56d added uikit markup for ipban winix function Tomasz Sowa 2021-02-16 18:53:12 +0100
  • 1fb7ece1b3 fixed: in imgcrop: data-uk-lightbox interfere with menu buttons Tomasz Sowa 2021-02-16 18:46:39 +0100
  • f3879dd3a4 added lightbox effect on images in imgcrop winix function Tomasz Sowa 2021-02-16 18:40:48 +0100
  • 561014886f added uikit markup for imgcrop winix function Tomasz Sowa 2021-02-16 18:35:55 +0100
  • a2b19547a3 fixed: in Functions::CheckSpecialFile() after parsing new mount points the cur->mount pointer was pointing at the old mount object (which may no longer exists) Tomasz Sowa 2021-02-16 17:23:36 +0100
  • 93477091d1 added uikit markup for gallery winix funcion (gallery plugin) - the main gallery is now 'uikit' - lightbox updated to version 2.11.3 (now it is using jQuery, beforehand prototype.js was used) - aino-gallery is called galleriajs now (and updated to 1.6.1) - themes from galleriajs were removed and some new themes has been added (azur, twelve, folio, fullscreen) - removed some old mount types for galleries (galleriathumb, galleria1.2.9, galleriathumb1.2.9) Tomasz Sowa 2021-02-16 16:31:52 +0100
  • 64d3c62945 added uikit markup for export winix function (plugin export) Tomasz Sowa 2021-02-16 13:11:39 +0100
  • 134e27f70a modified login template - removed uk-border-pill class Tomasz Sowa 2021-02-16 12:56:15 +0100
  • 5205aa089b modified index templates some meta information moved to index_head_functions_add.html Tomasz Sowa 2021-02-16 12:55:35 +0100
  • b5b9655c1e modified buttons in thread winix function Tomasz Sowa 2021-02-16 12:54:05 +0100
  • 173d0894fa modified buttons in showthreads winix function Tomasz Sowa 2021-02-16 12:52:49 +0100
  • de6b050fb5 fixed comment in ls html template Tomasz Sowa 2021-02-16 12:51:06 +0100
  • 37da5e81c5 added uikit markup for createticket, showtickets, ticket winix functions (plugin ticket) Tomasz Sowa 2021-02-15 19:52:03 +0100
  • ae8637d455 added uikit markup for: createthread, reply, showthreads and thread winix functions Tomasz Sowa 2021-02-12 18:57:14 +0100
  • 22a45697fa added uikit markup for subject winix function Tomasz Sowa 2021-02-09 18:48:48 +0100
  • 55462fca9f added uikit markup for uptime winix function Tomasz Sowa 2021-02-09 18:26:30 +0100
  • 2799a66c16 added uikit markup for who winix function Tomasz Sowa 2021-02-09 18:11:37 +0100
  • 9832b17fc2 updated uikit to 3.6.16 Tomasz Sowa 2021-02-09 18:10:01 +0100
  • 8146f42492 added uikit markup for seo winix function Tomasz Sowa 2021-02-08 02:01:37 +0100
  • 9df146af3b added: to 'sort' winix function: 'renumerate' button if 'index' param is present Tomasz Sowa 2021-01-29 08:35:17 +0100
  • a7629f638f added uikit markup for sort winix function Tomasz Sowa 2021-01-28 20:16:44 +0100
  • e75918f5ed added uikit markup for rm winix function Tomasz Sowa 2021-01-28 15:36:39 +0100
  • 9698c25bc4 added uikit markup for ln winix function Tomasz Sowa 2021-01-28 12:41:43 +0100
  • bbe2bd48d8 added uikit markup for meta winix function Tomasz Sowa 2021-01-28 11:49:10 +0100
  • 0cc565ae80 added uikit markup for env winix function Tomasz Sowa 2021-01-28 11:11:34 +0100
  • aa74d96fed included index_bottom_adder.html in index.html and index_generic.html Tomasz Sowa 2021-01-27 18:50:03 +0100
  • ac6ede6aef added uikit markup for template winix function Tomasz Sowa 2021-01-27 18:44:58 +0100
  • 10e291bb39 added: generic html template: index_generic.html (config option: templates_index_generic) this is a generic template without additional site-css (only uikit), at the moment used only in ckeditor file browser Tomasz Sowa 2021-01-27 18:31:48 +0100
  • 7a25e333db added uikit markup for ls winix function Tomasz Sowa 2021-01-27 17:55:48 +0100
  • a9b9d0badf fixed: mv winix function didn't move a file correctly Tomasz Sowa 2021-01-27 17:30:55 +0100
  • a69e160f85 added uikit markup for nicedit winix function and nicedit updated to 0.9_r25 version Tomasz Sowa 2021-01-26 17:24:48 +0100
  • 56d53a455d added uikit markup for cp winix function Tomasz Sowa 2021-01-26 16:52:11 +0100
  • 572afd360a added uikit markup for mv winix function Tomasz Sowa 2021-01-26 16:37:11 +0100
  • ec6f946b97 added uikit markup for mkdir winix function Tomasz Sowa 2021-01-26 16:26:34 +0100
  • acfd87e548 added uikit markup for 'default' winix function Tomasz Sowa 2021-01-26 16:19:20 +0100
  • aa228732e3 added uk-table-responsive attribute to mount winix function markup Tomasz Sowa 2021-01-26 16:11:09 +0100
  • 840c222190 added uikit markup for mount winix function Tomasz Sowa 2021-01-26 16:05:15 +0100
  • 4408957770 changed form width for locale template Tomasz Sowa 2021-01-26 15:57:55 +0100
  • 89814cbc2e updated uikit to 3.6.14 version Tomasz Sowa 2021-01-26 15:51:57 +0100
  • fdcefae264 added uikit markup for priv, chmod, chown winix functions Tomasz Sowa 2021-01-26 15:46:47 +0100