Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11019 from owncloud/do-not-show-exception-to-enduser | Lukas Reschke | 2014-09-23 | 2 | -1/+32 |
|\ | | | | | Do not show exception to the end-user - use a proper error page instead | ||||
| * | replace horizontal rules with whitespace | Jan-Christoph Borchardt | 2014-09-17 | 1 | -3/+4 |
| | | |||||
| * | Do not show exception to the end-user | Lukas Reschke | 2014-09-17 | 2 | -1/+31 |
| | | | | | | | | Log the error instead of potentially leaking sensitive information | ||||
* | | send browsers timezone back tp the server on login | Thomas Müller | 2014-09-22 | 1 | -0/+2 |
| | | |||||
* | | Make 404 page easier to understand | Lukas Reschke | 2014-09-17 | 1 | -2/+5 |
|/ | | | | Fixes https://github.com/owncloud/core/issues/11133 | ||||
* | Merge pull request #11055 from owncloud/replaceprodname | Thomas Müller | 2014-09-16 | 1 | -2/+2 |
|\ | | | | | replace ownCloud with placeholder | ||||
| * | replace ownCloud with placeholder | Volkan Gezer | 2014-09-13 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #10109 from owncloud/issue_#9793_guestlayout | Morris Jobke | 2014-09-15 | 1 | -7/+10 |
|\ \ | |/ |/| | Step one, open guest layout for different styles. | ||||
| * | Step one, open guest layout for different styles. | Lukas Reschke | 2014-09-11 | 1 | -7/+10 |
| | | | | | | | | | | | | | | Conflicts: core/templates/layout.guest.php Step one, open guest layout for different styles. | ||||
* | | Merge pull request #11007 from owncloud/replaces-10850 | Thomas Müller | 2014-09-11 | 3 | -1/+3 |
|\ \ | | | | | | | Add X-UA-Compatible to all templates | ||||
| * | | Add X-UA-Compatible to all templates | Lukas Reschke | 2014-09-11 | 3 | -1/+3 |
| |/ | | | | | | | Replaces https://github.com/owncloud/core/pull/10850 | ||||
* / | Refresh if maintenance mode is over | kondou | 2014-09-09 | 1 | -1/+1 |
|/ | | | | | | | Using status.php for this. I modified status.php to also show, whether we're in maintenance. Checks every 20 seconds if maintenance is over, if yes: reload. | ||||
* | Merge pull request #10858 from owncloud/issue/10847 | VicDeo | 2014-09-09 | 1 | -1/+1 |
|\ | | | | | Use correct language package so the subject is correctly translated | ||||
| * | Fix broken new lines in plain text mail template | Joas Schilling | 2014-09-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #10944 from owncloud/fix-nojavascript-style | Jan-Christoph Borchardt | 2014-09-08 | 3 | -1/+3 |
|\ \ | |/ |/| | fix no-JS message, and add it to log in and shared as well cause they don’t work without JS | ||||
| * | also add no-JavaScript notice to log in and sharing pages because they do ↵ | Jan-Christoph Borchardt | 2014-09-08 | 2 | -0/+2 |
| | | | | | | | | not work without JS either | ||||
| * | fix styling and wording of no-JavaScript message | Jan-Christoph Borchardt | 2014-09-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #10667 from pmjdebruijn/itunes-appid | Thomas Müller | 2014-09-03 | 2 | -2/+2 |
|\ \ | | | | | | | defaults: add customizable defaultiTunesAppId | ||||
| * | | templates: use p() for getiTunesAppId | Pascal de Bruijn | 2014-08-28 | 2 | -2/+2 |
| | | | |||||
| * | | defaults: add customizable defaultiTunesAppId | Pascal de Bruijn | 2014-08-27 | 2 | -2/+2 |
| |/ | |||||
* / | Add some security utilities | Lukas Reschke | 2014-08-27 | 1 | -7/+0 |
|/ | | | | | | | | | | | | | | | | | | | | | | | This adds some security utilities to core including: - A library for basic crypto operations (e.g. to encrypt passwords) - A better library for cryptographic actions which allows you to specify the charset - A library for secure string comparisions Remove .htaccess Remove .htaccess Fix typo Add public API Use timing constant comparision Remove CBC constant Adjust code Remove confusing $this | ||||
* | Adding type to favicon | Clark Tomlinson | 2014-08-22 | 3 | -3/+3 |
| | |||||
* | Add a trusted domain wizard | Lukas Reschke | 2014-08-21 | 1 | -0/+19 |
| | | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement. | ||||
* | Removing `x-webkit-speech` attribute #10561 | Volker E. | 2014-08-20 | 1 | -1/+1 |
| | | | Remove obsolete (from Google Chrome 36 on) attribute due to security vulnerability | ||||
* | Add note about the term "Cheers" at end of mail | Morris Jobke | 2014-08-20 | 2 | -0/+2 |
| | | | | | * for translators * fixes #8689 | ||||
* | Added upgrade notice to avoid timeouts | Vincent Petry | 2014-08-18 | 1 | -0/+4 |
| | |||||
* | Merge pull request #10302 from owncloud/remove-logon-rejected | Lukas Reschke | 2014-08-09 | 1 | -8/+0 |
|\ | | | | | remove confusing 'automatic logon rejected' message, fix #8591 | ||||
| * | remove confusing 'automatic logon rejected' message, fix #8591 | Jan-Christoph Borchardt | 2014-08-09 | 1 | -8/+0 |
| | | |||||
* | | using flush() here is pointless as we render the layout into a memory buffer ↵ | Thomas Müller | 2014-08-08 | 3 | -3/+0 |
|/ | | | | and actually transmit the data later | ||||
* | fix syntax | Morris Jobke | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Changed to 1 line | Sander | 2014-07-08 | 1 | -3/+1 |
| | |||||
* | Added suggestions from @jancborchardt in #9517 | Sander | 2014-07-08 | 1 | -3/+3 |
| | |||||
* | Update layout.user.php | Sander | 2014-07-08 | 1 | -1/+1 |
| | |||||
* | Add webapp support | Sander | 2014-07-08 | 1 | -0/+6 |
| | |||||
* | show loading feedback also when clicking 'Apps' entry in app list | Jan-Christoph Borchardt | 2014-07-04 | 1 | -0/+1 |
| | |||||
* | Basics | Victor Dubiniuk | 2014-06-13 | 1 | -3/+3 |
| | |||||
* | Fix missing caret in header menu for IE8 | Joas Schilling | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | wrap App text with t() to let it use locales | Volkan Gezer | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | rearrange CSS, remove duplicate code | Jan-Christoph Borchardt | 2014-06-04 | 1 | -2/+2 |
| | |||||
* | move 'add apps' entry into normal navigation instead of a new line | Jan-Christoph Borchardt | 2014-06-04 | 1 | -6/+5 |
| | |||||
* | better loading feedback for app start, move from JS to CSS | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+1 |
| | |||||
* | show 'Apps' as fallback label for app switcher if no app title is present ↵ | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+1 |
| | | | | (for example in Settings) | ||||
* | separate home icon and menu toggle | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+2 |
| | |||||
* | cut ownCloud text from logo when logged in, place appname there | Jan-Christoph Borchardt | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | drop "push" element - no sticky footer needed anymore | Morris Jobke | 2014-06-04 | 1 | -4/+0 |
| | |||||
* | show appname next to logo for better hint at navigation | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+4 |
| | |||||
* | move to updated version of placeholder | Morris Jobke | 2014-06-03 | 3 | -18/+18 |
| | |||||
* | infield label removal: fix installation screen | Jan-Christoph Borchardt | 2014-06-03 | 1 | -14/+21 |
| | |||||
* | first step of infield label removal, fix login screen | Jan-Christoph Borchardt | 2014-06-03 | 1 | -9/+11 |
| | |||||
* | add info about sqlite on setup apge | Morris Jobke | 2014-06-02 | 1 | -2/+4 |
| |