- Jul 25, 2015
-
-
Lukas Reschke authored
Tipsy also supported the `fallback` element which will now not work anymore. To enhance compatibility we shall also implement it in the shim. Fixes https://github.com/owncloud/core/issues/17870
-
- Jul 13, 2015
-
-
Vincent Petry authored
These should be used in the future instead of location.*. It will make it possible to stub these methods for writing unit tests and simulating different URL schemes.
-
Vincent Petry authored
When empty arguments are given, the leading or trailing slash was not detected properly.
-
- Jul 10, 2015
-
-
Vincent Petry authored
-
- Jul 08, 2015
-
-
Hendrik Leppelsack authored
-
- Jul 06, 2015
-
-
Hendrik Leppelsack authored
-
- Jun 22, 2015
-
-
Hendrik Leppelsack authored
-
- Jun 16, 2015
-
-
Hendrik Leppelsack authored
-
- Apr 15, 2015
-
-
Jan-Christoph Borchardt authored
-
- Apr 09, 2015
-
-
Morris Jobke authored
* fixes #12326 - the settings menu is closed now, because the event is executed
-
- Mar 27, 2015
-
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
- Mar 26, 2015
-
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
- Mar 25, 2015
-
-
Jan-Christoph Borchardt authored
-
Jan-Christoph Borchardt authored
-
- Mar 24, 2015
-
-
Daniel Hansson authored
Use local time instead. http://momentjs.com/
-
Daniel Hansson authored
Use correct time format in WebUI
-
Vincent Petry authored
This reverts commit 8279dde9.
-
- Mar 23, 2015
-
-
Daniel Hansson authored
Update how the time shows in WebUI. My first PR to core, woha. :)
-
- Mar 02, 2015
-
-
Lukas Reschke authored
Doing this in the PHP code is not the right approach for multiple reasons: 1. A bug in the PHP code prevents them from being added to the response. 2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud) 3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations. This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS.
-
- Feb 20, 2015
-
-
Joas Schilling authored
-
- Feb 17, 2015
-
-
Lukas Reschke authored
This function is often used in a wrong and potential dangerous way... Thus we should escape the URL per default and offer developers to disable the automatic escaping via an option parameter if they really want that behaviour. Might break some things, however, those things are then easy to fix and we really have a ton of bugs caused by this... Fixes https://github.com/owncloud/core/issues/14228
-
- Feb 11, 2015
-
-
Lukas Reschke authored
Makes my IDE happier.
-
- Jan 29, 2015
-
-
Thomas Müller authored
-
- Jan 14, 2015
-
-
Morris Jobke authored
-
- Jan 08, 2015
-
-
Morris Jobke authored
* options for timeout in seconds and if it contains HTML * if timeout is 0 it will show the message permanently * removes the notification after a given (default: 5 seconds) timeframe * based on work by @brantje * provide JS unit tests for notifications
-
- Jan 02, 2015
-
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
Jörn Friedrich Dreyer authored
-
- Dec 16, 2014
-
-
Thomas Müller authored
-
- Dec 15, 2014
-
-
Vincent Petry authored
-
- Dec 10, 2014
-
-
Jörn Friedrich Dreyer authored
use more flexible return type check array with !empty instead of count
-
- Dec 01, 2014
-
-
Vincent Petry authored
-
- Nov 18, 2014
-
-
Vincent Petry authored
For apps that support async translation loading, a new function OC.L10N.load() can be used to asynchronously load the translations for a given app.
-
- Oct 31, 2014
-
-
Vincent Petry authored
Added namespaces so that JSDoc can find them. Fixed a few warnings. Improved some comments.
-
- Oct 29, 2014
-
-
Vincent Petry authored
Moved search result type translations to search.js Load JS translations earlier Translations need to be loaded earlier to make sure that some JS files like search.js get access to translations at this time. This requires the template initialization to be moved to after session initialization, because only after the session we have access to the current language.
-