- Feb 19, 2018
-
-
Christoph Wurst authored
Automatically generate a crash report page on the client-side for API errors that return tracing information like exception class, error message and stack trace. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 12, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 01, 2018
-
-
Christoph Wurst authored
* Only used for HTML bodies, which are cached on HTTP level anyway * Preloading of messages was broken and has to be re-evaluated * Made the app unusable with large mailboxes Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jan 15, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jan 07, 2018
-
-
Pierre Gordon authored
-
- Jan 02, 2018
-
-
Pierre Gordon authored
-
- Dec 12, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Nov 02, 2017
-
-
ppascher authored
-
- Oct 09, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 25, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 06, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
If only a single account is used, the number of accounts equals 1 and not 0. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 05, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 04, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 31, 2017
-
-
Jan Beckmann authored
It seems like the folderId and messageId were determined in a wrong way, which eventually lead to RepliedMessageData.php returning false for isReply().
-
- Aug 27, 2017
-
-
Steffen Lindner authored
* Add init webpack config * Replace text! with raw-loader! * Add ignore for build.js and remove build.js * Ship build.js to browser, include shim modules * Add handlebars loader * Remove vendor dir, remove bower * Add source-map * Make karma work with webpack, more or less Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at> * Properly load hb templates by webpack Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at> * Remove debug logging * Use modules for view helpers and properly declare dependencies Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at> * Fix jquery.autosize Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at> * Declare global functions Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at> * Always install dev deps Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 24, 2017
-
-
Steffen Lindner authored
-
- Aug 23, 2017
-
-
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>
-
- Jul 31, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jul 04, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jul 03, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jun 20, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jun 19, 2017
-
-
Christoph Wurst authored
'flags' is a nested Backbone model, hence we have to carefully merge flag data instead of overwriting the property by a POJO. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
After searching inside a folder, moving to another and coming back to it the search result was shown as it was the content of that folder. This resets the 'messagesLoaded' flag so that the actual content is re-loaded from the server. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jun 12, 2017
-
-
Luc Calaresu authored
Signed-off-by:
Luc Calaresu <dev@calaresu.com>
-
Luc Calaresu authored
If not added, the app works correctly thanks to jquery-ui given by nextcloud/server, but I was not able to write jasmine tests. Signed-off-by:
Luc Calaresu <dev@calaresu.com>
-
Christoph Wurst authored
Apparently Backbone.Collection.fetch resolves its promise with the raw data returned by the ajax call. Since the consuming code relied on getting proper Account models, it failed when a new account was added. This fix 'converts' the promise so that it resolves with a collection of Account models. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jun 07, 2017
-
-
Luc Calaresu authored
Signed-off-by:
Luc Calaresu <dev@calaresu.com>
-
- Jun 03, 2017
-
-
Luc Calaresu authored
- whilst uploading, the filename is blue, - whilst uploading, a blue progress bar is moving. The progress bar has been added under the filename to be sure not to break the design. - when the upload has successfully finished, the progressbar is hidden and the filename turns black (like attachments from Files) - if a problem occurred during upload, the progressbar and the filename become red, - it is possible to cancel an ongoing upload by pressing the wastebasket. Signed-off-by:
Luc Calaresu <dev@calaresu.com>
-
Luc Calaresu authored
- Modifications from commit 01fcff9a294f57652c669254f0f8aa57607009e8 by Christoph Wurst have been imported and adapted for the current version. - Some changes have been written already in order for the changes to work. - Name of Christoph Wurst has been kept in @author metadata.
-
- May 29, 2017
-
-
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>
-
- May 08, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 25, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-