aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | fix autocomplete for /channel and /displayMario Vavti2016-04-092-1/+5
| | | |
| * | | some work on comanche autocompleteMario Vavti2016-04-0914-19/+54
| | | |
| * | | enable bbcode autocomplete for other placesMario Vavti2016-04-095-2/+8
| | | |
* | | | a few issues: block public not blocking mod_cal, typo in sql for one clone ↵redmatrix2016-04-107-15/+50
| | | | | | | | | | | | | | | | file sync operation, fix_system_urls not catching cached contact photos, extend sessionhandler expiration when remember_me is enabled as the stored session is expiring long before the browser session.
* | | | log if the session handler fails and surface the ssl_cookie config settingredmatrix2016-04-083-1/+5
|/ / /
* | | objectify all the session management stuffredmatrix2016-04-087-12/+181
| | |
* | | Merge branch 'master' into devredmatrix2016-04-082-1281/+1303
|\| |
| * | revupredmatrix2016-04-082-1281/+1303
| | |
* | | send file sync packets for all known file operationsredmatrix2016-04-077-47/+112
| | |
* | | implement updates of attach data to sync'd clones.redmatrix2016-04-071-18/+38
| | |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-072-1/+22
|\ \ \
| * | | translate the most common bbcodes to their *real name*. finally we should ↵Mario Vavti2016-04-072-1/+19
| | | | | | | | | | | | | | | | probably use an array for each bbcode containing the bbcode the real name and possibly a template for use as a peview in the dropdown
| * | | some more autocompletion for bbcode tables - leave it open if we wanna use ↵Mario Vavti2016-04-071-0/+3
| | | | | | | | | | | | | | | | th or td though
| * | | move li back in the list since it will be used far less than listMario Vavti2016-04-071-1/+1
| | | |
* | | | Merge branch 'master' into devredmatrix2016-04-071-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | revup issue #337redmatrix2016-04-071-1/+1
| | |
* | | Merge branch 'master' into devredmatrix2016-04-061-1/+1
|\| |
| * | revup issue #337redmatrix2016-04-061-1/+1
| | |
* | | reset profile photo and cover photo bits for existing photos if a new one ↵redmatrix2016-04-061-6/+50
| | | | | | | | | | | | arrives from a clone
* | | missing profile photo in export dataredmatrix2016-04-061-1/+2
| | |
* | | use the explicit form of build_sync_packet so that file/photo sync will work ↵redmatrix2016-04-063-1/+13
| | | | | | | | | | | | even when the actual observer is a guest (with permission to upload).
* | | more work on file sync to clones, 60-70% test coverage, mostly working but ↵redmatrix2016-04-064-13/+63
| | | | | | | | | | | | many changes made during testing which themselves have not yet been tested
* | | file sync testing continuedredmatrix2016-04-061-0/+4
| | |
* | | file sync testingredmatrix2016-04-062-2/+5
| | |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-061-6/+64
|\ \ \
| * | | automate bbcode list creation even furtherMario Vavti2016-04-071-0/+57
| | | |
| * | | adjust the regex to also work with asteriks and use the simpler syntax for listsMario Vavti2016-04-061-6/+7
| | | |
* | | | file sync workredmatrix2016-04-064-7/+173
|/ / /
* | | issue #340redmatrix2016-04-062-9/+15
| | |
* | | getting file sync data - missed parent folderredmatrix2016-04-061-1/+7
| | |
* | | rework the "remember me" fix to be a bit less hackishredmatrix2016-04-062-5/+1
| | |
* | | provide function to collect file/photo sync data per help/filesyncredmatrix2016-04-052-0/+56
| | |
* | | Merge branch 'master' into devredmatrix2016-04-052-1/+2
|\| |
| * | undeclared static property App::$stringsave (push_lang() and pop_lang())redmatrix2016-04-052-1/+2
| | |
* | | add some doco to getfile moduleredmatrix2016-04-051-0/+20
| | |
* | | server side of file/photo sync to deliver the file data. We'll sign it using ↵redmatrix2016-04-051-0/+76
| | | | | | | | | | | | our channel_hash and the current time to make it difficult to forge a request; as the sync process is not going to have magic-auth ability.
* | | provide stream resource pointer option to z_fetch_url() and z_post_url() per ↵redmatrix2016-04-051-1/+13
| | | | | | | | | | | | earlier doco commit on syncing files/photos across clones.
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-051-1/+5
|\ \ \
| * \ \ Merge pull request #339 from anaqreon/autocompleteredmatrix2016-04-061-1/+5
| |\ \ \ | | | | | | | | | | Improve (un)ordered list autocompletion for list construction
| | * | | Improve (un)ordered list autocompletion for list constructionAndrew Manning2016-04-051-1/+5
| | | | |
* | | | | add some doco on some of the issues and approaches to file/photo syncing and ↵redmatrix2016-04-051-0/+61
|/ / / / | | | | | | | | | | | | cloning
* | | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_mergeredmatrix2016-04-0514-78/+297
|\| | |
| * | | fix contextual helpMario Vavti2016-04-052-4/+3
| | | |
| * | | use min version of justifiedGalleryMario Vavti2016-04-051-1/+1
| | | |
| * | | expand list of bbcode in autocompleteMario Vavti2016-04-051-3/+6
| | | |
| * | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into devMario Vavti2016-04-059-5/+190
| |\ \ \
| | * \ \ Merge pull request #338 from anaqreon/contextual-helpredmatrix2016-04-059-5/+190
| | |\ \ \ | | | | | | | | | | | | Contextual help
| | | * \ \ Merge branch 'master' of https://github.com/redmatrix/hubzilla into ↵Andrew Manning2016-04-03292-61382/+62954
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | contextual-help
| | | * | | | More help content for channel pages. Channel, photos, files, about.Andrew Manning2016-03-264-1/+71
| | | | | | |
| | | * | | | Search docs/context/ hierarchically for help.html files to reduce redundancyAndrew Manning2016-03-266-42/+27
| | | | | | |