- Aug 25, 2017
-
-
Steffen Lindner authored
-
- Aug 24, 2017
-
-
Christoph Wurst authored
Release 0.7
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
-
Steffen Lindner authored
Use server's jquery-ui instead of shipping our own
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Correct aliases endpoint url
-
Steffen Lindner authored
-
Nextcloud bot authored
-
- Aug 23, 2017
-
-
Steffen Lindner authored
Ignore shortcuts if CTRL is pressed
-
Christoph Wurst authored
In case CTRL is pressed, e.g. when copy-pasting text with CTRL+C, then shortcuts should not be triggered. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Steffen Lindner authored
Fix mailto routing
-
Christoph Wurst authored
If the composer is shown for a mailto handler then we have to load the first account and first folder before we actually render the composer view. Since that is async and we don't know when it will complete, the composer vanishes again when the first message of the folder is shown. Hence a promise-based approach was chosen here to propagate the loading of the folder messages back to the routing controller to be able to wait for the folder to have loaded and then trigger to show the composer. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Steffen Lindner authored
Fix background synchronization
-
Christoph Wurst authored
Update horde libs to fix QRESYNC error
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
-
Nextcloud bot authored
-
- Aug 22, 2017
-
-
Christoph Wurst authored
Use JsonSerializable::jsonSerialize instead of a custom method
-
Christoph Wurst authored
Remove unused import statement in IAccount
-
Christoph Wurst authored
-
Christoph Wurst authored
Remove unused Account::reconnect method
-
Christoph Wurst authored
-
Christoph Wurst authored
Refactor folder sync
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
IAccount extends php's JsonSerialize interface which already comes with a proper method that seralizes an object into an array. Hence we shall use this method instead of duplicating and throwing an exception in the implementation. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Aug 21, 2017
-
-
Christoph Wurst authored
-
Christoph Wurst authored
Use another IMAP docker image that allows more connections
-
Christoph Wurst authored
Since CI builds of #326 failed and I could reproduce this locally, it turned out that running single tests or tests of a single directory was no problem. However, executing all tests at once led to failing IMAP connections. Apparently an increased number of allowed IMAP connections fixes the problem (locally). Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
-