summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix some jshint issues in core/js/share*Roeland Jago Douma2016-08-197-11/+19
|
* Remove uninterpreted PHPLukas Reschke2016-08-191-1/+1
| | | | This is in an HTML file. The PHP won't be executed :see_no_evil:
* Merge pull request #964 from ↵Lukas Reschke2016-08-191-1/+4
|\ | | | | | | | | nextcloud/master-aedae12db5ebfaf56bec91b736fb8a569cecf16f [master] In cases where the server dictates the link share expiration…
| * [master] In cases where the server dictates the link share expiration the ↵Thomas Müller2016-08-191-1/+4
| | | | | | | | date is not updated on consequitive changes and enable/disable actions
* | Merge pull request #959 from nextcloud/map_mobiMarius Blüm2016-08-191-0/+3
|\ \ | |/ |/| Update mimetypes
| * Update mimetypesRoeland Jago Douma2016-08-191-0/+3
| |
* | Merge pull request #865 from nextcloud/ocs_configMorris Jobke2016-08-192-0/+18
|\ \ | |/ |/| Move OCS route /config to proper controller
| * we are Nextcloud :)Roeland Jago Douma2016-08-181-1/+1
| |
| * Move /config over to Core OCSControllerRoeland Jago Douma2016-08-182-0/+18
| |
* | Kill ajax/share.phpRoeland Jago Douma2016-08-182-378/+0
| | | | | | | | | | Using this file will insert invalid shares. OCS has to be used exclusively!
* | Add cachebuster to apps.cssLukas Reschke2016-08-181-3/+3
| |
* | Add cachebuster to styles.cssLukas Reschke2016-08-181-8/+8
| |
* | Add cachebuster to right navigationLukas Reschke2016-08-181-2/+2
| |
* | Add cache buster to left menu barLukas Reschke2016-08-181-2/+2
| |
* | Add cache buster to logoLukas Reschke2016-08-181-2/+2
| |
* | Revert "Fixing infinite spinning animation on user menu ctrl+click"Morris Jobke2016-08-181-25/+9
|/
* Merge pull request #778 from nextcloud/Faldon-user_menu_uiMorris Jobke2016-08-181-9/+25
|\ | | | | Fixing infinite spinning animation on user menu ctrl+click
| * Removed debug code.Faldon2016-08-111-1/+0
| |
| * Fixed user and main menu closing on right mouse button click.Thomas Pulzer2016-08-111-7/+8
| | | | | | | | Fixed wrong variable assignment when trying to open link in new window.
| * Changed app and user menu delegates to mousedown events.Thomas Pulzer2016-08-091-4/+13
| | | | | | | | | | Added proper handling of primary mouse button click with and without ctrl-/meta-key modifier. Added handlig of middle mouse button click.
| * Added OS X meta key check for stopping spinning animation in app and user menu.Thomas Pulzer2016-08-091-2/+2
| |
| * Fixed user menu to not show spinner on ctrl+click.Thomas Pulzer2016-08-091-3/+10
| | | | | | | | Fixes #616
* | Empty tags are not allowed for image and feColorMatrix in IE11 and belowMorris Jobke2016-08-171-4/+4
| |
* | Add viewBox to app iconsRoeland Jago Douma2016-08-171-1/+1
| | | | | | | | | | If we don't add a viewbox a lot of browsers will just say NOPE!!! when we ask them to scale.
* | Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm2016-08-171-5/+0
|\ \ | | | | | | IE8 be gone!
| * | Delete IE8 support in the avatar controllerRoeland Jago Douma2016-08-161-5/+0
| | |
* | | [tx-robot] updated from transifexNextcloud bot2016-08-174-4/+14
| | |
* | | Merge branch 'master' into implement_712Arthur Schiwon2016-08-168-2/+76
|\| |
| * | [tx-robot] updated from transifexNextcloud bot2016-08-168-2/+76
| | |
* | | Merge branch 'master' into implement_712Lukas Reschke2016-08-1519-19/+197
|\| |
| * | [tx-robot] updated from transifexNextcloud bot2016-08-152-2/+46
| | |
| * | compress images and fix positionJan-Christoph Borchardt2016-08-135-136/+16
| | |
| * | adding social buttonsFrank Karlitschek2016-08-135-0/+140
| | |
| * | [tx-robot] updated from transifexNextcloud bot2016-08-136-2/+34
| | |
| * | Merge pull request #844 from nextcloud/twofactor_mw_excepLukas Reschke2016-08-121-0/+2
| |\ \ | | | | | | | | TwoFactorMiddleware should forward Exception
| | * | Throw exception if you don't handle itRoeland Jago Douma2016-08-121-0/+2
| | | |
| * | | Merge pull request #837 from ↵Morris Jobke2016-08-121-9/+25
| |\ \ \ | | |/ / | |/| | | | | | | | | | nextcloud/when-logged-in-then-just-redirect-to-redirected-page When logged in then just redirect to redirected page
| | * | Redirect users when already logged-in on login formLukas Reschke2016-08-111-9/+25
| | | |
| * | | [tx-robot] updated from transifexNextcloud bot2016-08-126-6/+70
| |/ /
* | | Merge branch 'master' into implement_712Lukas Reschke2016-08-1121-3/+146
|\| |
| * | [tx-robot] updated from transifexNextcloud bot2016-08-1112-0/+36
| | |
| * | Merge pull request #807 from nextcloud/ocs_dataresponseRoeland Jago Douma2016-08-101-2/+2
| |\ \ | | | | | | | | OCSController requires DataResponse
| | * | Fix Core's OCSController responseRoeland Jago Douma2016-08-101-2/+2
| | | |
| * | | Add missing array element - fixes #25714Thomas Müller2016-08-101-1/+1
| |/ /
| * | [tx-robot] updated from transifexNextcloud bot2016-08-102-0/+6
| | |
| * | Merge pull request #777 from nextcloud/ocs_capabilitiesMorris Jobke2016-08-103-0/+95
| |\ \ | | | | | | | | Move /cloud/capabilities and /cloud/user to Core
| | * | Move /cloud/user to Core appRoeland Jago Douma2016-08-092-1/+23
| | | |
| | * | Move getCapabilities over to CoreRoeland Jago Douma2016-08-093-2/+31
| | | |
| | * | Allow OCS routes in Core and SettingsRoeland Jago Douma2016-08-091-0/+44
| | |/
| * | Merge pull request #677 from nextcloud/app-menu-fixLukas Reschke2016-08-101-0/+4
| |\ \ | | | | | | | | Fix closing app menu on mobile