summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* adjust gitignore for backbone.jsArthur Schiwon2015-08-063-3/+3
|
* add backbone.jsArthur Schiwon2015-08-065-0/+1931
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-022-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-08-0114-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-07-312-2/+2
|
* Merge pull request #17805 from owncloud/avatar-handle-errorsRoeland Douma2015-07-311-0/+8
|\ | | | | [avatar] add error handlers for avatar setup
| * [avatar] add error handlers for avatar setupMorris Jobke2015-07-301-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | add colon to translated string use placeholder in t() Adding a size limitation for avatar upload Unit test for file size Fix typo & display server side error message
* | Merge pull request #17175 from owncloud/add-download-feedbackMorris Jobke2015-07-301-1/+31
|\ \ | | | | | | Add loading spinner to download icon
| * | refactoring into proper methodsMorris Jobke2015-07-071-1/+31
| | |
* | | Merge pull request #17963 from owncloud/remove-derecated-mysql-functionsMorris Jobke2015-07-301-1/+4
|\ \ \ | |_|/ |/| | Moving mysql setup code over to Doctrine
| * | - more injectionThomas Müller2015-07-301-1/+4
| | | | | | | | | | | | | | | | | | - less static calls - use params on sql queries - handle sql exception on database and user creation gracefully
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-302-0/+26
| | |
* | | Merge pull request #17814 from owncloud/update-moment-jsRobin McCorkell2015-07-294-3492/+4077
|\ \ \ | |/ / |/| | update moment.js to 2.10.3
| * | update moment.js to 2.10.3Morris Jobke2015-07-224-3492/+4077
| | |
* | | Merge pull request #17966 from owncloud/remove-mssqlThomas Müller2015-07-293-10/+3
|\ \ \ | | | | | | | | Remove remainings of mssql
| * | | Remove remainings of mssqlThomas Müller2015-07-293-10/+3
| | | |
* | | | Merge pull request #17965 from owncloud/theme-colorMorris Jobke2015-07-293-0/+3
|\ \ \ \ | | | | | | | | | | add theme-color for better Android browser integration
| * | | | add theme-color for better Android browser integrationJan-Christoph Borchardt2015-07-293-0/+3
| |/ / /
* / / / use inline confirm button style for password-protected links, ref #15176Jan-Christoph Borchardt2015-07-291-0/+8
|/ / /
* | | Merge pull request #17813 from owncloud/update-underscoreMorris Jobke2015-07-293-560/+767
|\ \ \ | | | | | | | | update underscore to 1.8.3
| * | | update underscore to 1.8.3Morris Jobke2015-07-273-560/+767
| | | |
* | | | Merge pull request #17489 from owncloud/fix-share-time-as-stringMorris Jobke2015-07-292-0/+37
|\ \ \ \ | | | | | | | | | | Fix parsing of sharetime as string
| * | | | tests for _parseTime with hex and empty stringsMorris Jobke2015-07-282-0/+6
| | | | |
| * | | | Fix parsing of sharetime as stringMorris Jobke2015-07-282-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cases the ajax/share.php will return the share time as string. If this is the case it would get parsed completely wrong and cause the share dropdown to not work anymore. This change will properly cast the string to an interger and also fallback if this is not possible.
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-292-0/+4
| | | | |
* | | | | Detect old NSS and OpenSSL versionsLukas Reschke2015-07-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will detect old NSS and OpenSSL versions and show appropriate errors in the admin interface. Fixes https://github.com/owncloud/core/issues/17901
* | | | | Merge pull request #17910 from owncloud/fix-modified-tooltipMorris Jobke2015-07-281-1/+0
|\ \ \ \ \ | |/ / / / |/| | | | Fix tooltip for modification time
| * | | | fixed tooltip for modified dateHendrik Leppelsack2015-07-271-1/+0
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-284-0/+42
| |/ / / |/| | |
* | | | Merge pull request #17878 from owncloud/fix-tipsy-fallback-titleMorris Jobke2015-07-271-3/+1
|\ \ \ \ | | | | | | | | | | Fix title attribute of tipsy shim
| * | | | remove title option from tipsy shimHendrik Leppelsack2015-07-261-3/+1
| |/ / /
* / / / [tx-robot] updated from transifexJenkins for ownCloud2015-07-272-0/+32
|/ / /
* | | Add `fallback` to shimLukas Reschke2015-07-251-0/+2
| | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #17075 from owncloud/bootstrap-tooltipBernhard Posselt2015-07-237-269/+699
|\ \ \ | | | | | | | | Replace jQuery tipsy with bootstrap tooltip
| * | | fix tipsy not updating on reinitializationHendrik Leppelsack2015-07-081-2/+5
| | | |
| * | | remove debug messagesHendrik Leppelsack2015-07-061-3/+0
| | | |
| * | | moved tooltip.js to vendor scriptsHendrik Leppelsack2015-06-225-285/+8
| | | |
| * | | deminified tooltip.jsHendrik Leppelsack2015-06-221-1/+525
| | | |
| * | | replaced tipsy with bootstrap tooltipHendrik Leppelsack2015-06-224-1/+184
| | | |
* | | | Merge pull request #17827 from owncloud/dont-set-share-password-twice-master-2Thomas Müller2015-07-231-5/+12
|\ \ \ \ | | | | | | | | | | Adding error handling in case setting the password fails
| * | | | Adding error handling in case setting the password failsThomas Müller2015-07-231-5/+12
| | |/ / | |/| |
* / | | Update blueimp-md5 to 1.1.0Morris Jobke2015-07-221-10/+11
|/ / / | | | | | | | | | | | | | | | Yes this is pretty empty, but it's the truth: https://github.com/blueimp/JavaScript-MD5/compare/1.0.3...1.1.0
* | | Merge pull request #16935 from ↵Joas Schilling2015-07-201-2/+31
|\ \ \ | | | | | | | | | | | | | | | | owncloud/allow-app-check-code-for-deprecated-classes Allow app check code for deprecated classes
| * | | PR #17046 deprecated OCP\Util::mb_(sub)str_replace()Joas Schilling2015-07-171-1/+1
| | | |
| * | | Allow specifying the checkers used in app:check-codeRobin McCorkell2015-07-171-15/+21
| | | | | | | | | | | | | | | | | | | | By default, all are enabled, but specific ones can be selected through command line options.
| * | | Use the decorator patternJoas Schilling2015-07-171-5/+9
| | | |
| * | | Restructor the code into different classes instead of extendingJoas Schilling2015-07-171-4/+7
| | | |
| * | | Use non-zero exit codeJoas Schilling2015-07-171-1/+2
| | | |
| * | | Allow app:check-code to check for deprecated methodsJoas Schilling2015-07-171-1/+16
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-07-204-0/+8
| | | |