Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove unused global var | Mario | 2021-01-15 | 1 | -2/+0 |
| | |||||
* | fix undefined var | Mario | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | undefined variable $filename | Mario | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | wrong variable name | Mario | 2021-01-15 | 1 | -4/+4 |
| | |||||
* | only vars can be passed by reference | Mario | 2021-01-15 | 1 | -1/+2 |
| | |||||
* | unused variable and missing break statement | Mario | 2021-01-15 | 1 | -2/+3 |
| | |||||
* | fix undefined variable | Mario | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | formatting | Mario | 2021-01-15 | 1 | -33/+34 |
| | |||||
* | formatting | Mario | 2021-01-15 | 1 | -148/+149 |
| | |||||
* | cleanup unused/undefined variables | Mario | 2021-01-15 | 1 | -73/+71 |
| | |||||
* | fix undefined vars in mod cal | Mario | 2021-01-15 | 1 | -7/+5 |
| | |||||
* | some work to fix r_preview in list mode | Mario | 2021-01-14 | 4 | -218/+228 |
| | |||||
* | Revert "keyid adapt for backward compatibility to current release" | Mario | 2021-01-13 | 1 | -4/+3 |
| | | | | This reverts commit ff100a499a2813c1ffa31db04936b04d4b2c8eb4. | ||||
* | restrict length of short profile title/description to 190characters to omit ↵ | Mario | 2021-01-12 | 1 | -125/+125 |
| | | | | sql warnings about too long string data | ||||
* | more libzotdir | Mario | 2021-01-09 | 3 | -171/+176 |
| | |||||
* | keyid adapt for backward compatibility to current release | Mario | 2021-01-09 | 1 | -3/+4 |
| | |||||
* | fix some php8 fatal errors | Mario | 2021-01-09 | 1 | -1/+1 |
| | |||||
* | more streamline keyid | Mario | 2021-01-09 | 1 | -4/+4 |
| | |||||
* | streamline keyid | Mario | 2021-01-09 | 3 | -22/+22 |
| | |||||
* | fix error in sql query | Mario | 2021-01-09 | 1 | -1/+1 |
| | |||||
* | remove unused code and fix width and height not defined | Mario | 2021-01-02 | 1 | -2/+3 |
| | |||||
* | fix wrong variable | Mario | 2021-01-02 | 1 | -101/+101 |
| | |||||
* | fix wrong variable | Mario | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | fix wrong variable | Mario | 2021-01-02 | 1 | -303/+303 |
| | |||||
* | fix wrong variable | Mario | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | remove fallback code - it will not be required if compression is dismissed | Mario | 2020-12-30 | 1 | -19/+0 |
| | |||||
* | store zip files without compression | Mario | 2020-12-30 | 1 | -2/+2 |
| | |||||
* | dirserach: return zot6 entries | Mario Vavti | 2020-12-29 | 1 | -2/+2 |
| | |||||
* | Revert "Fix sync item with Zot connections" | Max Kostikov | 2020-12-29 | 1 | -1/+1 |
| | | | | This reverts commit 3db4aa69440553788d8f46cf4bbfb38ca4f09130 | ||||
* | Merge branch 'autocomplete' into 'dev' | Mario | 2020-12-29 | 1 | -21/+32 |
|\ | | | | | | | | | Deduplicate contacts list on autocomplete See merge request hubzilla/core!1891 | ||||
| * | Deduplicate contacts list on autocomplete | Max Kostikov | 2020-12-29 | 1 | -21/+32 |
| | | |||||
* | | Merge branch 'photocache' into 'dev' | Mario | 2020-12-29 | 1 | -3/+4 |
|\ \ | | | | | | | | | | | | | Do not revalidate cached photos See merge request hubzilla/core!1890 | ||||
| * | | Do not revalidate cached photos | Max Kostikov | 2020-12-26 | 1 | -3/+4 |
| |/ | |||||
* | | sse: fix issue with direct message notificationss | Mario | 2020-12-28 | 1 | -14/+14 |
| | | |||||
* | | files_ng: provide a fallback in case the server timed out on compressing the ↵ | Mario | 2020-12-28 | 1 | -4/+28 |
|/ | | | | zip file | ||||
* | owa specify key | Mario | 2020-12-23 | 1 | -1/+1 |
| | |||||
* | files_ng: improve download handlÃing | Mario | 2020-12-22 | 1 | -15/+35 |
| | |||||
* | files_ng: omit parent folders of a download | Mario | 2020-12-22 | 1 | -18/+27 |
| | |||||
* | files_ng: implement directory and bulk file download | Mario | 2020-12-21 | 1 | -18/+110 |
| | |||||
* | Use Zot6 for CardDAV and CalDAV sync between clones | Max Kostikov | 2020-12-19 | 1 | -18/+19 |
| | |||||
* | refresh_all will be called from the notifier in Daemon/Directory | Mario | 2020-12-19 | 1 | -5/+0 |
| | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2020-12-18 | 1 | -232/+231 |
|\ | |||||
| * | do not json_encode the attach array - fixes #1499 | Mario | 2020-12-17 | 1 | -232/+231 |
| | | |||||
* | | handle owa with hubloc_id_url only | Mario Vavti | 2020-12-18 | 1 | -7/+5 |
|/ | |||||
* | Merge branch 'dev' of https://framagit.org/hubzilla/core into dev | Mario Vavti | 2020-12-17 | 1 | -30/+30 |
|\ | |||||
| * | files_ng: implement lockview | Mario | 2020-12-16 | 1 | -30/+30 |
| | | |||||
* | | restrict owa to zot6 and zot network until the hubloc madness with ↵ | Mario Vavti | 2020-12-17 | 1 | -2/+2 |
|/ | | | | activitypub and possibly also diaspora will be solved | ||||
* | use refresh_all in mod import | Mario | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | owa: dismiss deleted hublocs | Mario | 2020-12-15 | 1 | -6/+6 |
| | |||||
* | fix file sync issues | Mario | 2020-12-14 | 1 | -1/+1 |
| |