2021-05-05 |
Goffi |
core (memory, sqlite): new `fileGetUsedSpace` method
|
2021-04-16 |
Goffi |
memory: new `getFilesOwner` method:
|
2021-03-20 |
Goffi |
Renamed the project from "Salut à Toi" to "Libervia":
|
2021-03-19 |
Goffi |
date update
|
2020-09-28 |
Goffi |
core (memory/memory): added `getCachePath` method to get a cache dir from a namespace.
|
2020-09-17 |
Goffi |
core (memory/memory): `public_id` should not be used when creating parent dirs
|
2020-09-17 |
Goffi |
core (memory/memory): fixed directory creation in setFile
|
2020-09-17 |
Goffi |
core (memory/memory): use `str` for `path` in `getFiles` and `setFile` to allow use of `Path` instances
|
2020-09-05 |
Goffi |
core (memory/memory): fixed assignations
|
2020-08-25 |
Goffi |
plugin XEP-0264: only log "fix orientation" when the option is used
|
2020-08-01 |
Goffi |
core (memory): `setFileAccessModel` implementation:
|
2020-08-01 |
Goffi |
core (memory): `getFileAffiliations` and `setFileAffiliations` implementations:
|
2020-08-01 |
Goffi |
core (memory): files are now public by default except for those in root directory:
|
2020-07-17 |
Goffi |
memory: new "affiliation" metadata for files:
|
2020-06-19 |
Goffi |
core (memory): fixed recursive file deletion + log an error and continue when deleting a missing file
|
2020-05-29 |
Goffi |
core (memory/sqlite): new database schema (v9):
|
2020-05-25 |
Goffi |
core: replaced `sat` shell script by a python script:
|
2020-04-14 |
Goffi |
core, frontends: avatar refactoring:
|
2020-03-06 |
Goffi |
core, bridge: new `devicesInfosGet` method to get infos on known devices of an entity
|
2020-02-18 |
Goffi |
core: use serialised dict for `extra` in messageNew and historyGet
|
2020-02-10 |
Goffi |
bridge: added methods to let frontends store/retrieve/delete private data
|
2020-02-09 |
Goffi |
core (memory/crypto): replaced `PyCrypto` by `cryptography`:
|
2020-01-29 |
Goffi |
core: log filenames of read config files
|
2020-01-29 |
Goffi |
fixed shebangs
|
2020-01-29 |
Goffi |
dates update
|
2020-01-27 |
Goffi |
core (memory): avoid session locking if profileAuthenticate is called twice quickly
|
2020-01-25 |
Goffi |
core (memory/params): added `extra` argument to filter out params notably in `getParamsUI`:
|
2019-10-08 |
Goffi |
misc: don't import memory in launch script:
|
2019-09-25 |
Goffi |
jp: jp asyncio port:
|
2019-08-16 |
Goffi |
tools (config), memory: renamed SafeConfigParser following Python 3 port
|
2019-08-13 |
Goffi |
Python 3 port:
|
2019-07-09 |
Goffi |
core, plugin XEP-0045: fixed message type autodetection + ENTITY_TYPE_MUC constant:
|
2019-04-28 |
Goffi |
core (memory, memory/sqlite): implemented fileDelete
|
2019-04-28 |
Goffi |
core (memory): raise PermissionError directly instead of using failureFailure, as it could not be catched correctly in every case.
|
2019-04-26 |
Goffi |
memory: minor style change
|
2019-04-14 |
Goffi |
core (memory), plugin XEP-0329, plugin invitation: minor style improvments
|
2019-01-12 |
Goffi |
date update
|
2019-01-11 |
Goffi |
misc: replaced all "dummy" by the more conventional and readable "__" ("_" being used for gettext)
|
2018-12-01 |
Goffi |
core: minor style/typos fixes
|
2018-06-27 |
Goffi |
code style reformatting using black
|
2018-05-25 |
Goffi |
core: discoFindByFeatures now return only available resources
|
2018-04-02 |
Goffi |
core, setup: huge cleaning:
base
src/memory/memory.py@460018c4d978
|